shivaam commented on code in PR #67327:
URL: https://github.com/apache/airflow/pull/67327#discussion_r3293540064
##########
providers/standard/src/airflow/providers/standard/operators/trigger_dagrun.py:
##########
@@ -312,6 +312,13 @@ def _trigger_dag_af_3(self, context, run_id,
parsed_logical_date, parsed_run_aft
if parsed_run_after and "run_after" in parameters:
kwargs_accepted["run_after"] = parsed_run_after
+ from airflow.utils.helpers import build_airflow_dagrun_url
Review Comment:
Just curious if it is a normal practice to import from airflow core in the
operators? I see other code or providers doing the same so this is not a
blocker.
--
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]