-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(systemMetadata): add pipeline names to system metadata #8684
Conversation
@@ -27,6 +27,9 @@ def _try_reformat_with_black(code: str) -> str: | |||
|
|||
class WorkUnitRecordExtractorConfig(ConfigModel): | |||
set_system_metadata = True | |||
set_system_metadata_pipeline_name = ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you set this from a recipe?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
technically yes, but it's kinda janky
source:
type: ...
config: ...
extractor: "generic"
extractor_config:
set_system_metadata_pipeline_name: True
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in reality, nobody uses this extractor abstraction so effectively no
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - Thank you!
Follow up on #8672
Checklist