Using eclipse IDE for dbt development
I’ve been using eclipse as an IDE of choice with dbt for a couple of years, here is how I configure it for working with dbt projects.
I’ve been using eclipse as an IDE of choice with dbt for a couple of years, here is how I configure it for working with dbt projects.
This is a side project of mine, something to keep me out of mischief at home. My aim for this project is to be an example/template/starting point for using flask for a quick (and dirty) approach to a Master Data Management (MDM) application AKA a Data Warehouse Management Application (DWMA).
A diff tool (software to compare the difference between two text files) is a valuable asset to those of us who spend more than a healthy portion of the day looking at text files. Mostly this is to understand, what is different between the original and new version of some code. Some time ago, I…