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

[airbyte_destination_snowflake] retention_period_days is not truly optional #148

Open
sw-lkinsella opened this issue Oct 22, 2024 · 0 comments

Comments

@sw-lkinsella
Copy link

In the docs for the Snowflake destination provider it says retention_period_days is Optional, however this is only partly true. If we don't supply it you then default to a retention_period_days = 1.

The problem with this is you're enforcing a set value regardless. However in Snowflake it's not unusual to have this controlled from a higher level, for example at the database or account level.

Make this truly optional so if it is omitted you simply do not set it and allow it to be inherited.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant