v0.1.2 #171
ramonvermeulen
started this conversation in
Feedback / User Testing
v0.1.2
#171
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @alejandrorial @tim-watcha (and anyone else reading this)
Over the weekend I release a new version (v0.1.2) of dbtToolkit, implementing some of the features both of you opened a ticket for.
I also tried to implement some performance improvements by doing more lineage related things on the React side, hopefully doing less dbt parse roundtrips (e.g. on first load I try to cache the full lineage in the react app, and only re-parse when new models are added). However I have limited capability to test everything myself, I am currently not really working a lot on big dbt projects so most of my tests are on jaffle-shop-classic and another relatively small dbt project. I can imagine for really big projects, e.g. 100+ models the performance might not be as good.
I was wondering if you have time to give a small update on the latest release, is the new full lineage toggle and dotenv support working as expected?
Greetings,
Ramon
Beta Was this translation helpful? Give feedback.
All reactions