Skip to content

Commit

Permalink
Add one missing resolve variables in Snowflake dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
xdelox committed Dec 9, 2024
1 parent fcca99e commit c719ad8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1530,7 +1530,7 @@ private void getTableName() {
// New class: SelectTableDialog
int connr = wConnection.getSelectionIndex();
if (connr >= 0) {
DatabaseMeta inf = pipelineMeta.getDatabases().get(connr);
DatabaseMeta inf = pipelineMeta.findDatabase(wConnection.getText(), variables);

if (log.isDebug()) {
logDebug(
Expand Down

0 comments on commit c719ad8

Please sign in to comment.