Skip to content

Commit

Permalink
Fix dbt Docs menu item href
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Oct 24, 2024
1 parent 10af3cf commit 97894dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Changelog
=========


1.7.1a2 (2024-10-24)
1.7.1a3 (2024-10-24)
--------------------

Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion cosmos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Contains dags, task groups, and operators.
"""

__version__ = "1.7.1a2"
__version__ = "1.7.1a3"


from cosmos.airflow.dag import DbtDag
Expand Down
2 changes: 1 addition & 1 deletion cosmos/plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,6 @@ class CosmosPlugin(AirflowPlugin):
"name": "dbt Docs",
"category": "Browse",
"view": dbt_docs_view,
"href": conf.get("webserver", "base_url") + "/dbt_docs",
"href": conf.get("webserver", "base_url") + "/cosmos/dbt_docs",
}
appbuilder_views = [item]

0 comments on commit 97894dd

Please sign in to comment.