uranusjr commented on code in PR #68778:
URL: https://github.com/apache/airflow/pull/68778#discussion_r3449008694
##########
airflow-core/src/airflow/assets/manager.py:
##########
@@ -669,8 +679,9 @@ def _get_or_create_apdr(
target_dag: DagModel,
rollup_fingerprint: dict,
asset_id: int,
+ rerun_policy: RerunPolicy | None = None,
Review Comment:
Is a default needed here? This is a private function so we should control
all its call sites and can change them directly.
--
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]