slidoapp / dbt-superset-lineage

Make dbt docs and Apache Superset talk to one another
MIT License
134 stars 18 forks source link

Sync descriptions of dbt models into Superset datasets #21

Closed one-data-cookie closed 1 year ago

one-data-cookie commented 1 year ago

It is now visible in Superset in the list of datasets.

image

one-data-cookie commented 1 year ago

@sweco I also made a silly mistake, now caught by proper testing. And when I was at it, I slightly improved the logic so that if there is a dataset description in Superset but none in dbt, the description is kept.

All committed here. Let me know if you have any more comments!