This is an automated email from the ASF dual-hosted git repository.

pankajkoti pushed a commit to branch pankajkoti-patch-2
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 3e28ed54c9d9aef38497e8c33d53d427b74e4986
Author: Pankaj Koti <pankajkoti...@gmail.com>
AuthorDate: Fri Nov 17 19:21:22 2023 +0530

    Include remote logging conn_id in GCP GCS remote logging config
    
    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.

Reply via email to