Research the capability of DBT (Data Build Tool)
https://datacaffee.com/wp-content/uploads/2021/03/dbt-_commands.pdf
https://docs.getdbt.com/docs/building-a-dbt-project/projects https://github.com/dbt-labs/corp/blob/main/dbt_style_guide.md
To create a new dbt project, run:
$ dbt init [project_name]
This will create a new directory in your current path (i.e. at ./[project-name] ).
https://github.com/dbt-msft/dbt-sqlserver https://docs.getdbt.com/reference/warehouse-profiles/mssql-profile
Example profile: https://github.com/dbt-msft/dbt-sqlserver/blob/master/test/integration/sample.profiles.yml
https://docs.getdbt.com/docs/building-a-dbt-project/seeds
https://github.com/dbt-labs/jaffle_shop https://github.com/dbt-labs/databricks_dbt_demo_project
https://github.com/dbt-labs/dbt-utils
https://github.com/dbt-labs/cytoscape.js https://js.cytoscape.org/