Browse Source

[catalog] Don't send the database on drop as it prevents dropping of databases

Johan Åhlén 4 years ago
parent
commit
5c72c84816
1 changed files with 0 additions and 1 deletions
  1. 0 1
      desktop/core/src/desktop/js/catalog/DataCatalogEntry.ts

+ 0 - 1
desktop/core/src/desktop/js/catalog/DataCatalogEntry.ts

@@ -526,7 +526,6 @@ export default class DataCatalogEntry {
 
     return new CancellablePromise<void>((resolve, reject, onCancel) => {
       const executePromise = executeSingleStatement({
-        database: this.path[0],
         connector: this.getConnector(),
         namespace: this.namespace,
         compute: this.compute,