-
Notifications
You must be signed in to change notification settings - Fork 20
[Bug] Seed fails, if a column has no values #100
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
Comments
Thank you for the detailed report I was able to reproduce this issue and will include the fix for this in the next update which is |
Hi @aosingh. Much appreciated! 2 Weeks will have to do :) |
@jpuris |
fix is back ported to dbt-oracle 1.5 and 1.4 as well |
Is there an existing issue for this?
Current Behavior
When a seed file (csv) has a column with no values, the
dbt seed
will fail withExpected Behavior
The seeding is successful
Steps To Reproduce
seeds/some_data.csv
dbt_project.yml
dbt seed
Relevant log output using
--debug
flag enabledEnvironment
What Oracle database version are you using dbt with?
19c
Additional Context
No response
The text was updated successfully, but these errors were encountered: