ashb commented on a change in pull request #18447:
URL: https://github.com/apache/airflow/pull/18447#discussion_r720150211
##########
File path: airflow/providers/amazon/provider.yaml
##########
@@ -441,6 +447,8 @@ connection-types:
connection-type: aws
- hook-class-name: airflow.providers.amazon.aws.hooks.emr.EmrHook
connection-type: emr
+ - hook-class-name:
airflow.providers.amazon.aws.hooks.redshift.RedshiftSQLHook
+ connection-type: redshift+redshift_connector
Review comment:
Is there a reason to not just have this as `redshift`? -- for example
`AIRFLOW_CONN_MY_REDSHIFT=redshift://cluster/db` ?
--
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]