uranusjr commented on code in PR #70190:
URL: https://github.com/apache/airflow/pull/70190#discussion_r3689976422
##########
dev/registry/registry_tools/types.py:
##########
@@ -116,6 +116,48 @@
"label": "Retry Policies",
"icon": "R",
},
+ "extra_link": {
+ "yaml_key": "extra-links",
+ "level": "flat",
+ "suffixes": [],
+ "label": "Extra Links",
+ "icon": "I",
+ },
+ "queue": {
+ "yaml_key": "queues",
+ "level": "flat",
+ "suffixes": [],
+ "label": "Message Queues",
+ "icon": "Q",
+ },
+ "plugin": {
+ "yaml_key": "plugins",
+ "level": "flat",
+ "suffixes": [],
+ "label": "Plugins",
+ "icon": "P",
+ },
+ "auth_manager": {
+ "yaml_key": "auth-managers",
+ "level": "flat",
+ "suffixes": [],
+ "label": "Auth Managers",
+ "icon": "A",
+ },
+ "db_manager": {
+ "yaml_key": "db-managers",
+ "level": "flat",
+ "suffixes": [],
+ "label": "DB Managers",
+ "icon": "D",
+ },
+ "dialect": {
+ "yaml_key": "dialects",
+ "level": "flat",
+ "suffixes": [],
+ "label": "Dialects",
+ "icon": "C",
Review Comment:
I wonder if we want to choose a different letter since C might be useful for
connection. Or maybe db_manager can use M instead? Not sure.
--
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]