domino-py-iisas 1.0.5__tar.gz → 1.0.6__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.
- {domino_py_iisas-1.0.5/src/domino_py_iisas.egg-info → domino_py_iisas-1.0.6}/PKG-INFO +42 -2
- domino_py_iisas-1.0.6/README.md +41 -0
- domino_py_iisas-1.0.6/src/domino/VERSION +1 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/cli/utils/config-domino-local.toml +1 -1
- domino_py_iisas-1.0.6/src/domino/cli/utils/constants.py +9 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/cli/utils/docker-compose.yaml +3 -3
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/cli/utils/platform.py +17 -8
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/scripts/deprecated/create_docker_compose_file.py +1 -1
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/scripts/deprecated/docker_compose_constants.py +2 -2
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6/src/domino_py_iisas.egg-info}/PKG-INFO +42 -2
- domino_py_iisas-1.0.5/README.md +0 -1
- domino_py_iisas-1.0.5/src/domino/VERSION +0 -1
- domino_py_iisas-1.0.5/src/domino/cli/utils/constants.py +0 -9
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/LICENSE +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/pyproject.toml +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/setup.cfg +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/__init__.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/actions/github_actions.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/base_piece.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/cli/__init__.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/cli/cli.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/cli/tests/test_create_piece.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/cli/utils/__init__.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/cli/utils/pieces_repository.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/cli/utils/templates.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/client/__init__.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/client/domino_backend_client.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/client/github_rest_client.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/client/legacy/fs_client.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/client/legacy/s3_client.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/client/local_files_client.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/custom_operators/__init__.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/custom_operators/deprecated/base_operator.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/custom_operators/deprecated/external_python_operator.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/custom_operators/docker_operator.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/custom_operators/k8s_operator.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/custom_operators/python_operator.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/custom_operators/sidecar/__init__.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/custom_operators/sidecar/fuse.conf +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/custom_operators/sidecar/logger.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/custom_operators/sidecar/mount.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/custom_operators/sidecar/rclone.conf +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/custom_operators/sidecar/sidecar_lifecycle.sh +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/custom_operators/worker_operator.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/exceptions/__init__.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/exceptions/exceptions.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/logger.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/models/__init__.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/models/output_modifier.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/schemas/__init__.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/schemas/container_resources.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/schemas/deploy_mode.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/schemas/display_result.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/schemas/piece_metadata.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/schemas/shared_storage.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/scripts/__init__.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/scripts/build_docker_images_pieces.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/scripts/deprecated/deprecated_piece_dry_run.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/scripts/deprecated/docker_compose_scripts.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/scripts/deprecated/run_piece_bash.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/scripts/load_piece.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/scripts/run_piece_docker.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/storage/__init__.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/storage/s3.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/task.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/testing/__init__.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/testing/dry_run.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/testing/http_client.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/testing/http_server.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/testing/utils.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/utils/__init__.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/utils/metadata_default.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/utils/piece_generator.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/utils/workflow_shared_storage.py +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino_py_iisas.egg-info/SOURCES.txt +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino_py_iisas.egg-info/dependency_links.txt +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino_py_iisas.egg-info/entry_points.txt +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino_py_iisas.egg-info/requires.txt +0 -0
- {domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino_py_iisas.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: domino-py-iisas
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.6
|
|
4
4
|
Summary: Fork of the original Python package for Domino.
|
|
5
5
|
Author-email: Stefan Dlugolinsky <stefan.dlugolinsky@savba.sk>, Luiz Tauffer <luiz@taufferconsulting.com>, Vinicius Vaz <vinicius@taufferconsulting.com>
|
|
6
6
|
License:
|
|
@@ -252,4 +252,44 @@ Requires-Dist: apache-airflow-providers-cncf-kubernetes==10.7.0; extra == "full"
|
|
|
252
252
|
Requires-Dist: apache-airflow-providers-docker==4.4.2; extra == "full"
|
|
253
253
|
Dynamic: license-file
|
|
254
254
|
|
|
255
|
-
|
|
255
|
+
<br>
|
|
256
|
+
<p align="center">
|
|
257
|
+
<a href="https://iisas.github.io/domino-docs/docs/intro">
|
|
258
|
+
<img alt="Documentation" src="https://img.shields.io/badge/Documentation-docs?logo=readthedocs&logoColor=white&labelColor=gray&color=%231e4c94">
|
|
259
|
+
</a>
|
|
260
|
+
<a href="https://pypi.org/project/domino-py-iisas">
|
|
261
|
+
<img alt="PyPI" src="https://img.shields.io/pypi/v/domino-py-iisas?color=%231BA331&label=PyPI&logo=python&logoColor=%23F7F991">
|
|
262
|
+
</a>
|
|
263
|
+
<a href="https://artifacthub.io/packages/helm/domino-iisas/domino">
|
|
264
|
+
<img alt="ArtifactHub" src="https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/domino-iisas">
|
|
265
|
+
</a>
|
|
266
|
+
</p>
|
|
267
|
+
<br>
|
|
268
|
+
|
|
269
|
+
# Domino (IISAS Fork)
|
|
270
|
+
|
|
271
|
+
This repository is a **fork** of the original [Tauffer-Consulting/Domino](https://github.com/Tauffer-Consulting/domino) project,
|
|
272
|
+
enhanced with support for **[Apache Airflow v3.0.6](https://github.com/apache/airflow/tree/3.0.6)** and related platform improvements.
|
|
273
|
+
|
|
274
|
+
Please refer to the [original Domino README](https://github.com/Tauffer-Consulting/domino/blob/main/README.md) for detailed usage and background information.
|
|
275
|
+
|
|
276
|
+
---
|
|
277
|
+
|
|
278
|
+
### 🔗 Useful Links
|
|
279
|
+
|
|
280
|
+
- 📘 **Documentation:** [tauffer-consulting.github.io/domino-docs](https://tauffer-consulting.github.io/domino-docs/docs/intro)
|
|
281
|
+
- 🐍 **Python package (PyPI):** [domino-py-iisas](https://pypi.org/project/domino-py-iisas)
|
|
282
|
+
- ☸️ **Helm chart (ArtifactHub):** [Domino on ArtifactHub](https://artifacthub.io/packages/helm/domino-iisas/domino)
|
|
283
|
+
|
|
284
|
+
---
|
|
285
|
+
|
|
286
|
+
### 🧩 Summary of Additions
|
|
287
|
+
- Added compatibility with **Apache Airflow 3.0.6**
|
|
288
|
+
- Added **configurable subpaths and ports**
|
|
289
|
+
- Adjusted Helm and Python package publishing workflow
|
|
290
|
+
|
|
291
|
+
---
|
|
292
|
+
|
|
293
|
+
### ⚖️ License
|
|
294
|
+
This project inherits the license of the [original Domino project](https://github.com/Tauffer-Consulting/domino).
|
|
295
|
+
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
<br>
|
|
2
|
+
<p align="center">
|
|
3
|
+
<a href="https://iisas.github.io/domino-docs/docs/intro">
|
|
4
|
+
<img alt="Documentation" src="https://img.shields.io/badge/Documentation-docs?logo=readthedocs&logoColor=white&labelColor=gray&color=%231e4c94">
|
|
5
|
+
</a>
|
|
6
|
+
<a href="https://pypi.org/project/domino-py-iisas">
|
|
7
|
+
<img alt="PyPI" src="https://img.shields.io/pypi/v/domino-py-iisas?color=%231BA331&label=PyPI&logo=python&logoColor=%23F7F991">
|
|
8
|
+
</a>
|
|
9
|
+
<a href="https://artifacthub.io/packages/helm/domino-iisas/domino">
|
|
10
|
+
<img alt="ArtifactHub" src="https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/domino-iisas">
|
|
11
|
+
</a>
|
|
12
|
+
</p>
|
|
13
|
+
<br>
|
|
14
|
+
|
|
15
|
+
# Domino (IISAS Fork)
|
|
16
|
+
|
|
17
|
+
This repository is a **fork** of the original [Tauffer-Consulting/Domino](https://github.com/Tauffer-Consulting/domino) project,
|
|
18
|
+
enhanced with support for **[Apache Airflow v3.0.6](https://github.com/apache/airflow/tree/3.0.6)** and related platform improvements.
|
|
19
|
+
|
|
20
|
+
Please refer to the [original Domino README](https://github.com/Tauffer-Consulting/domino/blob/main/README.md) for detailed usage and background information.
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
### 🔗 Useful Links
|
|
25
|
+
|
|
26
|
+
- 📘 **Documentation:** [tauffer-consulting.github.io/domino-docs](https://tauffer-consulting.github.io/domino-docs/docs/intro)
|
|
27
|
+
- 🐍 **Python package (PyPI):** [domino-py-iisas](https://pypi.org/project/domino-py-iisas)
|
|
28
|
+
- ☸️ **Helm chart (ArtifactHub):** [Domino on ArtifactHub](https://artifacthub.io/packages/helm/domino-iisas/domino)
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
### 🧩 Summary of Additions
|
|
33
|
+
- Added compatibility with **Apache Airflow 3.0.6**
|
|
34
|
+
- Added **configurable subpaths and ports**
|
|
35
|
+
- Adjusted Helm and Python package publishing workflow
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
### ⚖️ License
|
|
40
|
+
This project inherits the license of the [original Domino project](https://github.com/Tauffer-Consulting/domino).
|
|
41
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.0.6
|
|
@@ -61,15 +61,15 @@ services:
|
|
|
61
61
|
start_period: 30s
|
|
62
62
|
restart: always
|
|
63
63
|
|
|
64
|
-
airflow-
|
|
64
|
+
airflow-api-server:
|
|
65
65
|
<<: *airflow-common
|
|
66
|
-
container_name: airflow-
|
|
66
|
+
container_name: airflow-api-server
|
|
67
67
|
command: api-server
|
|
68
68
|
environment:
|
|
69
69
|
AIRFLOW__CORE__SIMPLE_AUTH_MANAGER_USERS: 'airflow:admin'
|
|
70
70
|
AIRFLOW__CORE__SIMPLE_AUTH_MANAGER_PASSWORDS_FILE: '/opt/airflow/passwords.json'
|
|
71
71
|
ports:
|
|
72
|
-
- ${
|
|
72
|
+
- ${AIRFLOW_API_SERVER_PORT_HOST:-8080}:8080
|
|
73
73
|
healthcheck:
|
|
74
74
|
test:
|
|
75
75
|
[
|
|
@@ -183,7 +183,7 @@ def create_platform(install_airflow: bool = True, use_gpu: bool = False) -> None
|
|
|
183
183
|
),
|
|
184
184
|
dict(
|
|
185
185
|
containerPort=8080,
|
|
186
|
-
hostPort=platform_config['airflow'].get('
|
|
186
|
+
hostPort=platform_config['airflow'].get('AIRFLOW_API_SERVER_PORT_HOST', 8080),
|
|
187
187
|
listenAddress="0.0.0.0",
|
|
188
188
|
protocol="TCP"
|
|
189
189
|
)
|
|
@@ -435,7 +435,7 @@ def create_platform(install_airflow: bool = True, use_gpu: bool = False) -> None
|
|
|
435
435
|
}
|
|
436
436
|
|
|
437
437
|
# Update Helm repositories
|
|
438
|
-
subprocess.run(["helm", "repo", "add", "domino", DOMINO_HELM_REPOSITORY])
|
|
438
|
+
subprocess.run(["helm", "repo", "add", "domino-iisas", DOMINO_HELM_REPOSITORY])
|
|
439
439
|
subprocess.run(["helm", "repo", "add", "apache-airflow", "https://airflow.apache.org/"]) # ref: https://github.com/helm/helm/issues/8036
|
|
440
440
|
subprocess.run(["helm", "repo", "update"])
|
|
441
441
|
|
|
@@ -450,7 +450,7 @@ def create_platform(install_airflow: bool = True, use_gpu: bool = False) -> None
|
|
|
450
450
|
"-f", str(fp.name),
|
|
451
451
|
"airflow",
|
|
452
452
|
"apache-airflow/airflow",
|
|
453
|
-
"--version", " 1.
|
|
453
|
+
"--version", " 1.18.0",
|
|
454
454
|
]
|
|
455
455
|
subprocess.run(commands)
|
|
456
456
|
|
|
@@ -464,7 +464,7 @@ def create_platform(install_airflow: bool = True, use_gpu: bool = False) -> None
|
|
|
464
464
|
commands = [
|
|
465
465
|
"helm", "install",
|
|
466
466
|
"-f", str(fp.name),
|
|
467
|
-
"domino",
|
|
467
|
+
"domino-iisas",
|
|
468
468
|
helm_domino_path
|
|
469
469
|
]
|
|
470
470
|
subprocess.run(commands)
|
|
@@ -486,7 +486,7 @@ def create_platform(install_airflow: bool = True, use_gpu: bool = False) -> None
|
|
|
486
486
|
commands = [
|
|
487
487
|
"helm", "install",
|
|
488
488
|
"-f", str(fp.name),
|
|
489
|
-
"domino",
|
|
489
|
+
"domino-iisas",
|
|
490
490
|
f"{tmp_dir}/domino",
|
|
491
491
|
]
|
|
492
492
|
subprocess.run(commands)
|
|
@@ -705,6 +705,15 @@ def run_platform_compose(
|
|
|
705
705
|
if platform_config['domino_db'].get('DOMINO_DB_HOST') in ['localhost', '0.0.0.0', '127.0.0.1']:
|
|
706
706
|
os.environ['NETWORK_MODE'] = 'host'
|
|
707
707
|
|
|
708
|
+
os.environ['AIRFLOW_API_SERVER_PORT_HOST'] = str(platform_config['airflow'].get("AIRFLOW_API_SERVER_PORT_HOST", 8080))
|
|
709
|
+
os.environ['AIRFLOW_UID'] = str(platform_config['airflow'].get("AIRFLOW_UID", 1000))
|
|
710
|
+
os.environ['DOCKER_PROXY_PORT_HOST'] = str(platform_config['docker_proxy'].get("DOCKER_PROXY_PORT_HOST", 2376))
|
|
711
|
+
os.environ['DOMINO_FRONTEND_BASENAME'] = str(platform_config['domino_frontend'].get('DOMINO_FRONTEND_BASENAME', '/'))
|
|
712
|
+
os.environ['DOMINO_FRONTEND_PORT_HOST'] = str(platform_config['domino_frontend'].get('DOMINO_FRONTEND_PORT_HOST', 3000))
|
|
713
|
+
os.environ['DOMINO_REST_PORT_HOST'] = str(platform_config['domino_rest'].get('DOMINO_REST_PORT_HOST', 8000))
|
|
714
|
+
os.environ['FLOWER_PORT_HOST'] = str(platform_config['flower'].get('FLOWER_PORT_HOST', 5555))
|
|
715
|
+
|
|
716
|
+
|
|
708
717
|
# Create local directories
|
|
709
718
|
local_path = Path(".").resolve()
|
|
710
719
|
domino_dir = local_path / "domino_data"
|
|
@@ -798,7 +807,7 @@ def run_platform_compose(
|
|
|
798
807
|
if not airflow_worker_ready and "airflow-domino-worker" in line and "execute_command" in line:
|
|
799
808
|
console.print(" \u2713 Airflow worker service started successfully!", style=f"bold {COLOR_PALETTE.get('success')}")
|
|
800
809
|
airflow_worker_ready = True
|
|
801
|
-
if not airflow_api_ready and "airflow-
|
|
810
|
+
if not airflow_api_ready and "airflow-api-server" in line and "health" in line and "200" in line:
|
|
802
811
|
console.print(" \u2713 Airflow API Server service started successfully!", style=f"bold {COLOR_PALETTE.get('success')}")
|
|
803
812
|
airflow_api_ready = True
|
|
804
813
|
if not airflow_scheduler_ready and "airflow-domino-scheduler" in line and "launched" in line:
|
|
@@ -840,7 +849,7 @@ def run_platform_compose(
|
|
|
840
849
|
console.print("Domino UI: http://{}:{}".format(os.environ.get('HOSTNAME', 'localhost'), os.environ.get('DOMINO_FRONTEND_PORT_HOST', 3000)))
|
|
841
850
|
console.print("Domino REST API: http://{}:{}".format(os.environ.get('HOSTNAME', 'localhost'), os.environ.get('DOMINO_REST_PORT_HOST', 8000)))
|
|
842
851
|
console.print("Domino REST API Docs: http://{}:{}/docs".format(os.environ.get('HOSTNAME', 'localhost'), os.environ.get('DOMINO_REST_PORT_HOST', 8000)))
|
|
843
|
-
console.print("Airflow API Server: http://{}:{}".format(os.environ.get('HOSTNAME', 'localhost'), os.environ.get('
|
|
852
|
+
console.print("Airflow API Server: http://{}:{}".format(os.environ.get('HOSTNAME', 'localhost'), os.environ.get('AIRFLOW_API_SERVER_PORT_HOST', 8080)))
|
|
844
853
|
console.print("")
|
|
845
854
|
console.print("To stop the platform, run:")
|
|
846
855
|
console.print(" $ domino platform stop-compose")
|
|
@@ -894,7 +903,7 @@ def stop_platform_compose() -> None:
|
|
|
894
903
|
"domino-docker-proxy",
|
|
895
904
|
"airflow-domino-scheduler",
|
|
896
905
|
"airflow-domino-worker",
|
|
897
|
-
"airflow-
|
|
906
|
+
"airflow-api-server",
|
|
898
907
|
"airflow-triggerer",
|
|
899
908
|
"airflow-redis",
|
|
900
909
|
"airflow-postgres",
|
|
@@ -149,7 +149,7 @@ def create_docker_compose_file(
|
|
|
149
149
|
services = {
|
|
150
150
|
"postgres": airflow_postgres,
|
|
151
151
|
"redis": airflow_redis,
|
|
152
|
-
"airflow-
|
|
152
|
+
"airflow-api-server": api_def[run_scope],
|
|
153
153
|
"airflow-scheduler": scheduler_def[run_scope],
|
|
154
154
|
"airflow-init": airflow_init,
|
|
155
155
|
**dependencies_services
|
|
@@ -31,7 +31,7 @@ airflow_common_env = {
|
|
|
31
31
|
"AIRFLOW__LOGGING__BASE_LOG_FOLDER": f"{airflow_home_docker}/logs",
|
|
32
32
|
"AIRFLOW__LOGGING__DAG_PROCESSOR_MANAGER_LOG_LOCATION": f"{airflow_home_docker}/logs/dag_processor_manager/dag_processor_manager.log",
|
|
33
33
|
"AIRFLOW__SCHEDULER__CHILD_PROCESS_LOG_DIRECTORY": f"{airflow_home_docker}/logs/scheduler",
|
|
34
|
-
"
|
|
34
|
+
"AIRFLOW_API_SERVER_HOST": "http://localhost:8080",
|
|
35
35
|
# Default from original docker-compose.yaml
|
|
36
36
|
"AIRFLOW__CORE__EXECUTOR": "CeleryExecutor",
|
|
37
37
|
"AIRFLOW__CORE__SQL_ALCHEMY_CONN": "postgresql+psycopg2://airflow:airflow@postgres/airflow",
|
|
@@ -93,7 +93,7 @@ x_airflow_common_dev = {
|
|
|
93
93
|
airflow_api = {
|
|
94
94
|
**x_airflow_common,
|
|
95
95
|
"environment": airflow_common_env,
|
|
96
|
-
"container_name": "airflow-
|
|
96
|
+
"container_name": "airflow-api-server",
|
|
97
97
|
"command": "api-server",
|
|
98
98
|
"ports": [
|
|
99
99
|
"8081:8080"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: domino-py-iisas
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.6
|
|
4
4
|
Summary: Fork of the original Python package for Domino.
|
|
5
5
|
Author-email: Stefan Dlugolinsky <stefan.dlugolinsky@savba.sk>, Luiz Tauffer <luiz@taufferconsulting.com>, Vinicius Vaz <vinicius@taufferconsulting.com>
|
|
6
6
|
License:
|
|
@@ -252,4 +252,44 @@ Requires-Dist: apache-airflow-providers-cncf-kubernetes==10.7.0; extra == "full"
|
|
|
252
252
|
Requires-Dist: apache-airflow-providers-docker==4.4.2; extra == "full"
|
|
253
253
|
Dynamic: license-file
|
|
254
254
|
|
|
255
|
-
|
|
255
|
+
<br>
|
|
256
|
+
<p align="center">
|
|
257
|
+
<a href="https://iisas.github.io/domino-docs/docs/intro">
|
|
258
|
+
<img alt="Documentation" src="https://img.shields.io/badge/Documentation-docs?logo=readthedocs&logoColor=white&labelColor=gray&color=%231e4c94">
|
|
259
|
+
</a>
|
|
260
|
+
<a href="https://pypi.org/project/domino-py-iisas">
|
|
261
|
+
<img alt="PyPI" src="https://img.shields.io/pypi/v/domino-py-iisas?color=%231BA331&label=PyPI&logo=python&logoColor=%23F7F991">
|
|
262
|
+
</a>
|
|
263
|
+
<a href="https://artifacthub.io/packages/helm/domino-iisas/domino">
|
|
264
|
+
<img alt="ArtifactHub" src="https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/domino-iisas">
|
|
265
|
+
</a>
|
|
266
|
+
</p>
|
|
267
|
+
<br>
|
|
268
|
+
|
|
269
|
+
# Domino (IISAS Fork)
|
|
270
|
+
|
|
271
|
+
This repository is a **fork** of the original [Tauffer-Consulting/Domino](https://github.com/Tauffer-Consulting/domino) project,
|
|
272
|
+
enhanced with support for **[Apache Airflow v3.0.6](https://github.com/apache/airflow/tree/3.0.6)** and related platform improvements.
|
|
273
|
+
|
|
274
|
+
Please refer to the [original Domino README](https://github.com/Tauffer-Consulting/domino/blob/main/README.md) for detailed usage and background information.
|
|
275
|
+
|
|
276
|
+
---
|
|
277
|
+
|
|
278
|
+
### 🔗 Useful Links
|
|
279
|
+
|
|
280
|
+
- 📘 **Documentation:** [tauffer-consulting.github.io/domino-docs](https://tauffer-consulting.github.io/domino-docs/docs/intro)
|
|
281
|
+
- 🐍 **Python package (PyPI):** [domino-py-iisas](https://pypi.org/project/domino-py-iisas)
|
|
282
|
+
- ☸️ **Helm chart (ArtifactHub):** [Domino on ArtifactHub](https://artifacthub.io/packages/helm/domino-iisas/domino)
|
|
283
|
+
|
|
284
|
+
---
|
|
285
|
+
|
|
286
|
+
### 🧩 Summary of Additions
|
|
287
|
+
- Added compatibility with **Apache Airflow 3.0.6**
|
|
288
|
+
- Added **configurable subpaths and ports**
|
|
289
|
+
- Adjusted Helm and Python package publishing workflow
|
|
290
|
+
|
|
291
|
+
---
|
|
292
|
+
|
|
293
|
+
### ⚖️ License
|
|
294
|
+
This project inherits the license of the [original Domino project](https://github.com/Tauffer-Consulting/domino).
|
|
295
|
+
|
domino_py_iisas-1.0.5/README.md
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
This is a fork of the [Domino](https://github.com/Tauffer-Consulting/domino) project with added support of [Apache Airflow v3.0.6](https://github.com/apache/airflow/tree/3.0.6).
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.0.5
|
|
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
|
{domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/custom_operators/docker_operator.py
RENAMED
|
File without changes
|
|
File without changes
|
{domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/custom_operators/python_operator.py
RENAMED
|
File without changes
|
{domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/custom_operators/sidecar/__init__.py
RENAMED
|
File without changes
|
{domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/custom_operators/sidecar/fuse.conf
RENAMED
|
File without changes
|
{domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/custom_operators/sidecar/logger.py
RENAMED
|
File without changes
|
{domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/custom_operators/sidecar/mount.py
RENAMED
|
File without changes
|
{domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/custom_operators/sidecar/rclone.conf
RENAMED
|
File without changes
|
|
File without changes
|
{domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/custom_operators/worker_operator.py
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
|
{domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/scripts/build_docker_images_pieces.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino/scripts/deprecated/run_piece_bash.py
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
|
{domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino_py_iisas.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{domino_py_iisas-1.0.5 → domino_py_iisas-1.0.6}/src/domino_py_iisas.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|