We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a stronger separation of the ingestion phase.
Don't auto create source tables. Create them only when the wranger requests it. The source tables are always loaded in from config.
So, the wrangler runs an ingest, then exports the source tables, and edits them. Then they are synced in.
When a source is run, if a source table exists, a new pipe segment is created to map the source headers and column types.
This change would also make it easier to load sources directly into build pipelines.
The text was updated successfully, but these errors were encountered:
ericbusboom
No branches or pull requests
Create a stronger separation of the ingestion phase.
Don't auto create source tables. Create them only when the wranger requests it. The source tables are always loaded in from config.
So, the wrangler runs an ingest, then exports the source tables, and edits them. Then they are synced in.
When a source is run, if a source table exists, a new pipe segment is created to map the source headers and column types.
This change would also make it easier to load sources directly into build pipelines.
The text was updated successfully, but these errors were encountered: