potatochip edited a comment on issue #19015:
URL: https://github.com/apache/airflow/issues/19015#issuecomment-944584848


   that is the standard way of doing it. it is referenced in the airflow 
configuration 
https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#remote-log-conn-id.
 It was done that way for gcp before the regression. It is still done that way 
for aws s3 
(https://github.com/apache/airflow/blob/main/airflow/providers/amazon/aws/log/s3_task_handler.py#L48),
 aws cloudwatch 
(https://github.com/apache/airflow/blob/main/airflow/providers/amazon/aws/log/cloudwatch_task_handler.py#L60),
 and azure 
(https://github.com/apache/airflow/blob/main/airflow/providers/microsoft/azure/log/wasb_task_handler.py#L61).
   
   it is no less safe than the multitude of other airflow infra using 
connection ids. 


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