tigrbl_engine_bigquery 0.1.1.dev21__tar.gz → 0.1.11.dev1__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_bigquery-0.1.11.dev1/PKG-INFO +49 -0
- tigrbl_engine_bigquery-0.1.11.dev1/README.md +23 -0
- {tigrbl_engine_bigquery-0.1.1.dev21 → tigrbl_engine_bigquery-0.1.11.dev1}/pyproject.toml +7 -4
- tigrbl_engine_bigquery-0.1.11.dev1/src/tigrbl_engine_bigquery.egg-info/PKG-INFO +49 -0
- tigrbl_engine_bigquery-0.1.1.dev21/PKG-INFO +0 -57
- tigrbl_engine_bigquery-0.1.1.dev21/README.md +0 -31
- tigrbl_engine_bigquery-0.1.1.dev21/src/tigrbl_engine_bigquery.egg-info/PKG-INFO +0 -57
- {tigrbl_engine_bigquery-0.1.1.dev21 → tigrbl_engine_bigquery-0.1.11.dev1}/LICENSE +0 -0
- {tigrbl_engine_bigquery-0.1.1.dev21 → tigrbl_engine_bigquery-0.1.11.dev1}/setup.cfg +0 -0
- {tigrbl_engine_bigquery-0.1.1.dev21 → tigrbl_engine_bigquery-0.1.11.dev1}/src/tigrbl_engine_bigquery/__init__.py +0 -0
- {tigrbl_engine_bigquery-0.1.1.dev21 → tigrbl_engine_bigquery-0.1.11.dev1}/src/tigrbl_engine_bigquery/engine.py +0 -0
- {tigrbl_engine_bigquery-0.1.1.dev21 → tigrbl_engine_bigquery-0.1.11.dev1}/src/tigrbl_engine_bigquery/session.py +0 -0
- {tigrbl_engine_bigquery-0.1.1.dev21 → tigrbl_engine_bigquery-0.1.11.dev1}/src/tigrbl_engine_bigquery.egg-info/SOURCES.txt +0 -0
- {tigrbl_engine_bigquery-0.1.1.dev21 → tigrbl_engine_bigquery-0.1.11.dev1}/src/tigrbl_engine_bigquery.egg-info/dependency_links.txt +0 -0
- {tigrbl_engine_bigquery-0.1.1.dev21 → tigrbl_engine_bigquery-0.1.11.dev1}/src/tigrbl_engine_bigquery.egg-info/entry_points.txt +0 -0
- {tigrbl_engine_bigquery-0.1.1.dev21 → tigrbl_engine_bigquery-0.1.11.dev1}/src/tigrbl_engine_bigquery.egg-info/requires.txt +0 -0
- {tigrbl_engine_bigquery-0.1.1.dev21 → tigrbl_engine_bigquery-0.1.11.dev1}/src/tigrbl_engine_bigquery.egg-info/top_level.txt +0 -0
- {tigrbl_engine_bigquery-0.1.1.dev21 → tigrbl_engine_bigquery-0.1.11.dev1}/tests/test_smoke.py +0 -0
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: tigrbl_engine_bigquery
|
|
3
|
+
Version: 0.1.11.dev1
|
|
4
|
+
Summary: Tigrbl engine plugin for Google BigQuery.
|
|
5
|
+
Author-email: Jacob Stewart <jacob@swarmauri.com>
|
|
6
|
+
License-Expression: Apache-2.0
|
|
7
|
+
Keywords: tigrbl,engine,plugin,bigquery,google-cloud,analytics
|
|
8
|
+
Classifier: Development Status :: 1 - Planning
|
|
9
|
+
Classifier: Programming Language :: Python
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
16
|
+
Classifier: Environment :: Plugins
|
|
17
|
+
Classifier: Intended Audience :: Developers
|
|
18
|
+
Classifier: Topic :: Database
|
|
19
|
+
Classifier: Topic :: Software Development :: Libraries
|
|
20
|
+
Requires-Python: <3.14,>=3.10
|
|
21
|
+
Description-Content-Type: text/markdown
|
|
22
|
+
License-File: LICENSE
|
|
23
|
+
Requires-Dist: tigrbl>=0.1.0
|
|
24
|
+
Requires-Dist: google-cloud-bigquery>=3.25
|
|
25
|
+
Dynamic: license-file
|
|
26
|
+
|
|
27
|
+
# tigrbl_engine_bigquery
|
|
28
|
+
|
|
29
|
+
This file is a package-local distribution entry point.
|
|
30
|
+
It is not the authoritative location for repository governance, current target status, current state reporting, certification claims, or release evidence.
|
|
31
|
+
|
|
32
|
+
## Canonical repository docs
|
|
33
|
+
|
|
34
|
+
- `README.md`
|
|
35
|
+
- `docs/README.md`
|
|
36
|
+
- `docs/conformance/CURRENT_TARGET.md`
|
|
37
|
+
- `docs/conformance/CURRENT_STATE.md`
|
|
38
|
+
- `docs/conformance/NEXT_STEPS.md`
|
|
39
|
+
- `docs/governance/DOC_POINTERS.md`
|
|
40
|
+
- `docs/developer/PACKAGE_CATALOG.md`
|
|
41
|
+
- `docs/developer/PACKAGE_LAYOUT.md`
|
|
42
|
+
|
|
43
|
+
## Package identity
|
|
44
|
+
|
|
45
|
+
- workspace path: `pkgs/engines/tigrbl_engine_bigquery`
|
|
46
|
+
- workspace class: engine package
|
|
47
|
+
- implementation layout: `src/tigrbl_engine_bigquery/`
|
|
48
|
+
|
|
49
|
+
Long-form repository documentation is governed from `docs/`.
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# tigrbl_engine_bigquery
|
|
2
|
+
|
|
3
|
+
This file is a package-local distribution entry point.
|
|
4
|
+
It is not the authoritative location for repository governance, current target status, current state reporting, certification claims, or release evidence.
|
|
5
|
+
|
|
6
|
+
## Canonical repository docs
|
|
7
|
+
|
|
8
|
+
- `README.md`
|
|
9
|
+
- `docs/README.md`
|
|
10
|
+
- `docs/conformance/CURRENT_TARGET.md`
|
|
11
|
+
- `docs/conformance/CURRENT_STATE.md`
|
|
12
|
+
- `docs/conformance/NEXT_STEPS.md`
|
|
13
|
+
- `docs/governance/DOC_POINTERS.md`
|
|
14
|
+
- `docs/developer/PACKAGE_CATALOG.md`
|
|
15
|
+
- `docs/developer/PACKAGE_LAYOUT.md`
|
|
16
|
+
|
|
17
|
+
## Package identity
|
|
18
|
+
|
|
19
|
+
- workspace path: `pkgs/engines/tigrbl_engine_bigquery`
|
|
20
|
+
- workspace class: engine package
|
|
21
|
+
- implementation layout: `src/tigrbl_engine_bigquery/`
|
|
22
|
+
|
|
23
|
+
Long-form repository documentation is governed from `docs/`.
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "tigrbl_engine_bigquery"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.11.dev1"
|
|
4
4
|
description = "Tigrbl engine plugin for Google BigQuery."
|
|
5
5
|
readme = "README.md"
|
|
6
|
-
license =
|
|
7
|
-
requires-python = ">=3.10,<3.
|
|
6
|
+
license = "Apache-2.0"
|
|
7
|
+
requires-python = ">=3.10,<3.14"
|
|
8
8
|
authors = [{ name = "Jacob Stewart", email = "jacob@swarmauri.com" }]
|
|
9
9
|
classifiers = [
|
|
10
10
|
"Development Status :: 1 - Planning",
|
|
11
|
-
"License :: OSI Approved :: Apache Software License",
|
|
12
11
|
"Programming Language :: Python",
|
|
13
12
|
"Programming Language :: Python :: 3",
|
|
14
13
|
"Programming Language :: Python :: 3 :: Only",
|
|
15
14
|
"Programming Language :: Python :: 3.10",
|
|
16
15
|
"Programming Language :: Python :: 3.11",
|
|
17
16
|
"Programming Language :: Python :: 3.12",
|
|
17
|
+
"Programming Language :: Python :: 3.13",
|
|
18
18
|
"Environment :: Plugins",
|
|
19
19
|
"Intended Audience :: Developers",
|
|
20
20
|
"Topic :: Database",
|
|
@@ -36,6 +36,9 @@ dependencies = [
|
|
|
36
36
|
[project.entry-points."tigrbl.engine"]
|
|
37
37
|
bigquery = "tigrbl_engine_bigquery:register"
|
|
38
38
|
|
|
39
|
+
[tool.uv.sources]
|
|
40
|
+
tigrbl = { workspace = true }
|
|
41
|
+
|
|
39
42
|
[build-system]
|
|
40
43
|
requires = ["setuptools>=68", "wheel"]
|
|
41
44
|
build-backend = "setuptools.build_meta"
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: tigrbl_engine_bigquery
|
|
3
|
+
Version: 0.1.11.dev1
|
|
4
|
+
Summary: Tigrbl engine plugin for Google BigQuery.
|
|
5
|
+
Author-email: Jacob Stewart <jacob@swarmauri.com>
|
|
6
|
+
License-Expression: Apache-2.0
|
|
7
|
+
Keywords: tigrbl,engine,plugin,bigquery,google-cloud,analytics
|
|
8
|
+
Classifier: Development Status :: 1 - Planning
|
|
9
|
+
Classifier: Programming Language :: Python
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
16
|
+
Classifier: Environment :: Plugins
|
|
17
|
+
Classifier: Intended Audience :: Developers
|
|
18
|
+
Classifier: Topic :: Database
|
|
19
|
+
Classifier: Topic :: Software Development :: Libraries
|
|
20
|
+
Requires-Python: <3.14,>=3.10
|
|
21
|
+
Description-Content-Type: text/markdown
|
|
22
|
+
License-File: LICENSE
|
|
23
|
+
Requires-Dist: tigrbl>=0.1.0
|
|
24
|
+
Requires-Dist: google-cloud-bigquery>=3.25
|
|
25
|
+
Dynamic: license-file
|
|
26
|
+
|
|
27
|
+
# tigrbl_engine_bigquery
|
|
28
|
+
|
|
29
|
+
This file is a package-local distribution entry point.
|
|
30
|
+
It is not the authoritative location for repository governance, current target status, current state reporting, certification claims, or release evidence.
|
|
31
|
+
|
|
32
|
+
## Canonical repository docs
|
|
33
|
+
|
|
34
|
+
- `README.md`
|
|
35
|
+
- `docs/README.md`
|
|
36
|
+
- `docs/conformance/CURRENT_TARGET.md`
|
|
37
|
+
- `docs/conformance/CURRENT_STATE.md`
|
|
38
|
+
- `docs/conformance/NEXT_STEPS.md`
|
|
39
|
+
- `docs/governance/DOC_POINTERS.md`
|
|
40
|
+
- `docs/developer/PACKAGE_CATALOG.md`
|
|
41
|
+
- `docs/developer/PACKAGE_LAYOUT.md`
|
|
42
|
+
|
|
43
|
+
## Package identity
|
|
44
|
+
|
|
45
|
+
- workspace path: `pkgs/engines/tigrbl_engine_bigquery`
|
|
46
|
+
- workspace class: engine package
|
|
47
|
+
- implementation layout: `src/tigrbl_engine_bigquery/`
|
|
48
|
+
|
|
49
|
+
Long-form repository documentation is governed from `docs/`.
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: tigrbl_engine_bigquery
|
|
3
|
-
Version: 0.1.1.dev21
|
|
4
|
-
Summary: Tigrbl engine plugin for Google BigQuery.
|
|
5
|
-
Author-email: Jacob Stewart <jacob@swarmauri.com>
|
|
6
|
-
License: Apache-2.0
|
|
7
|
-
Keywords: tigrbl,engine,plugin,bigquery,google-cloud,analytics
|
|
8
|
-
Classifier: Development Status :: 1 - Planning
|
|
9
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
10
|
-
Classifier: Programming Language :: Python
|
|
11
|
-
Classifier: Programming Language :: Python :: 3
|
|
12
|
-
Classifier: Programming Language :: Python :: 3 :: Only
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
16
|
-
Classifier: Environment :: Plugins
|
|
17
|
-
Classifier: Intended Audience :: Developers
|
|
18
|
-
Classifier: Topic :: Database
|
|
19
|
-
Classifier: Topic :: Software Development :: Libraries
|
|
20
|
-
Requires-Python: <3.13,>=3.10
|
|
21
|
-
Description-Content-Type: text/markdown
|
|
22
|
-
License-File: LICENSE
|
|
23
|
-
Requires-Dist: tigrbl>=0.1.0
|
|
24
|
-
Requires-Dist: google-cloud-bigquery>=3.25
|
|
25
|
-
Dynamic: license-file
|
|
26
|
-
|
|
27
|
-
# tigrbl_engine_bigquery
|
|
28
|
-
|
|
29
|
-
A BigQuery engine plugin for **tigrbl**. This package registers a new engine kind
|
|
30
|
-
`"bigquery"` that tigrbl auto-discovers via the `tigrbl.engine` entry-point group.
|
|
31
|
-
|
|
32
|
-
## Installation
|
|
33
|
-
|
|
34
|
-
```bash
|
|
35
|
-
pip install tigrbl_engine_bigquery
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
## Usage
|
|
39
|
-
|
|
40
|
-
Once installed, just refer to `kind="bigquery"` in your engine spec:
|
|
41
|
-
|
|
42
|
-
```python
|
|
43
|
-
from tigrbl.engine.engine_spec import EngineSpec
|
|
44
|
-
|
|
45
|
-
spec = EngineSpec(kind="bigquery", mapping={"project": "my-gcp-project", "default_dataset": "analytics"})
|
|
46
|
-
provider = spec.to_provider()
|
|
47
|
-
engine, make_session = provider.ensure() # triggers external plugin registration
|
|
48
|
-
session = make_session() # returns a BigQuerySession
|
|
49
|
-
|
|
50
|
-
# Optionally run SQL via the session (see session.query method stub)
|
|
51
|
-
```
|
|
52
|
-
|
|
53
|
-
This package exposes:
|
|
54
|
-
- `BigQueryEngine` (engine handle/config)
|
|
55
|
-
- `BigQuerySession` (simple session wrapper)
|
|
56
|
-
- `bigquery_engine` (builder used by tigrbl)
|
|
57
|
-
- `register()` (called by tigrbl’s plugin loader)
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
# tigrbl_engine_bigquery
|
|
2
|
-
|
|
3
|
-
A BigQuery engine plugin for **tigrbl**. This package registers a new engine kind
|
|
4
|
-
`"bigquery"` that tigrbl auto-discovers via the `tigrbl.engine` entry-point group.
|
|
5
|
-
|
|
6
|
-
## Installation
|
|
7
|
-
|
|
8
|
-
```bash
|
|
9
|
-
pip install tigrbl_engine_bigquery
|
|
10
|
-
```
|
|
11
|
-
|
|
12
|
-
## Usage
|
|
13
|
-
|
|
14
|
-
Once installed, just refer to `kind="bigquery"` in your engine spec:
|
|
15
|
-
|
|
16
|
-
```python
|
|
17
|
-
from tigrbl.engine.engine_spec import EngineSpec
|
|
18
|
-
|
|
19
|
-
spec = EngineSpec(kind="bigquery", mapping={"project": "my-gcp-project", "default_dataset": "analytics"})
|
|
20
|
-
provider = spec.to_provider()
|
|
21
|
-
engine, make_session = provider.ensure() # triggers external plugin registration
|
|
22
|
-
session = make_session() # returns a BigQuerySession
|
|
23
|
-
|
|
24
|
-
# Optionally run SQL via the session (see session.query method stub)
|
|
25
|
-
```
|
|
26
|
-
|
|
27
|
-
This package exposes:
|
|
28
|
-
- `BigQueryEngine` (engine handle/config)
|
|
29
|
-
- `BigQuerySession` (simple session wrapper)
|
|
30
|
-
- `bigquery_engine` (builder used by tigrbl)
|
|
31
|
-
- `register()` (called by tigrbl’s plugin loader)
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: tigrbl_engine_bigquery
|
|
3
|
-
Version: 0.1.1.dev21
|
|
4
|
-
Summary: Tigrbl engine plugin for Google BigQuery.
|
|
5
|
-
Author-email: Jacob Stewart <jacob@swarmauri.com>
|
|
6
|
-
License: Apache-2.0
|
|
7
|
-
Keywords: tigrbl,engine,plugin,bigquery,google-cloud,analytics
|
|
8
|
-
Classifier: Development Status :: 1 - Planning
|
|
9
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
10
|
-
Classifier: Programming Language :: Python
|
|
11
|
-
Classifier: Programming Language :: Python :: 3
|
|
12
|
-
Classifier: Programming Language :: Python :: 3 :: Only
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
16
|
-
Classifier: Environment :: Plugins
|
|
17
|
-
Classifier: Intended Audience :: Developers
|
|
18
|
-
Classifier: Topic :: Database
|
|
19
|
-
Classifier: Topic :: Software Development :: Libraries
|
|
20
|
-
Requires-Python: <3.13,>=3.10
|
|
21
|
-
Description-Content-Type: text/markdown
|
|
22
|
-
License-File: LICENSE
|
|
23
|
-
Requires-Dist: tigrbl>=0.1.0
|
|
24
|
-
Requires-Dist: google-cloud-bigquery>=3.25
|
|
25
|
-
Dynamic: license-file
|
|
26
|
-
|
|
27
|
-
# tigrbl_engine_bigquery
|
|
28
|
-
|
|
29
|
-
A BigQuery engine plugin for **tigrbl**. This package registers a new engine kind
|
|
30
|
-
`"bigquery"` that tigrbl auto-discovers via the `tigrbl.engine` entry-point group.
|
|
31
|
-
|
|
32
|
-
## Installation
|
|
33
|
-
|
|
34
|
-
```bash
|
|
35
|
-
pip install tigrbl_engine_bigquery
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
## Usage
|
|
39
|
-
|
|
40
|
-
Once installed, just refer to `kind="bigquery"` in your engine spec:
|
|
41
|
-
|
|
42
|
-
```python
|
|
43
|
-
from tigrbl.engine.engine_spec import EngineSpec
|
|
44
|
-
|
|
45
|
-
spec = EngineSpec(kind="bigquery", mapping={"project": "my-gcp-project", "default_dataset": "analytics"})
|
|
46
|
-
provider = spec.to_provider()
|
|
47
|
-
engine, make_session = provider.ensure() # triggers external plugin registration
|
|
48
|
-
session = make_session() # returns a BigQuerySession
|
|
49
|
-
|
|
50
|
-
# Optionally run SQL via the session (see session.query method stub)
|
|
51
|
-
```
|
|
52
|
-
|
|
53
|
-
This package exposes:
|
|
54
|
-
- `BigQueryEngine` (engine handle/config)
|
|
55
|
-
- `BigQuerySession` (simple session wrapper)
|
|
56
|
-
- `bigquery_engine` (builder used by tigrbl)
|
|
57
|
-
- `register()` (called by tigrbl’s plugin loader)
|
|
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
|
{tigrbl_engine_bigquery-0.1.1.dev21 → tigrbl_engine_bigquery-0.1.11.dev1}/tests/test_smoke.py
RENAMED
|
File without changes
|