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

Fix/1465 fixes snowflake auth credentials #1489

Merged
merged 6 commits into from
Jun 20, 2024

Conversation

rudolfix
Copy link
Collaborator

Description

Besides fixing #1465 it defines and tests a few config resolve behaviors:

  • if you create an instance of a SPEC (ie. SnowflakeCredentials) it will not be marked as resolved even if all required fields are provided
  • parse_native_representation never marks config as resolved
    previously some were resolving and some were not.

see commit log for more changes

Related Issues

@rudolfix rudolfix requested a review from sh-rp June 18, 2024 18:22
@rudolfix rudolfix self-assigned this Jun 18, 2024
Copy link

netlify bot commented Jun 18, 2024

Deploy Preview for dlt-hub-docs canceled.

Name Link
🔨 Latest commit c48299b
🔍 Latest deploy log https://app.netlify.com/sites/dlt-hub-docs/deploys/66720504685e6a0008b7e5f1

@rudolfix rudolfix merged commit 37f64a1 into devel Jun 20, 2024
48 of 50 checks passed
@rudolfix rudolfix deleted the fix/1465-fixes-snowflake-auth-credentials branch June 20, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

snowflake requires a password when authenticator is set
2 participants