Port details |
- py-dbt-core With dbt, build analytics the way engineers build applications
- 1.7.11_3 databases =2 1.7.11_1Version of this port present on the latest quarterly branch.
- Maintainer: pat@patmaddox.com
- Port Added: 2023-10-22 08:36:08
- Last Update: 2024-10-17 09:01:09
- Commit Hash: 6e5a736
- 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/dbt-labs/dbt-core
- Description:
- dbt enables data analysts and engineers to transform their data using the same
practices that software engineers use to build applications.
Analysts 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.
These select statements, or "models", form a dbt project. Models frequently
build on top of one another - dbt makes it easy to manage relationships between
models, and visualize these relationships, as well as assure the quality of your
transformations through testing.
- ¦ ¦ ¦ ¦
- 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-core>0:databases/py-dbt-core@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/databases/py-dbt-core/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/py-dbt-core
- pkg install py311-dbt-core
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-core listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-dbt-core
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1712271004
SHA256 (dbt-core-1.7.11.tar.gz) = c2dc28251a7b08c13a298ca19aefd3b796357ba9d894b59ef5b47eb26871be06
SIZE (dbt-core-1.7.11.tar.gz) = 915708
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-agate>=1.7<2 : textproc/py-agate@py311
- py311-Jinja2>=3.1.3<4 : devel/py-Jinja2@py311
- py311-mashumaro>=3.9<4 : devel/py-mashumaro@py311
- py311-msgpack>0.5.6 : devel/py-msgpack@py311
- py311-logbook>0 : devel/py-logbook@py311
- py311-click>=8.0.2<9 : devel/py-click@py311
- py311-networkx>=2.3 : math/py-networkx@py311
- py311-colorama>=0.3.9<0.5 : devel/py-colorama@py311
- py311-pathspec>=0.9<0.13 : devel/py-pathspec@py311
- py311-isodate>=0.6 : devel/py-isodate@py311
- py311-sqlparse>=0.2.3<0.6 : databases/py-sqlparse@py311
- py311-dbt-extractor>=0.5 : devel/py-dbt-extractor@py311
- py311-minimal-snowplow-tracker>=0.0.2<0.1 : devel/py-minimal-snowplow-tracker@py311
- py311-dbt-semantic-interfaces>=0.4.2 : databases/py-dbt-semantic-interfaces@py311
- py311-jsonschema>=3.0 : devel/py-jsonschema@py311
- py311-packaging>20.9 : devel/py-packaging@py311
- py311-protobuf>=4.0.0 : devel/py-protobuf@py311
- py311-pytz>=2015.7 : devel/py-pytz@py311
- py311-pyyaml>=6.0 : devel/py-pyyaml@py311
- py311-typing-extensions>=3.7.4 : devel/py-typing-extensions@py311
- py311-cffi>=1.9<2 : devel/py-cffi@py311
- py311-idna>=2.5<4 : dns/py-idna@py311
- py311-requests<3 : www/py-requests@py311
- py311-urllib3>=1.0 : net/py-urllib3@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- databases/py-dbt-duckdb
- databases/py-dbt-snowflake
Configuration Options:
- No options to configure
- Options name:
- databases_py-dbt-core
- 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.11_3 17 Oct 2024 09:01:09 |
Po-Chuan Hsieh (sunpoet) |
databases/py-dbt-core: Allow build with py-isodate 0.7.0+
- Bump PORTREVISION for package change
isodate.parse_datetime is unchanged in isodate 0.7.0 update. |
1.7.11_1 08 Sep 2024 18:40:25 |
Po-Chuan Hsieh (sunpoet) |
databases/py-dbt-core: Fix RUN_DEPENDS usage
Approved by: portmgr (blanket)
With hat: python |
1.7.11_1 04 Aug 2024 17:14:31 |
Po-Chuan Hsieh (sunpoet) |
databases/py-dbt-core: Add NO_ARCH
Approved by: portmgr (blanket) |
1.7.11_1 07 Jul 2024 08:05:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
1.7.11 06 May 2024 19:11:24 |
Robert Clausecker (fuz) Author: Pat Maddox |
databases/py-dbt-core: Update to 1.7.11
Changelog: https://github.com/dbt-labs/dbt-core/blob/v1.7.11/CHANGELOG.md
PR: 276453 |
1.7.3_2 20 Apr 2024 14:26:01 |
Po-Chuan Hsieh (sunpoet) |
databases/py-dbt-core: Allow build with py-sqlparse 0.5.0+
- Bump PORTREVISION for package change |
1.7.3_1 12 Dec 2023 08:12:57 |
Matthew Seaman (matthew) |
databases/py-dbt-core: chase devel/py-pathspec update
Widen the version restriction required by the py-dbt-core port --
changes to py-pathspec are non-breaking. Maintainer confirms that
only the port Makefile needs updating, so omitting adding several
patch files as in the original PR here:
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=246997
PR: 246997
Approved by: Pat Maddox (maintainer) |
1.7.3 07 Dec 2023 13:52:35 |
Muhammad Moinur Rahman (bofh) Author: Pat Maddox |
databases/py-dbt-core: Update version 1.6.0=>1.7.3
Changelog: https://github.com/dbt-labs/dbt-core/blob/v1.7.3/CHANGELOG.md
PR: 275583
Approved by: submitter is maintainer |
1.6.0 22 Oct 2023 08:33:06 |
Kurt Jaeger (pi) Author: Pat Maddox |
databases/py-dbt-core: new port
dbt enables data analysts and engineers to transform their data using the same
practices that software engineers use to build applications.
Analysts 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.
These select statements, or "models", form a dbt project. Models frequently
build on top of one another - dbt makes it easy to manage relationships between
models, and visualize these relationships, as well as assure the quality of your
transformations through testing.
PR: 274582
Author: Pat Maddox <pat@patmaddox.com> |