tigrbl_engine_snowflake 0.4.1.dev3__tar.gz → 0.4.1.dev6__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.
Files changed (15) hide show
  1. {tigrbl_engine_snowflake-0.4.1.dev3/src/tigrbl_engine_snowflake.egg-info → tigrbl_engine_snowflake-0.4.1.dev6}/PKG-INFO +4 -4
  2. {tigrbl_engine_snowflake-0.4.1.dev3 → tigrbl_engine_snowflake-0.4.1.dev6}/README.md +3 -3
  3. {tigrbl_engine_snowflake-0.4.1.dev3 → tigrbl_engine_snowflake-0.4.1.dev6}/pyproject.toml +1 -1
  4. {tigrbl_engine_snowflake-0.4.1.dev3 → tigrbl_engine_snowflake-0.4.1.dev6/src/tigrbl_engine_snowflake.egg-info}/PKG-INFO +4 -4
  5. {tigrbl_engine_snowflake-0.4.1.dev3 → tigrbl_engine_snowflake-0.4.1.dev6}/LICENSE +0 -0
  6. {tigrbl_engine_snowflake-0.4.1.dev3 → tigrbl_engine_snowflake-0.4.1.dev6}/setup.cfg +0 -0
  7. {tigrbl_engine_snowflake-0.4.1.dev3 → tigrbl_engine_snowflake-0.4.1.dev6}/src/tigrbl_engine_snowflake/__init__.py +0 -0
  8. {tigrbl_engine_snowflake-0.4.1.dev3 → tigrbl_engine_snowflake-0.4.1.dev6}/src/tigrbl_engine_snowflake/engine.py +0 -0
  9. {tigrbl_engine_snowflake-0.4.1.dev3 → tigrbl_engine_snowflake-0.4.1.dev6}/src/tigrbl_engine_snowflake/session.py +0 -0
  10. {tigrbl_engine_snowflake-0.4.1.dev3 → tigrbl_engine_snowflake-0.4.1.dev6}/src/tigrbl_engine_snowflake.egg-info/SOURCES.txt +0 -0
  11. {tigrbl_engine_snowflake-0.4.1.dev3 → tigrbl_engine_snowflake-0.4.1.dev6}/src/tigrbl_engine_snowflake.egg-info/dependency_links.txt +0 -0
  12. {tigrbl_engine_snowflake-0.4.1.dev3 → tigrbl_engine_snowflake-0.4.1.dev6}/src/tigrbl_engine_snowflake.egg-info/entry_points.txt +0 -0
  13. {tigrbl_engine_snowflake-0.4.1.dev3 → tigrbl_engine_snowflake-0.4.1.dev6}/src/tigrbl_engine_snowflake.egg-info/requires.txt +0 -0
  14. {tigrbl_engine_snowflake-0.4.1.dev3 → tigrbl_engine_snowflake-0.4.1.dev6}/src/tigrbl_engine_snowflake.egg-info/top_level.txt +0 -0
  15. {tigrbl_engine_snowflake-0.4.1.dev3 → tigrbl_engine_snowflake-0.4.1.dev6}/tests/test_smoke.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tigrbl_engine_snowflake
3
- Version: 0.4.1.dev3
3
+ Version: 0.4.1.dev6
4
4
  Summary: Snowflake engine plugin for warehouse sessions, analytical workloads, and Tigrbl engine registration.
5
5
  Author-email: Jacob Stewart <jacob@swarmauri.com>
6
6
  License: Apache License
@@ -239,12 +239,12 @@ Dynamic: license-file
239
239
  ![Tigrbl Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/tigrbl_full_logo.png)
240
240
 
241
241
  <p align="center">
242
- <a href="https://pypi.org/project/tigrbl_engine_snowflake/">
243
- <img src="https://img.shields.io/pypi/dm/tigrbl_engine_snowflake" alt="PyPI downloads for tigrbl_engine_snowflake"/></a>
242
+ <a href="https://pepy.tech/project/tigrbl_engine_snowflake">
243
+ <img src="https://static.pepy.tech/badge/tigrbl_engine_snowflake" alt="Pepy downloads for tigrbl_engine_snowflake"/></a>
244
244
  <a href="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_snowflake/">
245
245
  <img src="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_snowflake.svg" alt="Repository views for tigrbl_engine_snowflake"/></a>
246
246
  <a href="https://pypi.org/project/tigrbl_engine_snowflake/">
247
- <img src="https://img.shields.io/pypi/pyversions/tigrbl_engine_snowflake" alt="Supported Python versions for tigrbl_engine_snowflake"/></a>
247
+ <img src="https://img.shields.io/badge/python-3.10--3.14-blue" alt="Python 3.10 through 3.14"/></a>
248
248
  <a href="https://pypi.org/project/tigrbl_engine_snowflake/">
249
249
  <img src="https://img.shields.io/pypi/l/tigrbl_engine_snowflake" alt="PyPI license metadata for tigrbl_engine_snowflake"/></a>
250
250
  <a href="https://pypi.org/project/tigrbl_engine_snowflake/">
@@ -1,12 +1,12 @@
1
1
  ![Tigrbl Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/tigrbl_full_logo.png)
2
2
 
3
3
  <p align="center">
4
- <a href="https://pypi.org/project/tigrbl_engine_snowflake/">
5
- <img src="https://img.shields.io/pypi/dm/tigrbl_engine_snowflake" alt="PyPI downloads for tigrbl_engine_snowflake"/></a>
4
+ <a href="https://pepy.tech/project/tigrbl_engine_snowflake">
5
+ <img src="https://static.pepy.tech/badge/tigrbl_engine_snowflake" alt="Pepy downloads for tigrbl_engine_snowflake"/></a>
6
6
  <a href="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_snowflake/">
7
7
  <img src="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_snowflake.svg" alt="Repository views for tigrbl_engine_snowflake"/></a>
8
8
  <a href="https://pypi.org/project/tigrbl_engine_snowflake/">
9
- <img src="https://img.shields.io/pypi/pyversions/tigrbl_engine_snowflake" alt="Supported Python versions for tigrbl_engine_snowflake"/></a>
9
+ <img src="https://img.shields.io/badge/python-3.10--3.14-blue" alt="Python 3.10 through 3.14"/></a>
10
10
  <a href="https://pypi.org/project/tigrbl_engine_snowflake/">
11
11
  <img src="https://img.shields.io/pypi/l/tigrbl_engine_snowflake" alt="PyPI license metadata for tigrbl_engine_snowflake"/></a>
12
12
  <a href="https://pypi.org/project/tigrbl_engine_snowflake/">
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "tigrbl_engine_snowflake"
7
- version = "0.4.1.dev3"
7
+ version = "0.4.1.dev6"
8
8
  description = "Snowflake engine plugin for warehouse sessions, analytical workloads, and Tigrbl engine registration."
9
9
  readme = "README.md"
10
10
  license = { file = "LICENSE" }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tigrbl_engine_snowflake
3
- Version: 0.4.1.dev3
3
+ Version: 0.4.1.dev6
4
4
  Summary: Snowflake engine plugin for warehouse sessions, analytical workloads, and Tigrbl engine registration.
5
5
  Author-email: Jacob Stewart <jacob@swarmauri.com>
6
6
  License: Apache License
@@ -239,12 +239,12 @@ Dynamic: license-file
239
239
  ![Tigrbl Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/tigrbl_full_logo.png)
240
240
 
241
241
  <p align="center">
242
- <a href="https://pypi.org/project/tigrbl_engine_snowflake/">
243
- <img src="https://img.shields.io/pypi/dm/tigrbl_engine_snowflake" alt="PyPI downloads for tigrbl_engine_snowflake"/></a>
242
+ <a href="https://pepy.tech/project/tigrbl_engine_snowflake">
243
+ <img src="https://static.pepy.tech/badge/tigrbl_engine_snowflake" alt="Pepy downloads for tigrbl_engine_snowflake"/></a>
244
244
  <a href="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_snowflake/">
245
245
  <img src="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_snowflake.svg" alt="Repository views for tigrbl_engine_snowflake"/></a>
246
246
  <a href="https://pypi.org/project/tigrbl_engine_snowflake/">
247
- <img src="https://img.shields.io/pypi/pyversions/tigrbl_engine_snowflake" alt="Supported Python versions for tigrbl_engine_snowflake"/></a>
247
+ <img src="https://img.shields.io/badge/python-3.10--3.14-blue" alt="Python 3.10 through 3.14"/></a>
248
248
  <a href="https://pypi.org/project/tigrbl_engine_snowflake/">
249
249
  <img src="https://img.shields.io/pypi/l/tigrbl_engine_snowflake" alt="PyPI license metadata for tigrbl_engine_snowflake"/></a>
250
250
  <a href="https://pypi.org/project/tigrbl_engine_snowflake/">