Merge branch 'main' of gitlab.jsc.fz-juelich.de:eflows4hpc-wp2/data-logistics-service
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 10 additions, 0 deletions.gitlab-ci.yml
- config/airflow.cfg 269 additions, 126 deletionsconfig/airflow.cfg
- dockers/docker-compose.yaml 24 additions, 45 deletionsdockers/docker-compose.yaml
- dockers/eflows-airflow.docker 7 additions, 6 deletionsdockers/eflows-airflow.docker
- requirements.txt 6 additions, 0 deletionsrequirements.txt
- templates/main.html 142 additions, 136 deletionstemplates/main.html
This diff is collapsed.
... | ... | @@ -2,9 +2,15 @@ requests |
urllib3 | ||
plyvel | ||
webdavclient3 | ||
boto3==1.24.32 | ||
apache-airflow[celery]==2.5.3 | ||
apache-airflow[redis]==2.5.3 | ||
apache-airflow-providers-ssh | ||
apache-airflow-providers-http | ||
apache-airflow-providers-sftp | ||
apache-airflow-providers-hashicorp | ||
apache-airflow-providers-postgres | ||
apache-airflow-providers-celery | ||
--index-url https://gitlab.jsc.fz-juelich.de/api/v4/projects/4405/packages/pypi/simple | ||
airflow-datacat-integration>=0.1.4 | ||
flask-oidc | ||
... | ... |
Please register or sign in to comment