What are the best practices for schema drift using Delta Live tables, in a scenario where the main source is a no sql database and we have a lot of ch...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ06-29-2022 12:59 PM
What are the best practices for schema drift using Delta Live tables, in a scenario where the main source is a no sql database and we have a lot of changes in the schema?โ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ07-15-2022 06:30 AM
Hi @Fernando Martinโ if your table is incremental you need to reset the schema manually for complete tables it happens automatically.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ07-20-2022 03:56 PM
Hi @Fernando Martinโ,
If you are reading files (JSON, CSV, TXT, etc) then you can use Autoloader. Autoloader will handled your schema changes. The following docs might be able to help https://docs.databricks.com/data-engineering/delta-live-tables/delta-live-tables-incremental-data.ht...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ08-30-2022 08:28 AM
Hey there @Fernando Martinโ
Hope all is well!
Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help.
We'd love to hear from you.
Thanks!