Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/splitfile snowflake fixes #418

Merged
merged 4 commits into from
Mar 29, 2021
Merged

Conversation

mildbyte
Copy link
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