June 22, 2021 at 2:23 pm
dbt, or Data Build Tool, is a piece of software that allows analysts to write SQL/Python/Jinja code to faciliate ELT workflows to your data warehouse. Analysts can write code that will serialize into valid SQL code, the code will create views in your data warehouse, and full documentation allows anyone to review object definitions and dependencies.
I'd like to write either a couple articles or a stairways series on how to set up dbt against a SQL Server environment, how to create views using the jinja templating, how to deploy to the warehouse, how to review the documentation, etc.
June 22, 2021 at 2:34 pm
If you're serious, then instead of posting spam, contact the web master for this site.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 22, 2021 at 2:50 pm
I'm not affiliated with dbt in any way and I'm not spamming. dbt is a popular tool used for creating views and other artifacts as a part of ELT workflows, and it has integrations with SQL Server. This was also posted in the seemingly appropriate forum about Requested Articles.
June 23, 2021 at 12:48 am
Still, if you want to write check out this page: https://www.sqlservercentral.com/contribute.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply