'Data Retention for External table in Snowflake using S3 Staging
I have created a external table in Snowflake using S3 Staging. I wants to know,what is the data retention period for the given table. I have referred Snowflake documentation but didn't able to find any answers.
Solution 1:[1]
Time travel for external tables is not available, since the data lies in individual Storage Account and is not maintained by snowflake.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Anshul Thakur |
