slidoapp / dbt-superset-lineage

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

Pull dashboards has old API calls #9

Closed agusfigueroa-htg closed 1 year ago

agusfigueroa-htg commented 2 years ago

Hey guys, I adapted the pull_dashboards.py file to use it as, when trying to run the code out of the box, I was not getting the dashboards' table names.

Out of my interpretation GET /dashboard/id doesn't return "table_name" anymore and it was replaced by a similar command I found (GET /dashboard/id/datasets).

Let me know how this sounds to you, I am happy to contribute with my minor edits. Best, Agus

one-data-cookie commented 1 year ago

@agusfigueroa-htg I just released v0.3.0 that implements your suggestion apart from quite a few other things.

Apologies this took a while to address! 🙈

agusfigueroa-htg commented 1 year ago

Glad to hear, thank you so much!