tigrbl_engine_snowflake 0.1.12.dev2__tar.gz → 0.1.13__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tigrbl_engine_snowflake-0.1.12.dev2/src/tigrbl_engine_snowflake.egg-info → tigrbl_engine_snowflake-0.1.13}/PKG-INFO +4 -3
- {tigrbl_engine_snowflake-0.1.12.dev2 → tigrbl_engine_snowflake-0.1.13}/pyproject.toml +6 -4
- {tigrbl_engine_snowflake-0.1.12.dev2 → tigrbl_engine_snowflake-0.1.13/src/tigrbl_engine_snowflake.egg-info}/PKG-INFO +4 -3
- {tigrbl_engine_snowflake-0.1.12.dev2 → tigrbl_engine_snowflake-0.1.13}/LICENSE +0 -0
- {tigrbl_engine_snowflake-0.1.12.dev2 → tigrbl_engine_snowflake-0.1.13}/README.md +0 -0
- {tigrbl_engine_snowflake-0.1.12.dev2 → tigrbl_engine_snowflake-0.1.13}/setup.cfg +0 -0
- {tigrbl_engine_snowflake-0.1.12.dev2 → tigrbl_engine_snowflake-0.1.13}/src/tigrbl_engine_snowflake/__init__.py +0 -0
- {tigrbl_engine_snowflake-0.1.12.dev2 → tigrbl_engine_snowflake-0.1.13}/src/tigrbl_engine_snowflake/engine.py +0 -0
- {tigrbl_engine_snowflake-0.1.12.dev2 → tigrbl_engine_snowflake-0.1.13}/src/tigrbl_engine_snowflake/session.py +0 -0
- {tigrbl_engine_snowflake-0.1.12.dev2 → tigrbl_engine_snowflake-0.1.13}/src/tigrbl_engine_snowflake.egg-info/SOURCES.txt +0 -0
- {tigrbl_engine_snowflake-0.1.12.dev2 → tigrbl_engine_snowflake-0.1.13}/src/tigrbl_engine_snowflake.egg-info/dependency_links.txt +0 -0
- {tigrbl_engine_snowflake-0.1.12.dev2 → tigrbl_engine_snowflake-0.1.13}/src/tigrbl_engine_snowflake.egg-info/entry_points.txt +0 -0
- {tigrbl_engine_snowflake-0.1.12.dev2 → tigrbl_engine_snowflake-0.1.13}/src/tigrbl_engine_snowflake.egg-info/requires.txt +0 -0
- {tigrbl_engine_snowflake-0.1.12.dev2 → tigrbl_engine_snowflake-0.1.13}/src/tigrbl_engine_snowflake.egg-info/top_level.txt +0 -0
- {tigrbl_engine_snowflake-0.1.12.dev2 → tigrbl_engine_snowflake-0.1.13}/tests/test_smoke.py +0 -0
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tigrbl_engine_snowflake
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.13
|
|
4
4
|
Summary: Tigrbl engine plugin for Snowflake, auto-registered via entry points.
|
|
5
5
|
Author-email: Jacob Stewart <jacob@swarmauri.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
7
|
-
Project-URL: Homepage, https://github.com/swarmauri/
|
|
8
|
-
Project-URL: Repository, https://github.com/swarmauri/
|
|
7
|
+
Project-URL: Homepage, https://github.com/swarmauri/tigrbl
|
|
8
|
+
Project-URL: Repository, https://github.com/swarmauri/tigrbl/tree/main/pkgs/engines/tigrbl_engine_snowflake
|
|
9
|
+
Project-URL: Issues, https://github.com/swarmauri/tigrbl/issues
|
|
9
10
|
Keywords: tigrbl,engine,plugin,snowflake,database,analytics
|
|
10
11
|
Classifier: Development Status :: 1 - Planning
|
|
11
12
|
Classifier: Programming Language :: Python
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "tigrbl_engine_snowflake"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.13"
|
|
8
8
|
description = "Tigrbl engine plugin for Snowflake, auto-registered via entry points."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10,<3.14"
|
|
@@ -39,11 +39,13 @@ dependencies = [
|
|
|
39
39
|
"snowflake-connector-python>=3.0,<4.0",
|
|
40
40
|
]
|
|
41
41
|
|
|
42
|
+
# Auto-registration with Tigrbl
|
|
43
|
+
|
|
42
44
|
[project.urls]
|
|
43
|
-
Homepage = "https://github.com/swarmauri/
|
|
44
|
-
Repository = "https://github.com/swarmauri/
|
|
45
|
+
Homepage = "https://github.com/swarmauri/tigrbl"
|
|
46
|
+
Repository = "https://github.com/swarmauri/tigrbl/tree/main/pkgs/engines/tigrbl_engine_snowflake"
|
|
47
|
+
Issues = "https://github.com/swarmauri/tigrbl/issues"
|
|
45
48
|
|
|
46
|
-
# Auto-registration with Tigrbl
|
|
47
49
|
[project.entry-points."tigrbl.engine"]
|
|
48
50
|
snowflake = "tigrbl_engine_snowflake:register"
|
|
49
51
|
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tigrbl_engine_snowflake
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.13
|
|
4
4
|
Summary: Tigrbl engine plugin for Snowflake, auto-registered via entry points.
|
|
5
5
|
Author-email: Jacob Stewart <jacob@swarmauri.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
7
|
-
Project-URL: Homepage, https://github.com/swarmauri/
|
|
8
|
-
Project-URL: Repository, https://github.com/swarmauri/
|
|
7
|
+
Project-URL: Homepage, https://github.com/swarmauri/tigrbl
|
|
8
|
+
Project-URL: Repository, https://github.com/swarmauri/tigrbl/tree/main/pkgs/engines/tigrbl_engine_snowflake
|
|
9
|
+
Project-URL: Issues, https://github.com/swarmauri/tigrbl/issues
|
|
9
10
|
Keywords: tigrbl,engine,plugin,snowflake,database,analytics
|
|
10
11
|
Classifier: Development Status :: 1 - Planning
|
|
11
12
|
Classifier: Programming Language :: Python
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|