You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 aretention_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.
The text was updated successfully, but these errors were encountered: