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 7daaee9 commit 328d825
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 @@ -206,7 +206,7 @@ def put_context_metrics(
),
"assetMetricDefinitions": [
{
"assetKey": selected_asset_key.to_string(),
"assetKey": selected_asset_key.to_python_identifier(),
"assetGroup": context.assets_def.group_names_by_key.get(selected_asset_key, ""),
"metricValues": [
{
Expand Down

0 comments on commit 328d825

Please sign in to comment.