Connections¶
This is a summary of all Apache Airflow Community provided implementations of connections exposed via community-managed providers.
Airflow can be extended by providers with custom connections. Each provider can define their own custom connections, that can define their own custom parameters and UI customizations/field behaviours for each connection, when the connection is managed via Airflow UI. Those connections also define connection types, that can be used to automatically create Airflow Hooks for specific connection types.
The connection management is explained in Connections & Hooks and you can also see those provided by the community-managed providers:
Airbyte¶
airbyte:
AirbyteHook
Amazon¶
aws:
AwsGenericHook
emr:
EmrHook
redshift:
RedshiftSQLHook
Apache Cassandra¶
cassandra:
CassandraHook
Apache Druid¶
druid:
DruidDbApiHook
Apache Hive¶
hive_cli:
HiveCliHook
hiveserver2:
HiveServer2Hook
hive_metastore:
HiveMetastoreHook
Apache Impala¶
impala:
ImpalaHook
Apache Kafka¶
kafka:
KafkaBaseHook
Apache Pig¶
pig_cli:
PigCliHook
Apache Pinot¶
pinot:
PinotHook
Apache Spark¶
spark_jdbc:
SparkJDBCHook
spark_sql:
SparkSqlHook
spark:
SparkSubmitHook
ArangoDB¶
arangodb:
ArangoDBHook
IBM Cloudant¶
cloudant:
CloudantHook
Kubernetes¶
kubernetes:
KubernetesHook
Databricks¶
databricks:
DatabricksHook
Datadog¶
datadog:
DatadogHook
dbt Cloud¶
dbt_cloud:
DbtCloudHook
Dingding¶
dingding:
DingdingHook
Discord¶
discord:
DiscordWebhookHook
Docker¶
docker:
DockerHook
Elasticsearch¶
elasticsearch:
ElasticsearchHook
Exasol¶
exasol:
ExasolHook
Facebook¶
facebook_social:
FacebookAdsReportingHook
Github¶
github:
GithubHook
Google¶
google_cloud_platform:
GoogleBaseHook
dataprep:
GoogleDataprepHook
gcpcloudsql:
CloudSQLHook
gcpcloudsqldb:
CloudSQLDatabaseHook
gcpbigquery:
BigQueryHook
gcpssh:
ComputeEngineSSHHook
leveldb:
LevelDBHook
Influxdb¶
influxdb:
InfluxDBHook
Jenkins¶
jenkins:
JenkinsHook
Microsoft Azure¶
azure:
AzureBaseHook
azure_data_explorer:
AzureDataExplorerHook
azure_batch:
AzureBatchHook
azure_cosmos:
AzureCosmosDBHook
azure_data_lake:
AzureDataLakeHook
azure_fileshare:
AzureFileShareHook
azure_container_volume:
AzureContainerVolumeHook
azure_container_instance:
AzureContainerInstanceHook
wasb:
WasbHook
azure_data_factory:
AzureDataFactoryHook
azure_container_registry:
AzureContainerRegistryHook
azure_service_bus:
BaseAzureServiceBusHook
azure_synapse:
AzureSynapseHook
Opsgenie¶
opsgenie:
OpsgenieAlertHook
Oracle¶
oracle:
OracleHook
Pagerduty¶
pagerduty:
PagerdutyHook
pagerduty_events:
PagerdutyEventsHook
PostgreSQL¶
postgres:
PostgresHook
Presto¶
presto:
PrestoHook
Qubole¶
qubole:
QuboleHook
Salesforce¶
salesforce:
SalesforceHook
Segment¶
segment:
SegmentHook
Slack¶
slack:
SlackHook
slackwebhook:
SlackWebhookHook
Snowflake¶
snowflake:
SnowflakeHook
SQLite¶
sqlite:
SqliteHook
Tableau¶
tableau:
TableauHook
Tabular¶
tabular:
TabularHook
Vertica¶
vertica:
VerticaHook
Zendesk¶
zendesk:
ZendeskHook