-
Notifications
You must be signed in to change notification settings - Fork 170
DBSQL for Dimension ETL #127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…ate/Patient Dimension ETL w CDF.sql
QuentinAmbard
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey, I did a few style / sql comment, I'll do another pass on the flow/logic after, let's catchup next week to review it? Thanks!
product_demos/DBSQL-Datawarehousing/dbsql-for-dim-etl/_util/initialize-staging.py
Outdated
Show resolved
Hide resolved
...mos/DBSQL-Datawarehousing/dbsql-for-dim-etl/_util/stage source file - incremental load #1.py
Outdated
Show resolved
Hide resolved
product_demos/DBSQL-Datawarehousing/dbsql-for-dim-etl/_util/browse current load.sql
Outdated
Show resolved
Hide resolved
product_demos/DBSQL-Datawarehousing/dbsql-for-dim-etl/00-Setup/Initialize.sql
Outdated
Show resolved
Hide resolved
product_demos/DBSQL-Datawarehousing/dbsql-for-dim-etl/00-Setup/Initialize.sql
Outdated
Show resolved
Hide resolved
product_demos/DBSQL-Datawarehousing/dbsql-for-dim-etl/00-Setup/Setup.sql
Outdated
Show resolved
Hide resolved
product_demos/DBSQL-Datawarehousing/dbsql-for-dim-etl/01-Create/Patient Tables.sql
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to review this and use the python SDK instead if it's part of the demo, or instead we move it within the bundle file and the workflow got created automatically and we don't expose this file to the user - let's talk about it

Demo of SCD Type2 ETL using DBSQL:
Added folder dbsql-for-dim-etl under product_demos/DBSQL-Datawarehousing.
Included notebooks, images, csv files corresponding to demo.