topherinternational opened a new pull request, #43669:
URL: https://github.com/apache/airflow/pull/43669

   This change add AWS Redshift Serverless support to the PostgresHook.
   
   `PostgresHook` now supports the following keys in the `extras` of the 
connection parameters (or the query parameters if the connection is specified 
by a URI):
   - `redshift-serverless`: set this to `True` to authenticate and connect to 
an AWS Redshift Serverless authentication
   - `workgroup-name`: the name of the workgroup associated with the database, 
to be passed to the redshift-serverless client's `get_credentials` method when 
authenticating
   


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