slidoapp / dbt-superset-lineage

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

Add optional parameter `superset_pause_after_put` #31

Closed one-data-cookie closed 1 year ago

one-data-cookie commented 1 year ago

It turns out that PUT calls on Superset API strain its databases as they need to update the columns everywhere upon change. This allows users to optionally pause for a couple of seconds before making the next PUT call.

one-data-cookie commented 1 year ago

@junckritter @sweco Thank you both, renamed and merging. I'll follow-up with a new release soon. 😉