elementary
elementary copied to clipboard
Macro 'dbt_macro__check_schema_exists' takes no keyword argument 'information_schema' Snowflake
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:
packages:
- package: elementary-data/elementary
version: 0.14.1
I put the following in my dbt_project.yml:
elementary:
+schema: "elementary"
I ran dbt deps and after I ran dbt run --select elementary
Expected behavior I expect the tables and views to be created without any issues.
Screenshots
Environment (please complete the following information):
- dbt package version: 0.14.1
Additional context None.