tokoko commented on issue #35297: URL: https://github.com/apache/airflow/issues/35297#issuecomment-1838260762
Hey. I agree that there should be a way to populate dataset_event extras somehow, but I don't think this is the bug as you're describing it. dataset extras and dataset event extras are two distinct concepts and simply populating event extras from dataset extras wouldn't be a correct solution. What we actually need is extending baseoperator API to let the users specify how they want event extra fields to be populated, for example adding additional parameter called `outlet_extras` or modifying existing `outlets` parameter to optionally accept tuples of [dataset: Dataset, extra: str]. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
