-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
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
dbt seed truncate tables #915
Conversation
changie commit Mv1742 load csv table seed (#1) * changie commit * Update Fixes-20231013-120628.yaml
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Manrique Vargas.
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Manrique Vargas.
|
…742-seed-truncate-table
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Manrique Vargas.
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Manrique Vargas.
|
resolves #112
Problem
The current seed command in dbt-spark appends to existing seeded tables instead overwriting when the database is 'unmanaged' (no location specified from create schema)
Solution
Overwrite all rows from the existing seed tables and replace values.
Checklist