
This PS is mainly fixing SubDAGs timing issues when they started along with main DAG and not at the time the main DAG needs them. In Airflow 2.6.2 SubDAGs are deprecated in favor of TaskGroups. So in this PS all SubDAGS were replaced with TaskGroups. Also task level logging config was extended by adding py-console to obtain logs from tasks like it was configured in Airflow 1.10.5. Change-Id: I3f6d3961b1511e3b7cd2f7aab9810d033cfc14a3
136 lines
1.6 KiB
Plaintext
136 lines
1.6 KiB
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
.pytest_cache/
|
|
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
env/
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
|
|
# PyInstaller
|
|
# Usually these files are written by a python script from a template
|
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
*.manifest
|
|
*.spec
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
cov/*
|
|
.tox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
.pytest_cache/
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
.hypothesis/
|
|
cover/
|
|
|
|
# Translations
|
|
*.mo
|
|
*.pot
|
|
|
|
# Django stuff:
|
|
*.log
|
|
local_settings.py
|
|
|
|
# Flask stuff:
|
|
instance/
|
|
.webassets-cache
|
|
|
|
# Scrapy stuff:
|
|
.scrapy
|
|
|
|
# Sphinx documentation
|
|
doc/_build/
|
|
|
|
# PyBuilder
|
|
target/
|
|
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
|
|
# pyenv
|
|
.python-version
|
|
|
|
# celery beat schedule file
|
|
celerybeat-schedule
|
|
|
|
# SageMath parsed files
|
|
*.sage.py
|
|
|
|
# dotenv
|
|
.env
|
|
|
|
# virtualenv
|
|
.venv
|
|
venv/
|
|
ENV/
|
|
|
|
# Spyder project settings
|
|
.spyderproject
|
|
.spyproject
|
|
|
|
# Rope project settings
|
|
.ropeproject
|
|
|
|
# mkdocs documentation
|
|
/site
|
|
|
|
# mypy
|
|
.mypy_cache/
|
|
|
|
# Generated bogus docs
|
|
ChangeLog
|
|
AUTHORS
|
|
|
|
# build/lint artifacts
|
|
*.tgz
|
|
**/*.tgz
|
|
/charts/shipyard/charts
|
|
/charts/shipyard/requirements.lock
|
|
/charts/deps/*/
|
|
.DS_Store
|
|
|
|
# vscode
|
|
.vscode/
|
|
|
|
|
|
# pycharm
|
|
.idea
|
|
|
|
# tests
|
|
airship-ucp-shipyard.values.yaml
|
|
airflow-webserver.pid
|
|
airflow.cfg
|
|
airflow.db
|
|
latest
|
|
src/bin/shipyard_airflow/shipyard_airflow/config
|
|
src/bin/shipyard_airflow/shipyard_airflow/webserver_config.py
|
|
airflow-runtime
|