Skip to content

Remove properties and cross_validation FilePaths from metadata#2869

Draft
allisterakun wants to merge 9 commits intodevfrom
remove_properties_fp_from_metadata
Draft

Remove properties and cross_validation FilePaths from metadata#2869
allisterakun wants to merge 9 commits intodevfrom
remove_properties_fp_from_metadata

Conversation

@allisterakun
Copy link
Collaborator

Context

Issue(s) closed by this pull request: closes #2859.

What

Why

How

Test plan

Input Changes

Output Changes

  • N/A

Filter

@github-actions
Copy link
Contributor

Current Coverage: %

Mypy errors on remove_properties_fp_from_metadata branch: 1213
Mypy errors on dev branch: 1213
No difference in error counts

@github-actions
Copy link
Contributor

🚨 Please update the changelog. This PR cannot be merged until changelog.md is updated.
🚨 Unauthorized changes detected in protected files. Please remove these changes if they are not intended.
🚨 Some tests have failed.

@github-actions
Copy link
Contributor

Current Coverage: 99%

Mypy errors on remove_properties_fp_from_metadata branch: 1213
Mypy errors on dev branch: 1213
No difference in error counts

@github-actions
Copy link
Contributor

🚨 Please update the changelog. This PR cannot be merged until changelog.md is updated.
🚨 Unauthorized changes detected in protected files. Please remove these changes if they are not intended.

@morrowcj morrowcj self-requested a review March 23, 2026 15:52
Copy link
Collaborator

@ew3361zh ew3361zh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, nice work Allister.

},
"cross_validation_file_paths": {
"type": "array",
"description": "Collection of file paths to the cross validation rule JSON files.",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"description": "Collection of file paths to the cross validation rule JSON files.",
"description": "List the of file path(s) to the cross validation rule JSON file(s).",

"feed_storage_configurations",
"feed_storage_instances",
}
PRROPERTIES_FILE_PATHS: dict[str, Path] = {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think docstrings would be helpful here? I know we're not doing it anywhere else in this file but we do it in manure files for file-level constants. Just a thought.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Running external inputs fails, not respecting external properties paths.

3 participants