feat: support custom CUR label aliases - #143
Merged
Merged
Conversation
Co-authored-by: Florian Wuennemann <flowuenne@gmail.com>
Co-authored-by: Florian Wuennemann <flowuenne@gmail.com>
Co-authored-by: Florian Wuennemann <flowuenne@gmail.com>
edmundmiller
approved these changes
Apr 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR checklist
CITATIONS.md,README.md, and agent/context guidance in the same PR.nextflow run . -profile test,docker --outdir <OUTDIR>).nextflow run . -profile debug,test,docker --outdir <OUTDIR>).README.mdis updated (including new tool citations and authors/contributors).Description
This PR expands benchmark cost enrichment so users can provide custom CUR resource label aliases instead of being limited to the built-in
user_unique_run_id/user_nf_unique_run_id,user_pipeline_process, anduser_task_hashnames.New feature
Add optional
benchmark_aws_cur_label_mapYAML config support. The mapping file declares aliases for the logical benchmark cost fields:run_idprocesstask_hashThe normalizer now resolves those aliases against both supported CUR layouts:
resource_tags_<alias>columnsresource_tagsentriesIf no mapping file is supplied, the current default aliases still apply.
Included updates
benchmark_aws_cur_label_mapthrough config, schema, workflow, and normalize CLIscripts/build_filtered_cost_sidecar.pyto honor the same run-id alias mappingREADME.mdValidation
uv run --with typer --with pyyaml --with jinja2 --with pyarrow --with pytest --with httpx pytest -v modules/local/normalize_benchmark_jsonl/tests/test_normalize.pypre-commit run --all-files