Skip to content

Feature/splitfile snowflake fixes#418

Merged
mildbyte merged 4 commits intomasterfrom
feature/splitfile-snowflake-fixes
Mar 29, 2021
Merged

Feature/splitfile snowflake fixes#418
mildbyte merged 4 commits intomasterfrom
feature/splitfile-snowflake-fixes

Conversation

@mildbyte
Copy link
Copy Markdown
Contributor

Instead of trying to enumerate all AST notes, check just the statement classes. IMPORT can use `SelectStmt`; SQL can use that + extra DDL and DML.
Set the default port to 6432, print out a more helpful message in case of a port conflict and delete the half-initialized engine so that the user can rerun the command.
@mildbyte mildbyte merged commit b074a31 into master Mar 29, 2021
@mildbyte mildbyte deleted the feature/splitfile-snowflake-fixes branch March 29, 2021 12:23
mildbyte added a commit that referenced this pull request Mar 29, 2021
  * Snowflake data source improvements:
    * Allow passing envvars to set HTTP proxy parameters, fix incorrect query string generation when passing a warehouse (#414, #413)
    * Support for authentication using a private key (#418)
  * Splitfiles: relax AST restrictions to support all SELECT/INSERT/UPDATE/DELETE statements (#411)
  * Change the default installation port to 6432 and handle port conflicts during install (#375)
  * Add retry logic to fix registry closing the SSL connection after 30 seconds, close remote connections in some places (#417)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant