Including rows_affected
-like information in the results on-run-end context variable
#268
Labels
rows_affected
-like information in the results on-run-end context variable
#268
Describe the feature
This is the same as outlined in dbt-spark here:
dbt-labs/dbt-spark#497
But is essentially the same with dbt-databricks.
Describe alternatives you've considered
Don't think there's a good alternative here.
Who will this benefit?
Users who need fine grained audit information in their runs - how many rows affected when a model runs, etc. In particular the
dbt_artifacts
package writes rows_affected into their tables but for databricks/spark it's always 0.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: