You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an effort to ease user flow from dbt docs into Superset, we could programmatically append a markdown hyperlink into a dbt model's description, pointing to the "create chart" page in Superset.
For example, consider the following file, orders.yml
# orders.ymlmodels:
- name: ordersdescription: | This table has basic information about orders, as well as some derived facts based on payments [Explore this table!](http://localhost:8088/explore/?datasource_type=table&datasource_id=97)columns: ...
dbt docs page:
Clicking "Explore this table!" takes you to this Superset page:
The text was updated successfully, but these errors were encountered:
In an effort to ease user flow from dbt docs into Superset, we could programmatically append a markdown hyperlink into a dbt model's
description
, pointing to the "create chart" page in Superset.For example, consider the following file,
orders.yml
dbt docs page:
Clicking "Explore this table!" takes you to this Superset page:
The text was updated successfully, but these errors were encountered: