datajunction-query 0.0.1a34__tar.gz → 0.0.1a36__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.
Potentially problematic release.
This version of datajunction-query might be problematic. Click here for more details.
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/PKG-INFO +2 -2
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/djqs/__about__.py +1 -1
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/docker/default.duckdb +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/docker/duckdb.sql +44 -12
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/pdm.lock +41 -7
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/pyproject.toml +1 -1
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/.coveragerc +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/.flake8 +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/.gitignore +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/.isort.cfg +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/.pre-commit-config.yaml +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/.pylintrc +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/.readthedocs.yml +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/AUTHORS.rst +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/CODE_OF_CONDUCT.md +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/Dockerfile +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/LICENSE.txt +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/Makefile +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/README.rst +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/alembic/README +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/alembic/env.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/alembic/script.py.mako +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/alembic/versions/2023_02_28_0541-a7e11a2438b4_initial_migration.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/alembic/versions/2023_10_09_1858-f3407a1ec625_add_type_and_extra_para_ms_field_for_.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/alembic.ini +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/config.djqs.yml +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/config.jsonschema +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/djqs/__init__.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/djqs/api/__init__.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/djqs/api/catalogs.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/djqs/api/engines.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/djqs/api/helpers.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/djqs/api/main.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/djqs/api/queries.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/djqs/api/tables.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/djqs/config.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/djqs/constants.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/djqs/engine.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/djqs/exceptions.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/djqs/fixes.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/djqs/models/__init__.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/djqs/models/catalog.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/djqs/models/engine.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/djqs/models/query.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/djqs/models/table.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/djqs/typing.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/djqs/utils.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/docker/cockroachdb/cockroachdb_examples_init.sql +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/docker/cockroachdb/cockroachdb_metadata_init.sql +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/docker/cockroachdb/steam-games.csv +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/docker/cockroachdb/steam-hours-played.csv +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/docker/druid_environment +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/docker/druid_init.sh +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/docker/druid_spec.json +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/docker/duckdb_load.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/docker/postgres_init.roads.sql +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/docker/postgres_init.sql +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/docker/spark.roads.sql +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/docker/spark_load_roads.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/docker/wait-for +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/openapi.json +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/scripts/generate-openapi.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/setup.cfg +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/__init__.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/api/__init__.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/api/catalogs_test.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/api/engines_test.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/api/queries_test.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/api/table_test.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/config.djqs.yml +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/configs/databases/druid.yaml +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/configs/databases/gsheets.yaml +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/configs/databases/postgres.yaml +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/configs/nodes/core/comments.yaml +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/configs/nodes/core/dim_users.yaml +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/configs/nodes/core/num_comments.yaml +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/configs/nodes/core/users.yaml +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/conftest.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/exceptions_test.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/resources/contractors.parquet +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/resources/dispatchers.parquet +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/resources/hard_hat_state.parquet +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/resources/hard_hats.parquet +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/resources/municipality.parquet +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/resources/municipality_municipality_type.parquet +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/resources/municipality_type.parquet +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/resources/repair_order_details.parquet +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/resources/repair_orders.parquet +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/resources/repair_type.parquet +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/resources/us_region.parquet +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/resources/us_states.parquet +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/utils_test.py +0 -0
- {datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tox.ini +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: datajunction-query
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.1a36
|
|
4
4
|
Summary: OSS Implementation of a DataJunction Query Service
|
|
5
5
|
Project-URL: repository, https://github.com/DataJunction/dj
|
|
6
6
|
Author-email: DataJunction Authors <roberto@dealmeida.net>
|
|
@@ -23,7 +23,7 @@ Requires-Dist: fastapi>=0.79.0
|
|
|
23
23
|
Requires-Dist: importlib-metadata
|
|
24
24
|
Requires-Dist: msgpack>=1.0.3
|
|
25
25
|
Requires-Dist: python-dotenv==0.19.2
|
|
26
|
-
Requires-Dist: pyyaml
|
|
26
|
+
Requires-Dist: pyyaml>=6.0.1
|
|
27
27
|
Requires-Dist: requests<=2.29.0,>=2.28.2
|
|
28
28
|
Requires-Dist: rich>=10.16.2
|
|
29
29
|
Requires-Dist: snowflake-connector-python>=3.3.1
|
|
Binary file
|
|
@@ -18,19 +18,20 @@ CREATE TABLE roads.municipality (
|
|
|
18
18
|
contact_name string,
|
|
19
19
|
contact_title string,
|
|
20
20
|
local_region string,
|
|
21
|
-
state_id int
|
|
21
|
+
state_id int,
|
|
22
|
+
phone string
|
|
22
23
|
);
|
|
23
24
|
INSERT INTO roads.municipality VALUES
|
|
24
|
-
('New York', 'Alexander Wilkinson', 'Assistant City Clerk', 'Manhattan', 33),
|
|
25
|
-
('Los Angeles', 'Hugh Moser', 'Administrative Assistant', 'Santa Monica',5 ),
|
|
26
|
-
('Chicago', 'Phillip Bradshaw', 'Director of Community Engagement', 'West Ridge', 14),
|
|
27
|
-
('Houston', 'Leo Ackerman', 'Municipal Roads Specialist', 'The Woodlands', 44),
|
|
28
|
-
('Phoenix', 'Jessie Paul', 'Director of Finance and Administration', 'Old Town Scottsdale', 3),
|
|
29
|
-
('Philadelphia', 'Willie Chaney', 'Municipal Manager', 'Center City', 39),
|
|
30
|
-
('San Antonio', 'Chester Lyon', 'Treasurer', 'Alamo Heights', 44),
|
|
31
|
-
('San Diego', 'Ralph Helms', 'Senior Electrical Project Manager', 'Del Mar', 5),
|
|
32
|
-
('Dallas', 'Virgil Craft', 'Assistant Assessor (Town/Municipality)', 'Deep Ellum', 44),
|
|
33
|
-
('San Jose', 'Charles Carney', 'Municipal Accounting Manager', 'Santana Row', 5);
|
|
25
|
+
('New York', 'Alexander Wilkinson', 'Assistant City Clerk', 'Manhattan', 33, '202-291-2922'),
|
|
26
|
+
('Los Angeles', 'Hugh Moser', 'Administrative Assistant', 'Santa Monica', 5, '808-211-2323'),
|
|
27
|
+
('Chicago', 'Phillip Bradshaw', 'Director of Community Engagement', 'West Ridge', 14, '425-132-3421'),
|
|
28
|
+
('Houston', 'Leo Ackerman', 'Municipal Roads Specialist', 'The Woodlands', 44, '413-435-8641'),
|
|
29
|
+
('Phoenix', 'Jessie Paul', 'Director of Finance and Administration', 'Old Town Scottsdale', 3, '321-425-5427'),
|
|
30
|
+
('Philadelphia', 'Willie Chaney', 'Municipal Manager', 'Center City', 39, '212-213-5361'),
|
|
31
|
+
('San Antonio', 'Chester Lyon', 'Treasurer', 'Alamo Heights', 44, '252-216-6938'),
|
|
32
|
+
('San Diego', 'Ralph Helms', 'Senior Electrical Project Manager', 'Del Mar', 5, '491-813-2417'),
|
|
33
|
+
('Dallas', 'Virgil Craft', 'Assistant Assessor (Town/Municipality)', 'Deep Ellum', 44, '414-563-7894'),
|
|
34
|
+
('San Jose', 'Charles Carney', 'Municipal Accounting Manager', 'Santana Row', 5, '408-313-0698');
|
|
34
35
|
|
|
35
36
|
CREATE TABLE roads.hard_hats (
|
|
36
37
|
hard_hat_id int,
|
|
@@ -549,4 +550,35 @@ VALUES
|
|
|
549
550
|
(934, 'CodeJester', 4),
|
|
550
551
|
(902, 'MadGenius', 12),
|
|
551
552
|
(921, 'GameGuru', 9),
|
|
552
|
-
(901, 'ScriptMage', 6);
|
|
553
|
+
(901, 'ScriptMage', 6);
|
|
554
|
+
|
|
555
|
+
CREATE SCHEMA accounting;
|
|
556
|
+
CREATE TABLE accounting.payment_type_table (
|
|
557
|
+
id int,
|
|
558
|
+
payment_type_name string,
|
|
559
|
+
payment_type_classification string
|
|
560
|
+
);
|
|
561
|
+
|
|
562
|
+
INSERT INTO accounting.payment_type_table (id, payment_type_name, payment_type_classification)
|
|
563
|
+
VALUES
|
|
564
|
+
(1, 'VISA', 'CARD'),
|
|
565
|
+
(2, 'MASTERCARD', 'CARD');
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
CREATE TABLE accounting.revenue (
|
|
569
|
+
payment_id int,
|
|
570
|
+
payment_amount float,
|
|
571
|
+
payment_type int,
|
|
572
|
+
customer_id int,
|
|
573
|
+
account_type string
|
|
574
|
+
);
|
|
575
|
+
|
|
576
|
+
INSERT INTO accounting.revenue (payment_id, payment_amount, payment_type, customer_id, account_type)
|
|
577
|
+
VALUES
|
|
578
|
+
(1, 25.5, 1, 2, 'ACTIVE'),
|
|
579
|
+
(2, 12.5, 2, 2, 'INACTIVE'),
|
|
580
|
+
(3, 89, 1, 3, 'ACTIVE'),
|
|
581
|
+
(4, 1293.2, 2, 2, 'ACTIVE'),
|
|
582
|
+
(5, 23, 1, 4, 'INACTIVE'),
|
|
583
|
+
(6, 398.13, 2, 3, 'ACTIVE'),
|
|
584
|
+
(7, 239.7, 2, 4, 'ACTIVE'),;
|
|
@@ -6,7 +6,7 @@ groups = ["default", "test", "uvicorn"]
|
|
|
6
6
|
cross_platform = true
|
|
7
7
|
static_urls = false
|
|
8
8
|
lock_version = "4.3"
|
|
9
|
-
content_hash = "sha256:
|
|
9
|
+
content_hash = "sha256:740a1689e377e26378154b380beb4f7b97cc663294dcb12b142e0d58ebdda0cf"
|
|
10
10
|
|
|
11
11
|
[[package]]
|
|
12
12
|
name = "accept-types"
|
|
@@ -1327,14 +1327,48 @@ files = [
|
|
|
1327
1327
|
|
|
1328
1328
|
[[package]]
|
|
1329
1329
|
name = "pyyaml"
|
|
1330
|
-
version = "
|
|
1330
|
+
version = "6.0.1"
|
|
1331
|
+
requires_python = ">=3.6"
|
|
1331
1332
|
summary = "YAML parser and emitter for Python"
|
|
1332
1333
|
files = [
|
|
1333
|
-
{file = "PyYAML-
|
|
1334
|
-
{file = "PyYAML-
|
|
1335
|
-
{file = "PyYAML-
|
|
1336
|
-
{file = "PyYAML-
|
|
1337
|
-
{file = "PyYAML-
|
|
1334
|
+
{file = "PyYAML-6.0.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d858aa552c999bc8a8d57426ed01e40bef403cd8ccdd0fc5f6f04a00414cac2a"},
|
|
1335
|
+
{file = "PyYAML-6.0.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f"},
|
|
1336
|
+
{file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938"},
|
|
1337
|
+
{file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d"},
|
|
1338
|
+
{file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515"},
|
|
1339
|
+
{file = "PyYAML-6.0.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:326c013efe8048858a6d312ddd31d56e468118ad4cdeda36c719bf5bb6192290"},
|
|
1340
|
+
{file = "PyYAML-6.0.1-cp310-cp310-win32.whl", hash = "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924"},
|
|
1341
|
+
{file = "PyYAML-6.0.1-cp310-cp310-win_amd64.whl", hash = "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d"},
|
|
1342
|
+
{file = "PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007"},
|
|
1343
|
+
{file = "PyYAML-6.0.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab"},
|
|
1344
|
+
{file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d"},
|
|
1345
|
+
{file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc"},
|
|
1346
|
+
{file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673"},
|
|
1347
|
+
{file = "PyYAML-6.0.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b"},
|
|
1348
|
+
{file = "PyYAML-6.0.1-cp311-cp311-win32.whl", hash = "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741"},
|
|
1349
|
+
{file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"},
|
|
1350
|
+
{file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"},
|
|
1351
|
+
{file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"},
|
|
1352
|
+
{file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"},
|
|
1353
|
+
{file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"},
|
|
1354
|
+
{file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"},
|
|
1355
|
+
{file = "PyYAML-6.0.1-cp312-cp312-win_amd64.whl", hash = "sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df"},
|
|
1356
|
+
{file = "PyYAML-6.0.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:1d4c7e777c441b20e32f52bd377e0c409713e8bb1386e1099c2415f26e479595"},
|
|
1357
|
+
{file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5"},
|
|
1358
|
+
{file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696"},
|
|
1359
|
+
{file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735"},
|
|
1360
|
+
{file = "PyYAML-6.0.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:49a183be227561de579b4a36efbb21b3eab9651dd81b1858589f796549873dd6"},
|
|
1361
|
+
{file = "PyYAML-6.0.1-cp38-cp38-win32.whl", hash = "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206"},
|
|
1362
|
+
{file = "PyYAML-6.0.1-cp38-cp38-win_amd64.whl", hash = "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62"},
|
|
1363
|
+
{file = "PyYAML-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8"},
|
|
1364
|
+
{file = "PyYAML-6.0.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:c8098ddcc2a85b61647b2590f825f3db38891662cfc2fc776415143f599bb859"},
|
|
1365
|
+
{file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6"},
|
|
1366
|
+
{file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0"},
|
|
1367
|
+
{file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c"},
|
|
1368
|
+
{file = "PyYAML-6.0.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5"},
|
|
1369
|
+
{file = "PyYAML-6.0.1-cp39-cp39-win32.whl", hash = "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c"},
|
|
1370
|
+
{file = "PyYAML-6.0.1-cp39-cp39-win_amd64.whl", hash = "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486"},
|
|
1371
|
+
{file = "PyYAML-6.0.1.tar.gz", hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"},
|
|
1338
1372
|
]
|
|
1339
1373
|
|
|
1340
1374
|
[[package]]
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/docker/cockroachdb/steam-games.csv
RENAMED
|
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
|
|
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
|
{datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/configs/databases/druid.yaml
RENAMED
|
File without changes
|
{datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/configs/databases/gsheets.yaml
RENAMED
|
File without changes
|
{datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/configs/databases/postgres.yaml
RENAMED
|
File without changes
|
{datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/configs/nodes/core/comments.yaml
RENAMED
|
File without changes
|
{datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/configs/nodes/core/dim_users.yaml
RENAMED
|
File without changes
|
|
File without changes
|
{datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/configs/nodes/core/users.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/resources/contractors.parquet
RENAMED
|
File without changes
|
{datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/resources/dispatchers.parquet
RENAMED
|
File without changes
|
{datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/resources/hard_hat_state.parquet
RENAMED
|
File without changes
|
{datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/resources/hard_hats.parquet
RENAMED
|
File without changes
|
{datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/resources/municipality.parquet
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/resources/repair_orders.parquet
RENAMED
|
File without changes
|
{datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/resources/repair_type.parquet
RENAMED
|
File without changes
|
{datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/resources/us_region.parquet
RENAMED
|
File without changes
|
{datajunction_query-0.0.1a34 → datajunction_query-0.0.1a36}/tests/resources/us_states.parquet
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|