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 6ffc1e6 commit 81b091a
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(
"repositoryName": (
context.dagster_run.external_job_origin.external_repository_origin.repository_name
),
"assetKey": selected_asset_key,
"assetKey": selected_asset_key.to_string(),
"assetGroup": context.assets_def.group_names_by_key.get(selected_asset_key, ""),
"metricValues": [
{
Expand Down

0 comments on commit 81b091a

Please sign in to comment.