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
Is this a regression in a recent version of dbt-redshift?
I believe this is a regression in dbt-redshift functionality
I have searched the existing issues, and I could not find an existing issue for this regression
Current Behavior
this gist shows that sql = self._add_query_comment(sql) was removed as part of #251. and never added back. this omission was not picked up due to faulty tests that were surfaced in dbt-labs/dbt-core#7928.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
[Regression] query commenting is not possible from 1.5.0 onwards
[ADAP-701] [Regression] query commenting is not possible from 1.5.0 onwards
Jul 13, 2023
Is this a regression in a recent version of dbt-redshift?
Current Behavior
this gist shows that
sql = self._add_query_comment(sql)
was removed as part of #251. and never added back. this omission was not picked up due to faulty tests that were surfaced in dbt-labs/dbt-core#7928.The text was updated successfully, but these errors were encountered: