ginolegigot commented on issue #54498:
URL: https://github.com/apache/airflow/issues/54498#issuecomment-3774739101

   for people stumbling upon this after migrating from 2.11 to 3.1.6, setting 
remote_conn_id 
https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#remote-log-conn-id
 for aws (i guess but did not try) or gcp default connections fixes the issue.
   In my case, I wanted to remote log to a gcs bucket:
   ```cfg
   remote_logging = True
   remote_base_log_folder = gs://my-bucket/my-path
   remote_log_conn_id = my-default-gcp-connection
   ```
   To create a default gcp connection, select create a google cloud connection 
type, no need for extra parameters, set a conn_id and put this conn id in 
remote_log_conn_id.


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