Using Artie
Schema Evolution
Learn how Artie automatically evolves schemas to match your data.
Overview
Artie supports schema evolution out of the box, which means:
- We automatically create tables in your destination if they don’t exist
- We detect and add new columns automatically
- We can drop deleted columns from the source (optional feature)
How do we know the right data types? 🔍
- We automatically detect data types from your source schema and values
- For more details, see our typing library documentation
Advanced Features 🛠️
We provide additional configuration options to give you more control over schema evolution:
Was this page helpful?