dbt-core
Package — Data EngineeringPython 3.7+Advanced
Data build tool: transform data in your warehouse with SQL
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- agate, click, colorama, isodate, Jinja2, jsonschema, mashumaro, networkx, packaging, pathspec, protobuf, PyYAML, requests, sqlparse, typing-extensions
- Install
pip install dbt-core
Learn by Difficulty
Quick Example
python
# Install: pip install dbt-core import dbt_core # Basic dbt-core usage print(f"Using dbt-core") # See documentation for detailed examples
dbt-core is a third-party package. Data build tool: transform data in your warehouse with SQL. Install with: pip install dbt-core
Try in PlaygroundTags
packagedata-engineeringetlpipeline