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
For reference, this is what happens when you run the same query in Snowflake:
I would understand that supporting this result set is not possible/desirable, but I would expect an exception if so, or at least documentation of the limitation.
Describe the bug
run_sql
for queries that include two columns of the same name has surprising results.Steps To Reproduce
Query:
select 'one' as column_a, 'two' as column_a
dbt Cloud IDE
dbt rpc
Expected behavior
For reference, this is what happens when you run the same query in Snowflake:
I would understand that supporting this result set is not possible/desirable, but I would expect an exception if so, or at least documentation of the limitation.
The output of
dbt --version
:$ dbt --version installed version: 0.17.0 latest version: 0.17.0 Up to date! Plugins: - bigquery: 0.17.0 - snowflake: 0.17.0 - redshift: 0.17.0 - postgres: 0.17.0
The text was updated successfully, but these errors were encountered: