ashb commented on a change in pull request #4291: [AIRFLOW-1488] Add the
TriggeredDagRunSensor operator
URL: https://github.com/apache/airflow/pull/4291#discussion_r300401843
##########
File path: airflow/operators/dagrun_operator.py
##########
@@ -93,5 +93,6 @@ def execute(self, context):
conf=json.dumps(dro.payload),
execution_date=self.execution_date,
replace_microseconds=False)
+ self.run_id = dro.run_id
Review comment:
What is this change for?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services