ramitkataria commented on code in PR #51719:
URL: https://github.com/apache/airflow/pull/51719#discussion_r2157643197


##########
providers/amazon/tests/system/amazon/aws/example_mwaa.py:
##########
@@ -66,6 +66,22 @@ def unpause_dag(env_name: str, dag_id: str):
     return not response["RestApiResponse"]["is_paused"]
 
 
+# Can only be run after 'trigger_dag_run' task is run.
+@task
+def get_task_id(env_name: str, dag_id: str):

Review Comment:
   [Discussed offline and similar reasoning as above] task ID is set while 
authoring a Dag but Dag ID is generated when the user runs the Dag



-- 
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]

Reply via email to