{"id":13484660,"url":"https://github.com/dbt-labs/dbt-core","last_synced_at":"2026-04-09T05:32:22.930Z","repository":{"id":36983590,"uuid":"53548867","full_name":"dbt-labs/dbt-core","owner":"dbt-labs","description":"dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.","archived":false,"fork":false,"pushed_at":"2025-05-05T14:33:23.000Z","size":48736,"stargazers_count":10763,"open_issues_count":691,"forks_count":1722,"subscribers_count":143,"default_branch":"main","last_synced_at":"2025-05-05T15:56:44.642Z","etag":null,"topics":["analytics","business-intelligence","data-modeling","dbt-viewpoint","elt","pypa","slack"],"latest_commit_sha":null,"homepage":"https://getdbt.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dbt-labs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"License.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":"docs/roadmap/2022-05-dbt-a-core-story.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-03-10T02:38:00.000Z","updated_at":"2025-05-05T15:30:38.000Z","dependencies_parsed_at":"2023-10-03T02:56:49.921Z","dependency_job_id":"fe8de92b-4f4d-4bb4-a570-37cff7695b63","html_url":"https://github.com/dbt-labs/dbt-core","commit_stats":{"total_commits":5510,"total_committers":355,"mean_commits":15.52112676056338,"dds":0.7985480943738656,"last_synced_commit":"40c350ff21aac8c9589b9228eb1e19019bb070b4"},"previous_names":["fishtown-analytics/dbt"],"tags_count":275,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbt-labs%2Fdbt-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbt-labs%2Fdbt-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbt-labs%2Fdbt-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbt-labs%2Fdbt-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbt-labs","download_url":"https://codeload.github.com/dbt-labs/dbt-core/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252646703,"owners_count":21782010,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["analytics","business-intelligence","data-modeling","dbt-viewpoint","elt","pypa","slack"],"created_at":"2024-07-31T17:01:28.809Z","updated_at":"2026-04-09T05:32:22.873Z","avatar_url":"https://github.com/dbt-labs.png","language":"Python","funding_links":[],"categories":["Python","数据中台","analytics","Rust","Data Management \u0026 Processing","Data Pipeline","数据管道和流处理","Tools","1. Core Frameworks \u0026 Libraries","BI \u0026 Data CLI Tools","Data Pipelines \u0026 Streaming","Examples","The Data Science Toolbox","🔄 Data Plattform Tools","⚙️ Data Engineering","Data"],"sub_categories":["Database \u0026 Cloud Management","Open Source Tools","Community","Miscellaneous Tools","🧠 Prompt Engineering \u0026 Memory Bank","Tools","Scripts","Libraries"],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/dbt-labs/dbt-core/fa1ea14ddfb1d5ae319d5141844910dd53ab2834/etc/dbt-core.svg\" alt=\"dbt logo\" width=\"750\"/\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/dbt-labs/dbt-core/actions/workflows/main.yml\"\u003e\n    \u003cimg src=\"https://github.com/dbt-labs/dbt-core/actions/workflows/main.yml/badge.svg?event=push\" alt=\"CI Badge\"/\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.bestpractices.dev/projects/11095\"\u003e\u003cimg src=\"https://www.bestpractices.dev/projects/11095/badge\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n**[dbt](https://www.getdbt.com/)** enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.\n\n![architecture](https://github.com/dbt-labs/dbt-core/blob/202cb7e51e218c7b29eb3b11ad058bd56b7739de/etc/dbt-transform.png)\n\n## Understanding dbt\n\nAnalysts using dbt can transform their data by simply writing select statements, while dbt handles turning these statements into tables and views in a data warehouse.\n\nThese select statements, or \"models\", form a dbt project. Models frequently build on top of one another – dbt makes it easy to [manage relationships](https://docs.getdbt.com/docs/ref) between models, and [visualize these relationships](https://docs.getdbt.com/docs/documentation), as well as assure the quality of your transformations through [testing](https://docs.getdbt.com/docs/testing).\n\n![dbt dag](https://raw.githubusercontent.com/dbt-labs/dbt-core/6c6649f9129d5d108aa3b0526f634cd8f3a9d1ed/etc/dbt-dag.png)\n\n## Getting started\n\n- [Install dbt Core](https://docs.getdbt.com/docs/get-started/installation) or explore the [dbt Cloud CLI](https://docs.getdbt.com/docs/cloud/cloud-cli-installation), a command-line interface powered by [dbt Cloud](https://docs.getdbt.com/docs/cloud/about-cloud/dbt-cloud-features) that enhances collaboration.\n- Read the [introduction](https://docs.getdbt.com/docs/introduction/) and [viewpoint](https://docs.getdbt.com/docs/about/viewpoint/)\n\n## Join the dbt Community\n\n- Be part of the conversation in the [dbt Community Slack](http://community.getdbt.com/)\n- Read more on the [dbt Community Discourse](https://discourse.getdbt.com)\n\n## Reporting bugs and contributing code\n\n- Want to report a bug or request a feature? Let us know and open [an issue](https://github.com/dbt-labs/dbt-core/issues/new/choose)\n- Want to help us build dbt? Check out the [Contributing Guide](https://github.com/dbt-labs/dbt-core/blob/HEAD/CONTRIBUTING.md)\n\n## Code of Conduct\n\nEveryone interacting in the dbt project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the [dbt Code of Conduct](https://docs.getdbt.com/community/resources/code-of-conduct).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbt-labs%2Fdbt-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbt-labs%2Fdbt-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbt-labs%2Fdbt-core/lists"}