Skip to content

Commit

Permalink
Remove duplicated connection-type within the provider (#26628)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taragolis authored Sep 27, 2022
1 parent 05d351b commit 89e44c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions airflow/providers/amazon/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -554,8 +554,6 @@ connection-types:
connection-type: emr
- hook-class-name: airflow.providers.amazon.aws.hooks.redshift_sql.RedshiftSQLHook
connection-type: redshift
- hook-class-name: airflow.providers.amazon.aws.hooks.redshift_data.RedshiftDataHook
connection-type: aws

secrets-backends:
- airflow.providers.amazon.aws.secrets.secrets_manager.SecretsManagerBackend
Expand Down
2 changes: 0 additions & 2 deletions airflow/providers/databricks/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ hooks:
connection-types:
- hook-class-name: airflow.providers.databricks.hooks.databricks.DatabricksHook
connection-type: databricks
- hook-class-name: airflow.providers.databricks.hooks.databricks_sql.DatabricksSqlHook
connection-type: databricks

extra-links:
- airflow.providers.databricks.operators.databricks.DatabricksJobRunLink

0 comments on commit 89e44c4

Please sign in to comment.