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
I want to add a new source (in Snowflake) to my project by using the generate_source macro, but since recently it is resulting in errors which aren't clear. When I try to run the same macro as an operation in the commandline there seems to be a bit more information available on the error.
Steps to reproduce
1. Compile the macro which looks like this to retrieve the source from Snowflake:
2. Run the macro via the commandline: dbt run-operation generate_source --args '{"schema_name":"jarvis", "database_name":"master_data_prod", "generate_columns":true, "include_data_types":true, "include_descriptions":true, "include_schema":true}'
Describe the bug
I want to add a new source (in Snowflake) to my project by using the generate_source macro, but since recently it is resulting in errors which aren't clear. When I try to run the same macro as an operation in the commandline there seems to be a bit more information available on the error.
Steps to reproduce
1. Compile the macro which looks like this to retrieve the source from Snowflake:
Resulting error:
2. Run the macro via the commandline:
dbt run-operation generate_source --args '{"schema_name":"jarvis", "database_name":"master_data_prod", "generate_columns":true, "include_data_types":true, "include_descriptions":true, "include_schema":true}'
Resulting error(s):
Detailed log: logs.txt
Expected results
An output yaml of my new source
Actual results
See errors in "steps to reproduce"
Screenshots and log output
See errors in "steps to reproduce"
System information
The contents of your
packages.yml
file:packages:
version: 0.12.1
Which database are you using dbt with?
The output of
dbt --version
:Using DBT cloud versionless
The operating system you're using:
The output of
python --version
:Additional context
Are you interested in contributing the fix?
The text was updated successfully, but these errors were encountered: