slidoapp / dbt-superset-lineage

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

Add IDs of dataset owners to `put_descriptions_to_superset` payload #29

Closed one-data-cookie closed 1 year ago

one-data-cookie commented 1 year ago

Add IDs of dataset owners to PUT payload in put_descriptions_to_superset

It turns out Superset empties owners if not provided with a list of their IDs. To mitigate that, IDs are obtained from Superset and put back again with the request.