This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 3d77149cac Include remote logging conn_id in GCP GCS remote logging
config (#35702)
3d77149cac is described below
commit 3d77149cac688429e598dd3e8a80c4da65edad01
Author: Pankaj Koti <[email protected]>
AuthorDate: Fri Nov 17 20:12:20 2023 +0530
Include remote logging conn_id in GCP GCS remote logging config (#35702)
It's good to suggest updating the remote logging connection ID for using
the corresponding GCP GCS as remote logging backend which is configured with
the connection.
---
docs/apache-airflow-providers-google/logging/gcs.rst | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/apache-airflow-providers-google/logging/gcs.rst
b/docs/apache-airflow-providers-google/logging/gcs.rst
index 899f874821..bd43e3ef10 100644
--- a/docs/apache-airflow-providers-google/logging/gcs.rst
+++ b/docs/apache-airflow-providers-google/logging/gcs.rst
@@ -37,6 +37,7 @@ example:
# configuration requirements.
remote_logging = True
remote_base_log_folder = gs://my-bucket/path/to/logs
+ remote_log_conn_id = my_gcs_conn
#. By default Application Default Credentials are used to obtain credentials.
You can also
set ``google_key_path`` option in ``[logging]`` section, if you want to use
your own service account.