odctl 0.2.1__tar.gz → 0.2.2__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.
- {odctl-0.2.1 → odctl-0.2.2}/PKG-INFO +1 -1
- {odctl-0.2.1 → odctl-0.2.2}/pyproject.toml +1 -1
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/compose-infra.yml +7 -4
- {odctl-0.2.1 → odctl-0.2.2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/.github/renovate.json +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/.github/workflows/build-deps.yml +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/.github/workflows/build-platform-images.yml +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/.github/workflows/ci.yml +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/.github/workflows/e2e-test.yml +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/.github/workflows/pipeline.yml +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/.github/workflows/publish.yml +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/.gitignore +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/.pre-commit-config.yaml +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/.vscode/settings.json +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/LICENSE +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/README.md +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/image/diagram.png +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/image/diagram1.drawio +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/image/diagram2.drawio +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/__init__.py +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/config.py +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/docker.py +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/main.py +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/planner.py +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/registry.py +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/clickhouse/config.xml +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/clickhouse/init.sql +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/clickhouse/keeper_config.xml +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/clickhouse/macros-11.xml +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/clickhouse/macros-12.xml +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/clickhouse/macros-21.xml +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/clickhouse/macros-22.xml +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/clickhouse/users.xml +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/compose-analytics.yml +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/compose-deps.yml +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/compose-flink.yml +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/compose-kafka.yml +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/compose-metadata.yml +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/compose-mlops.yml +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/compose-obsv.yml +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/compose-orch.yml +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/compose-spark.yml +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/compose-store.yml +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/deps/Dockerfile +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/deps/build.gradle +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/deps/build_connectors.sh +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/deps/fetch_flink_dependencies.sh +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/deps/fetch_spark_dependencies.sh +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/deps/fetch_standalone_plugins.sh +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/docker/airflow/Dockerfile +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/docker/ray-mlops/Dockerfile +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/docker/spark/Dockerfile +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/flink/flink1-conf.yml +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/grafana/prometheus.yml +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/marquez/marquez.yml +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/mlops/serving/lightgbm_inference.py.example +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/mlops/serving/vector_search.py.example +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/postgres/01-init-databases.sh +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/prometheus/alertmanager.yml +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/prometheus/prometheus.yml +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/registry.yml +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/seaweed/s3.json +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/spark/log4j2.properties +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/spark/spark-defaults.conf +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/trino/catalog/clickhouse.properties +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/trino/catalog/iceberg.properties +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/trino/catalog/kafka.properties +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/trino/catalog/postgres.properties +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/resources/trino/catalog/valkey.properties +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/ui.py +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/src/odctl/workspace.py +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/tests/conftest.py +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/tests/test_cli.py +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/tests/test_cli_extended.py +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/tests/test_config.py +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/tests/test_docker.py +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/tests/test_planner.py +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/tests/test_registry.py +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/tests/test_workspace.py +0 -0
- {odctl-0.2.1 → odctl-0.2.2}/uv.lock +0 -0
|
@@ -124,10 +124,13 @@ services:
|
|
|
124
124
|
- CATALOG_WAREHOUSE=s3://warehouse/
|
|
125
125
|
- CATALOG_IO__IMPL=org.apache.iceberg.aws.s3.S3FileIO
|
|
126
126
|
- CATALOG_S3_ENDPOINT=http://seaweed:8333
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
-
|
|
130
|
-
-
|
|
127
|
+
# The image maps a double underscore to a hyphen and a single one to a dot,
|
|
128
|
+
# so hyphenated Iceberg properties need __ or they resolve to names Iceberg
|
|
129
|
+
# ignores. With path-style access silently dropped, S3FileIO addressed
|
|
130
|
+
# buckets virtual-host style and SeaweedFS read the namespace as the bucket.
|
|
131
|
+
- CATALOG_S3_ACCESS__KEY__ID=user
|
|
132
|
+
- CATALOG_S3_SECRET__ACCESS__KEY=password
|
|
133
|
+
- CATALOG_S3_PATH__STYLE__ACCESS=true
|
|
131
134
|
# Explicit AWS SDK overrides (just in case)
|
|
132
135
|
- AWS_REGION=us-east-1
|
|
133
136
|
- AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID:-user}
|
|
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
|
|
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
|