Port details |
- py-snowddl Object management automation tool for Snowflake
- 0.36.2 databases =2 0.25.2_1Version of this port present on the latest quarterly branch.
- Maintainer: pat@patmaddox.com
- Port Added: 2023-10-22 12:54:08
- Last Update: 2024-12-10 09:02:56
- Commit Hash: 3a0485d
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20
- WWW:
- https://docs.snowddl.com/
- Description:
- SnowDDL is a declarative-style tool for object management automation in
Snowflake.
It is not intended to replace other tools entirely, but to provide an
alternative approach focused on practical data engineering challenges.
You may find SnowDDL useful if:
- complexity of object schema grows exponentially, and it becomes hard to manage
- your organization maintains multiple Snowflake accounts (dev, stage, prod)
- your organization has multiple developers sharing the same Snowflake account
and suffering from conflicts
- it is necessary to generate some part of configuration dynamically using
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}snowddl>0:databases/py-snowddl@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/databases/py-snowddl/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/py-snowddl
- pkg install py311-snowddl
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-snowddl listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-snowddl
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1733305083
SHA256 (snowddl-0.36.2.tar.gz) = d4db663566c5b7c68c98bade3904e6c36741468e9dfe6f484ff4083f839fb61e
SIZE (snowddl-0.36.2.tar.gz) = 134162
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-jsonschema>=4.18<5 : devel/py-jsonschema@py311
- py311-pydantic2>=2.4<3 : devel/py-pydantic2@py311
- py311-pyyaml>=6.0<7 : devel/py-pyyaml@py311
- py311-snowflake-connector-python>=3.0<4 : databases/py-snowflake-connector-python@py311
- py311-setuptools>0 : devel/py-setuptools@py311
- wheel-3.11 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-jsonschema>=4.18<5 : devel/py-jsonschema@py311
- py311-pydantic2>=2.4<3 : devel/py-pydantic2@py311
- py311-pyyaml>=6.0<7 : devel/py-pyyaml@py311
- py311-snowflake-connector-python>=3.0<4 : databases/py-snowflake-connector-python@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_py-snowddl
- 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 |
0.36.2 10 Dec 2024 09:02:56 |
Robert Clausecker (fuz) Author: Pat Maddox |
databases/py-snowddl: Update to 0.36.2
Changelog:
https://github.com/littleK0i/SnowDDL/blob/a7e359e461e956a403e57afdcdfce96fbcd16dd4/CHANGELOG.md
PR: 283122 |
0.25.2_1 15 Sep 2024 20:11:53 |
Po-Chuan Hsieh (sunpoet) |
databases/py-snowddl: Add NO_ARCH
Approved by: portmgr (blanket) |
0.25.2_1 08 Sep 2024 18:40:27 |
Po-Chuan Hsieh (sunpoet) |
databases/py-snowddl: Fix RUN_DEPENDS usage
Approved by: portmgr (blanket)
With hat: python |
0.25.2_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 |
0.25.2 29 Jun 2024 05:02:34 |
Jason E. Hale (jhale) |
*/*: Add ${PY_SETUPTOOLS} to BUILD_DEPENDS
Fix build when setuptools is removed from RUN_DEPENDS in
Mk/Uses/python.mk.
PR: 270510
Approved by: portmgr (blanket) |
0.25.2 21 Apr 2024 05:20:06 |
Zsolt Udvari (uzsolt) Author: Pat Maddox |
databases/py-snowddl: update to 0.25.2
Changelog:
https://github.com/littleK0i/SnowDDL/blob/master/CHANGELOG.md
PR: 276458
Approved by: diizzy (mentor)
Differential Revision: https://reviews.freebsd.org/D44617 |
0.20.0 22 Oct 2023 12:50:44 |
Kurt Jaeger (pi) Author: Pat Maddox |
databases/py-snowddl: new port
SnowDDL is a declarative-style tool for object management automation in
Snowflake.
It is not intended to replace other tools entirely, but to provide an
alternative approach focused on practical data engineering challenges.
You may find SnowDDL useful if:
- complexity of object schema grows exponentially, and it becomes hard to manage
- your organization maintains multiple Snowflake accounts (dev, stage, prod)
- your organization has multiple developers sharing the same Snowflake account
and suffering from conflicts
- it is necessary to generate some part of configuration dynamically using
Python
PR: 274586
Author: Pat Maddox <pat@patmaddox.com> |