Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramshackle-Jamathon committed Sep 19, 2023
1 parent 9280beb commit 7daaee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion purina_usage/utils/dagster_insights.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def store_dbt_adapter_metrics(
snowflake_metrics = get_snowflake_usage(
context, result["adapter_response"][adapter_response_key], node["database"]
)
metric_values.append(*snowflake_metrics)
metric_values.extend(snowflake_metrics)
assetMetricDefinitions.append(
{
"assetKey": node["name"],
Expand Down

0 comments on commit 7daaee9

Please sign in to comment.