You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Whenever I run dbt run --select elementary in my command line, Elementary will start creating the schema, tables and views in my Snowflake database. Up until the creating sql view model elementary.information_schema_columns this goes successful but the information_schema_columns fails.
To Reproduce
I followed the quickstart guide and I receive this error. I am using:
Hi @TomRutten !
Thanks for opening this issue, and apologies about the delay here.
We have actually removed the information_schema_columns in Elementary 0.15 so I actually recommend upgrading to the most recent version (0.15.2).
I am using version 0.15 but I still receive this error when doing a dbt test: 14:29:52 on-run-start failed, error: macro 'dbt_macro__check_schema_exists' takes no keyword argument 'information_schema' 14:29:52 14:29:52 on-run-end failed, error: 'None' has no attribute 'get' 14:29:52
I just fixed the issue. It had to do with another macro having the same name that was in another dbt project that we imported as a package in our own dbt repo. I changed the name of this macro and it works now.
Describe the bug
Whenever I run
dbt run --select elementary
in my command line, Elementary will start creating the schema, tables and views in my Snowflake database. Up until thecreating sql view model elementary.information_schema_columns
this goes successful but theinformation_schema_columns
fails.To Reproduce
I followed the quickstart guide and I receive this error. I am using:
I put the following in my
dbt_project.yml
:I ran
dbt deps
and after I randbt run --select elementary
Expected behavior
I expect the tables and views to be created without any issues.
Screenshots
Environment (please complete the following information):
Additional context
None.
The text was updated successfully, but these errors were encountered: