Skip to content
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

Fix: Snowflake column selection #11

Closed
eogilvy12 opened this issue Jul 15, 2019 · 5 comments
Closed

Fix: Snowflake column selection #11

eogilvy12 opened this issue Jul 15, 2019 · 5 comments
Labels

Comments

@eogilvy12
Copy link

when running on Snowflake, if the schema and table name are lowercase, the generate base model returns the structure but without returning the column names.

If you update the schema to be capitalized an the table to have capitalized identifier then it works as expected

@clrcrl
Copy link
Contributor

clrcrl commented Jul 16, 2019

Thanks @eogilvy12.

Out of interest, what are your quoting configs in your Snowflake project? I'm trying to figure out why the test passed, but IRL is doesn't work.

Either way, I should probably be throwing an error when dbt can't find any columns, rather than letting it silently fail.

@eogilvy12
Copy link
Author

up until this morning this project didn't have any quoting configs specified (! which I just changed)

I have to wait to merge some code in but can test this for you on whether it works with proper configuration

@eogilvy12
Copy link
Author

@clrcrl once I added proper quoting to their dbt_project.yml the run-operation returns results!

@github-actions
Copy link

github-actions bot commented Aug 9, 2023

This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days.

@github-actions github-actions bot added the Stale label Aug 9, 2023
@github-actions
Copy link

Although we are closing this issue as stale, it's not gone forever. Issues can be reopened if there is renewed community interest. Just add a comment to notify the maintainers.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants