{"id":28471022,"url":"https://github.com/datnguye/dbt-mssql","last_synced_at":"2026-04-24T12:33:09.181Z","repository":{"id":116128484,"uuid":"407751428","full_name":"datnguye/dbt-mssql","owner":"datnguye","description":"This is where to start the data transformation with dbt and SQL Server","archived":false,"fork":false,"pushed_at":"2021-10-11T04:51:28.000Z","size":352,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-01T20:51:43.852Z","etag":null,"topics":["dbt","mssql","sqlseerver"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/datnguye.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"custom":["paypal.me/datnguyenit09","https://nhantien.momo.vn/0979414691"]}},"created_at":"2021-09-18T04:05:29.000Z","updated_at":"2021-12-21T17:55:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"05fbb3ab-3bec-48fb-9bb0-0606495cd38f","html_url":"https://github.com/datnguye/dbt-mssql","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/datnguye/dbt-mssql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datnguye%2Fdbt-mssql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datnguye%2Fdbt-mssql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datnguye%2Fdbt-mssql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datnguye%2Fdbt-mssql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datnguye","download_url":"https://codeload.github.com/datnguye/dbt-mssql/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datnguye%2Fdbt-mssql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32224041,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T10:26:35.452Z","status":"ssl_error","status_checked_at":"2026-04-24T10:25:27.643Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dbt","mssql","sqlseerver"],"created_at":"2025-06-07T10:07:27.932Z","updated_at":"2026-04-24T12:33:09.175Z","avatar_url":"https://github.com/datnguye.png","language":"Python","funding_links":["paypal.me/datnguyenit09","https://nhantien.momo.vn/0979414691"],"categories":[],"sub_categories":[],"readme":"# dbt-mssql\nThis is where to start the data transformation with dbt and SQL Server.\n\u003e Sample data mart: `covid`\n\n\u003e Start your local development with `.\\env\\Scripts\\activate`. For more details: [LOCALDEV.md](LOCALDEV.md)\n\n[![SSH deployment](https://github.com/datnguye/dbt-mssql/actions/workflows/ssh-to-server.yml/badge.svg)](https://github.com/datnguye/dbt-mssql/actions/workflows/ssh-to-server.yml)\n\n[![Awesome dbt CI](https://github.com/datnguye/dbt-mssql/actions/workflows/ci-awesome-dbt.yml/badge.svg)](https://github.com/datnguye/dbt-mssql/actions/workflows/ci-awesome-dbt.yml)\n[![Awesome dbt Publish](https://github.com/datnguye/dbt-mssql/actions/workflows/cd-awesome-dbt.yml/badge.svg)](https://github.com/datnguye/dbt-mssql/actions/workflows/cd-awesome-dbt.yml)\n\n\n## Common commands:\n### Set enviroment variables before any dbt operations as we're gonna use dbt `env_var` within our `profiles.yml`:\n- Windows\n```\nset ENV_DBT_SERVER=DAT\\DAT19\nset ENV_DBT_PORT=1433\nset ENV_DBT_DATABASE=PLAY\nset ENV_DBT_SCHEMA=analytic\nset ENV_DBT_USER=datnguye\nset ENV_DBT_PASSWORD=datnguye\n```\n\n### Seed data\n[Covid](/dbt/data/covid/covid_raw.csv)\n```\ndbt seed --project-dir ./dbt --target dev\n```\n\n### Run all models\n```\ndbt run --project-dir ./dbt --target dev --full-refresh [--models +exposure:*]\n```\n\n### Run all models - DELTA mode\n```\ndbt run --project-dir ./dbt --target dev [--models +exposure:*]\n```\n\n### Test models\n```\ndbt test --project-dir ./dbt --target dev [--models +exposure:*]\n```\n\n## Dockerizing\n- [Provisioning](/.docker/provision.md)\n\n- [Processing](/.docker/processing.md)\n\n- [API Service](/.docker/awesome-dbt.md)\n\n\n## Services\n### API service - Awesome dbt\n[![Awesome dbt CI](https://github.com/datnguye/dbt-mssql/actions/workflows/ci-awesome-dbt.yml/badge.svg)](https://github.com/datnguye/dbt-mssql/actions/workflows/ci-awesome-dbt.yml)\n[![Awesome dbt Publish](https://github.com/datnguye/dbt-mssql/actions/workflows/cd-awesome-dbt.yml/badge.svg)](https://github.com/datnguye/dbt-mssql/actions/workflows/cd-awesome-dbt.yml)\n\nAn API endpoint using [FastAPI](https://fastapi.tiangolo.com) with [Prefect](https://docs.prefect.io/) as a Dataflow\n\nThe dbt will be running as the background task, optional configured in queue.\n\n*Swagger*:\n\n![Alt text](/services/api_service/.insomia/awesome-dbt-api-docs-2021-10-03.png?raw=true \"api redoc\")\n\n*Redoc*:\n\n![Alt text](/services/api_service/.insomia/awesome-dbt-api-redoc-2021-10-03.png?raw=true \"api redoc\")\n\n\nSee [README.md](/services/api_service/README.md) for more details.\n\n\n### Admin portal\n\u003e TBU\n\nSee [README.md](/services/admin_portal/README.md) for more details.\n\n\n## WHAT next?\n- `Awesome dbt` key vault / authentication / Serialize dbt Result\n- The `dbt` with Postgres DB\n- Admin portal\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatnguye%2Fdbt-mssql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatnguye%2Fdbt-mssql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatnguye%2Fdbt-mssql/lists"}