|
@@ -1759,7 +1759,7 @@ class AutocompleteResults {
|
|
|
|
|
|
|
|
self.cancellablePromises.push(
|
|
self.cancellablePromises.push(
|
|
|
dataCatalog
|
|
dataCatalog
|
|
|
- .getCatalog(self.dialect(), self.snippet.connector())
|
|
|
|
|
|
|
+ .getCatalog(self.snippet.connector())
|
|
|
.loadOptimizerPopularityForTables({
|
|
.loadOptimizerPopularityForTables({
|
|
|
namespace: self.snippet.namespace(),
|
|
namespace: self.snippet.namespace(),
|
|
|
compute: self.snippet.compute(),
|
|
compute: self.snippet.compute(),
|
|
@@ -2048,7 +2048,7 @@ class AutocompleteResults {
|
|
|
|
|
|
|
|
self.cancellablePromises.push(
|
|
self.cancellablePromises.push(
|
|
|
dataCatalog
|
|
dataCatalog
|
|
|
- .getCatalog(self.dialect(), self.snippet.connector())
|
|
|
|
|
|
|
+ .getCatalog(self.snippet.connector())
|
|
|
.loadOptimizerPopularityForTables({
|
|
.loadOptimizerPopularityForTables({
|
|
|
namespace: self.snippet.namespace(),
|
|
namespace: self.snippet.namespace(),
|
|
|
compute: self.snippet.compute(),
|
|
compute: self.snippet.compute(),
|