odctl 0.2.0__tar.gz → 0.2.1__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.0 → odctl-0.2.1}/PKG-INFO +1 -1
- {odctl-0.2.0 → odctl-0.2.1}/pyproject.toml +1 -1
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/registry.yml +2 -2
- odctl-0.2.0/src/odctl/resources/trino/catalog/kafka_avro.properties → odctl-0.2.1/src/odctl/resources/trino/catalog/kafka.properties +3 -3
- odctl-0.2.0/src/odctl/resources/trino/catalog/kafka.properties +0 -7
- {odctl-0.2.0 → odctl-0.2.1}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/.github/renovate.json +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/.github/workflows/build-deps.yml +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/.github/workflows/build-platform-images.yml +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/.github/workflows/ci.yml +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/.github/workflows/e2e-test.yml +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/.github/workflows/pipeline.yml +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/.github/workflows/publish.yml +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/.gitignore +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/.pre-commit-config.yaml +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/.vscode/settings.json +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/LICENSE +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/README.md +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/image/diagram.png +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/image/diagram1.drawio +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/image/diagram2.drawio +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/__init__.py +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/config.py +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/docker.py +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/main.py +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/planner.py +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/registry.py +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/clickhouse/config.xml +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/clickhouse/init.sql +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/clickhouse/keeper_config.xml +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/clickhouse/macros-11.xml +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/clickhouse/macros-12.xml +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/clickhouse/macros-21.xml +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/clickhouse/macros-22.xml +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/clickhouse/users.xml +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/compose-analytics.yml +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/compose-deps.yml +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/compose-flink.yml +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/compose-infra.yml +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/compose-kafka.yml +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/compose-metadata.yml +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/compose-mlops.yml +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/compose-obsv.yml +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/compose-orch.yml +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/compose-spark.yml +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/compose-store.yml +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/deps/Dockerfile +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/deps/build.gradle +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/deps/build_connectors.sh +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/deps/fetch_flink_dependencies.sh +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/deps/fetch_spark_dependencies.sh +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/deps/fetch_standalone_plugins.sh +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/docker/airflow/Dockerfile +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/docker/ray-mlops/Dockerfile +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/docker/spark/Dockerfile +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/flink/flink1-conf.yml +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/grafana/prometheus.yml +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/marquez/marquez.yml +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/mlops/serving/lightgbm_inference.py.example +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/mlops/serving/vector_search.py.example +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/postgres/01-init-databases.sh +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/prometheus/alertmanager.yml +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/prometheus/prometheus.yml +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/seaweed/s3.json +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/spark/log4j2.properties +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/spark/spark-defaults.conf +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/trino/catalog/clickhouse.properties +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/trino/catalog/iceberg.properties +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/trino/catalog/postgres.properties +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/resources/trino/catalog/valkey.properties +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/ui.py +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/src/odctl/workspace.py +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/tests/conftest.py +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/tests/test_cli.py +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/tests/test_cli_extended.py +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/tests/test_config.py +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/tests/test_docker.py +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/tests/test_planner.py +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/tests/test_registry.py +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/tests/test_workspace.py +0 -0
- {odctl-0.2.0 → odctl-0.2.1}/uv.lock +0 -0
|
@@ -202,8 +202,8 @@ stacks:
|
|
|
202
202
|
• Trino UI & JDBC connection (user: user, password: none):
|
|
203
203
|
* External (Localhost): http://localhost:8080
|
|
204
204
|
* Internal (Docker): http://trino:8080
|
|
205
|
-
• Catalogs: iceberg, kafka (
|
|
206
|
-
|
|
205
|
+
• Catalogs: iceberg, kafka (topics discovered from the schema
|
|
206
|
+
registry), clickhouse, postgres, valkey
|
|
207
207
|
metabase: |
|
|
208
208
|
• Metabase Dashboard Engine:
|
|
209
209
|
* External (Localhost): http://localhost:3000
|
|
@@ -2,9 +2,9 @@ connector.name=kafka
|
|
|
2
2
|
kafka.nodes=broker-1:19092
|
|
3
3
|
kafka.default-schema=default
|
|
4
4
|
# Tables are discovered from the schema registry, so topics carrying Confluent
|
|
5
|
-
# Avro appear without being listed and their fields arrive typed.
|
|
6
|
-
#
|
|
7
|
-
#
|
|
5
|
+
# Avro appear without being listed and their fields arrive typed. The file-based
|
|
6
|
+
# supplier cannot work this way: it requires every topic to be named up front,
|
|
7
|
+
# which no general-purpose stack can know.
|
|
8
8
|
kafka.table-description-supplier=CONFLUENT
|
|
9
9
|
kafka.confluent-schema-registry-url=http://karapace:8081
|
|
10
10
|
kafka.hide-internal-columns=false
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
connector.name=kafka
|
|
2
|
-
kafka.nodes=broker-1:19092
|
|
3
|
-
kafka.default-schema=default
|
|
4
|
-
kafka.table-names=web_events,logs
|
|
5
|
-
# Expose _message, _key and the other underscore columns so raw JSON topics can
|
|
6
|
-
# be read without a table description file
|
|
7
|
-
kafka.hide-internal-columns=false
|
|
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
|