You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/06/12 23:30:38 UTC

[airflow] branch main updated: postgres_hook_aws_conn_id (#16100)

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 d99afc3  postgres_hook_aws_conn_id (#16100)
d99afc3 is described below

commit d99afc3c21020e78fa3c5d2c80efce818ad2870c
Author: Gabriel Laden <40...@users.noreply.github.com>
AuthorDate: Sat Jun 12 16:30:10 2021 -0700

    postgres_hook_aws_conn_id (#16100)
---
 airflow/providers/postgres/hooks/postgres.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/airflow/providers/postgres/hooks/postgres.py b/airflow/providers/postgres/hooks/postgres.py
index 0b512d7..1a78e12 100644
--- a/airflow/providers/postgres/hooks/postgres.py
+++ b/airflow/providers/postgres/hooks/postgres.py
@@ -108,6 +108,7 @@ class PostgresHook(DbApiHook):
                 'redshift',
                 'cursor',
                 'cluster-identifier',
+                'aws_conn_id',
             ]:
                 conn_args[arg_name] = arg_val