Port details |
- py-dbt-duckdb DuckDB adapter plugin for dbt (data build tool)
- 1.7.3 databases
=2 1.7.3Version of this port present on the latest quarterly branch. - Maintainer: pat@patmaddox.com
 - Port Added: 2023-10-22 09:18:07
- Last Update: 2024-09-15 20:11:52
- Commit Hash: 2a797e3
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/jwills/dbt-duckdb
- Description:
- dbt-duckdb
DuckDB is an embedded database, similar to SQLite, but designed for OLAP-style
analytics. It is crazy fast and allows you to read and write data stored in CSV,
JSON, and Parquet files directly, without requiring you to load them into the
database first.
dbt is the best way to manage a collection of data transformations written in
SQL or Python for analytics and data science. dbt-duckdb is the project that
ties DuckDB and dbt together, allowing you to create a Modern Data Stack In A
Box or a simple and powerful data lakehouse with Python.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}dbt-duckdb>0:databases/py-dbt-duckdb@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/databases/py-dbt-duckdb/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/py-dbt-duckdb
- pkg install py311-dbt-duckdb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-dbt-duckdb listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-dbt-duckdb
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1712269341
SHA256 (dbt-duckdb-1.7.3.tar.gz) = 6d25e23b300188b122dc0ee89c6fd75b42fc9695f7438ffbf56b22c46d7015f5
SIZE (dbt-duckdb-1.7.3.tar.gz) = 51403
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-dbt-core>=1.7.0<2 : databases/py-dbt-core@py311
- py311-duckdb>=0.7.0 : databases/py-duckdb@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_py-dbt-duckdb
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.3 15 Sep 2024 20:11:52
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-dbt-duckdb: Add NO_ARCH
Approved by: portmgr (blanket) |
1.7.3 08 Sep 2024 18:40:26
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-dbt-duckdb: Fix RUN_DEPENDS usage
Approved by: portmgr (blanket)
With hat: python |
1.7.3 06 May 2024 19:11:25
    |
Robert Clausecker (fuz)  Author: Pat Maddox |
databases/py-dbt-duckdb: Update to 1.7.3
Changelog: https://github.com/duckdb/dbt-duckdb/releases/tag/1.7.3
PR: 276454 |
1.7.0 12 Jan 2024 00:09:04
    |
Yuri Victorovich (yuri)  Author: Pat Maddox |
databases/py-dbt-duckdb: update 1.6.0 → 1.7.0
PR: 275593 |
1.6.0 22 Oct 2023 09:15:28
    |
Kurt Jaeger (pi)  Author: Pat Maddox |
databases/py-dbt-duckdb: new port
dbt-duckdb
DuckDB is an embedded database, similar to SQLite, but designed for OLAP-style
analytics. It is crazy fast and allows you to read and write data stored in CSV,
JSON, and Parquet files directly, without requiring you to load them into the
database first.
dbt is the best way to manage a collection of data transformations written in
SQL or Python for analytics and data science. dbt-duckdb is the project that
ties DuckDB and dbt together, allowing you to create a Modern Data Stack In A
Box or a simple and powerful data lakehouse with Python.
PR: 274584
Author: Pat Maddox <pat@patmaddox.com> |