We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03beb9 commit 0157e0eCopy full SHA for 0157e0e
providers/postgres/provider.yaml
@@ -108,6 +108,9 @@ hooks:
108
connection-types:
109
- hook-class-name: airflow.providers.postgres.hooks.postgres.PostgresHook
110
connection-type: postgres
111
+ ui-field-behaviour:
112
+ relabeling:
113
+ schema: Database
114
115
asset-uris:
116
- schemes: [postgres, postgresql]
providers/postgres/src/airflow/providers/postgres/get_provider_info.py
@@ -51,6 +51,7 @@ def get_provider_info():
51
{
52
"hook-class-name": "airflow.providers.postgres.hooks.postgres.PostgresHook",
53
"connection-type": "postgres",
54
+ "ui-field-behaviour": {"relabeling": {"schema": "Database"}},
55
}
56
],
57
"asset-uris": [
0 commit comments