-
Notifications
You must be signed in to change notification settings - Fork 121
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
Include node_info in SQLQueryStatus #452
Comments
@colin-rogers-dbt I am noticing that the |
@benc-db we should reopen this issue, looks like me prior fix missed |
@colin-rogers-dbt I believe we can reclose now, with #494 right? |
Describe the feature
dbt-core
SQLQueryStatus
includes an optionalnode_info
field. Currently dbt-databricks does not populate it when firing the event. Doing so makes it easier for consumers to utilize the logs.Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
dbt-core example: https://github.com/dbt-labs/dbt-core/blob/d91265411061463b42d6f4d6d94e094a42a96d2b/core/dbt/adapters/sql/connections.py#L83
Who will this benefit?
What kind of use case will this feature be useful for? Please be specific and provide examples, this will help us prioritize properly.
Are you interested in contributing this feature?
Let us know if you want to write some code, and how we can help.
The text was updated successfully, but these errors were encountered: