-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] status and rowcount not reported beginning with version 1.5.0
#785
Comments
1.5.0
@soroushmalek67 thanks for reporting this! This is an on-going regression due to a limitation of the redshift-connector Python driver. I've opened aws/amazon-redshift-python-driver#220 to request that Indeed this change began in #251, which was released initially in
dbt-redshift/dbt/adapters/redshift/connections.py Lines 258 to 263 in ddfc36c
Other data platforms similarly do not provide this information, accordingly the respective dbt adapters lack this information, namely:
|
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days. |
Although we are closing this issue as stale, it's not gone forever. Issues can be reopened if there is renewed community interest. Just add a comment to notify the maintainers. |
Is this a new bug in dbt-redshift?
Current Behavior
Hello Everyone!
After updating to dbt
1.7
from1.3
, all of a sudden, for our jobs on our models (incremental, snapshots, tables) and for both dbt run and dbt build, dbt only returns this syntax:SUCCESS in XX.XXs
, once the run is done for the model.It used to be like this before:
INSERT 0 14330 in 16.87s
(first snapshot), which was very useful, especially for our incremental/snapshot models, as we wanted to check how many rows had been upserted in them.Now, we don't see anything for our models in that way (second snapshot). note that we're using
Registered adapter: redshift=1.7.5
.excerpts from dbt Labs response in community Slack thread in #dbt-cloud-cli-and-ide:
Expected Behavior
To simply show how many rows were inserted in the incremental and snapshot jobs.
Steps To Reproduce
Based on dbt lab recommendation for troubleshooting:
redshift-connector
itselfRelevant log output
No response
Environment
The text was updated successfully, but these errors were encountered: