Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 499 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 499 Bytes

DAGS for Virgo DT

  • This repository contains DAGS for the Virgo DT.
  • If you edit a DAG or add one (just be sure to use airflow in the filename), it is added automatically to the Airflow setup on the k8s cluster at CNAF.
  • to trigger DAG execution you can use the dashboard (admin/admin)
  • for the dashboard, you need to have access to the cluster, and execute on your local machine:
kubectl port-forward svc/airflow-webserver 8080:8080 --namespace airflow