Skip to content

Commit

Permalink
Add generic connection type (#22310)
Browse files Browse the repository at this point in the history
See apache/airflow#20350.

GitOrigin-RevId: 6d1d53b780c48297fa2e6d8e075fdaa0f0f42e22
  • Loading branch information
malthe authored and Cloud Composer Team committed Aug 30, 2022
1 parent 09b52fa commit 68da996
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/www/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -3725,6 +3725,7 @@ def _get_connection_types() -> List[Tuple[str, str]]:
('fs', 'File (path)'),
('mesos_framework-id', 'Mesos Framework ID'),
('email', 'Email'),
('generic', 'Generic'),
]
providers_manager = ProvidersManager()
for connection_type, provider_info in providers_manager.hooks.items():
Expand Down

0 comments on commit 68da996

Please sign in to comment.