jmelot commented on a change in pull request #15959:
URL: https://github.com/apache/airflow/pull/15959#discussion_r672236034



##########
File path: airflow/providers/asana/example_dags/example_asana.py
##########
@@ -31,46 +33,62 @@
     "owner": "airflow",
 }
 
+ASANA_TASK_TO_UPDATE = os.environ.get("ASANA_TASK_TO_UPDATE")
+ASANA_TASK_TO_DELETE = os.environ.get("ASANA_TASK_TO_DELETE")
+ASANA_PROJECT_ID = os.environ.get("ASANA_PROJECT_ID")
+CONN_ID = os.environ.get("ASANA_CONNECTION_ID")

Review comment:
       Oh good point -- done! (that also reminded me to add some comments 
describing how the connection should be set up as well)




-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to