@@ -357,6 +357,7 @@ var MetastoreTable = (function () {
* @param {string} options.name
* @param {string} options.type
* @param {string} options.comment
+ * @param {string} options.sourceType
* @constructor
*/
function MetastoreTable(options) {
@@ -1905,6 +1905,7 @@ from notebook.conf import get_ordered_interpreters
name: value.identifierChain.length === 2 ? value.identifierChain[0].name : activeLocations.defaultDatabase
},
type: 'table',
+ sourceType: activeLocations.type,
name: value.name
});
}));