Skip to content

Commit

Permalink
fix: concurrency key
Browse files Browse the repository at this point in the history
  • Loading branch information
cbini committed Aug 23, 2024
1 parent a17f258 commit 302d516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/teamster/libraries/overgrad/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def build_overgrad_asset(
check_specs=[build_check_spec_avro_schema_valid(key)],
deps=deps,
compute_kind="python",
op_tags={"dagster/concurrency_key": "overgrad_api_limit"},
op_tags={"dagster/concurrency_key": f"overgrad_api_limit_{code_location}"},
)
def _asset(context: AssetExecutionContext, overgrad: OvergradResource):
if context.assets_def.partitions_def is not None:
Expand Down

0 comments on commit 302d516

Please sign in to comment.