dada-engineer commented on issue #54498: URL: https://github.com/apache/airflow/issues/54498#issuecomment-3776430464
> 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: > > 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. Actually if you create the connection you can create any no need to call this default. It just matters that the API server can find this in the DB. Interestingly enough I only face this issue in AWS not Azure... -- 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]
