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


##########
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:
   What do you think about making the task ID an externally fetched variable 
similar to `EXISTING_DAG_ID_KEY`?



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