notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-dbt-duckdb DuckDB adapter plugin for dbt (data build tool)
1.7.0 databases on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.6.0Version of this port present on the latest quarterly branch.
Maintainer: pat@patmaddox.com search for ports maintained by this maintainer
Port Added: 2023-10-22 09:18:07
Last Update: 2024-01-12 00:09:04
Commit Hash: 9c89c86
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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 py39-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 py39-dbt-duckdb listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-dbt-duckdb
Package flavors (<flavor>: <package>)
  • py39: py39-dbt-duckdb
distinfo:
TIMESTAMP = 1701384521 SHA256 (dbt-duckdb-1.7.0.tar.gz) = e2479f5fdd5177eea37c081d8ea126d80ec51d95e69ea31132ade396538bf0a0 SIZE (dbt-duckdb-1.7.0.tar.gz) = 49217

Packages (timestamps in pop-ups are UTC):
py39-dbt-duckdb
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-1.7.0--1.7.0---
FreeBSD:13:quarterly1.7.01.7.0----1.6.0-
FreeBSD:14:latest1.7.01.7.0--1.7.0---
FreeBSD:14:quarterly1.7.01.7.0----1.6.0-
FreeBSD:15:latest1.7.01.7.0n/a1.7.0n/a-1.7.0-
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-dbt-core>=1.7.0,<2 : databases/py-dbt-core@py39
  2. py39-duckdb>=0.7.0 : databases/py-duckdb@py39
  3. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  4. python3.9 : lang/python39
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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/d/dbt-duckdb/
  2. https://pypi.org/packages/source/d/dbt-duckdb/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.7.0
12 Jan 2024 00:09:04
commit hash: 9c89c861b7b22955d80672293dc12ec8e7029d38commit hash: 9c89c861b7b22955d80672293dc12ec8e7029d38commit hash: 9c89c861b7b22955d80672293dc12ec8e7029d38commit hash: 9c89c861b7b22955d80672293dc12ec8e7029d38 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
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
commit hash: ad476a8a41b70043fc739fc01b32e7be910d6362commit hash: ad476a8a41b70043fc739fc01b32e7be910d6362commit hash: ad476a8a41b70043fc739fc01b32e7be910d6362commit hash: ad476a8a41b70043fc739fc01b32e7be910d6362 files touched by this commit
Kurt Jaeger (pi) search for other commits by this committer
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>

Number of commits found: 2