-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 not working in 0.17.0-b1 #2403
Comments
This has something to do with quoting/casing - it works fine without. Probably caused by this PR: #2322 |
@swiffer I can't seem to reproduce this locally, please let me know if I'm missing a step:
What am I missing? |
Actually, this is a very interesting snippet now that I look more carefully:
This list shouldn't be empty! It should say at least |
Thanks looking into it and responding so quickly! I've installed dbt-core and dbt-snowflake via pipenv:
dbt_project.yml
|
I've opened a new bug for the "version not showing up at all" behavior (#2410) - sorry about that, the bug only appears when installed in non-editable mode so I was very confused for a while! For the issue at hand here, thanks! The |
…case Preserve the case of schemas and databases when listing relations (#2403)
Describe the bug
dbt seed fails to load seed files
Steps To Reproduce
dbt seed --full-refresh
Expected behavior
with 0.16 --full-refresh was not required, now it seems to be but is not working (yet?)
Screenshots and log output
System information
Which database are you using dbt with?
The output of
dbt --version
:The operating system you're using:
Windows 10 64bit
The output of
python --version
:Python 3.8.2
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: