Skip to content

Conversation

@iambriccardo
Copy link
Contributor

@iambriccardo iambriccardo commented Nov 25, 2025

This PR implements a new SchemaCreationMode setting which allows to configure how ETL will deal with schema creation. It has two modes:

  • CreateOnce -> the schema is created only for the first time the table is copied.
  • CreateIfMissing -> the schema is created every time if it's missing downstream after the initial copy. This could be useful for cases where you don't want to restart the pipeline in case you delete the downstream table by mistake.

@iambriccardo iambriccardo changed the title Improve feat(core): Implement schema creation mode Nov 25, 2025
@iambriccardo
Copy link
Contributor Author

Not doing it for now.

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

Successfully merging this pull request may close these issues.

2 participants