Skip to content
Snippets Groups Projects
Commit 0989eb00 authored by Jedrzej Rybicki's avatar Jedrzej Rybicki
Browse files

data cat linka

parent c822f63e
Branches
Tags
No related merge requests found
Pipeline #83447 passed
...@@ -12,3 +12,11 @@ class AirflowEFlowsPlugin(AirflowPlugin): ...@@ -12,3 +12,11 @@ class AirflowEFlowsPlugin(AirflowPlugin):
hooks = [] hooks = []
admin_views = [] admin_views = []
appbuilder_menu_items = [appbuilder_eFlows] appbuilder_menu_items = [appbuilder_eFlows]
class AirflowDataCatPlugin(AirflowPlugin):
name = "Data Catalogue"
operators = []
flask_blueprints = []
hooks = []
admin_views = []
appbuilder_menu_items = [{"name": "Data Catalogue", "href": "https://datacatalog.fz-juelich.de/index.html"}]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment