├── Dockerfile ├── kind-cluster.yaml ├── pv.yaml ├── pvc.yaml ├── requirements.txt ├── values.yaml └── variables.yaml /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marclamberti/webinar-airflow-chart/HEAD/Dockerfile -------------------------------------------------------------------------------- /kind-cluster.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marclamberti/webinar-airflow-chart/HEAD/kind-cluster.yaml -------------------------------------------------------------------------------- /pv.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marclamberti/webinar-airflow-chart/HEAD/pv.yaml -------------------------------------------------------------------------------- /pvc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marclamberti/webinar-airflow-chart/HEAD/pvc.yaml -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | airflow-provider-great-expectations==0.0.6 -------------------------------------------------------------------------------- /values.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marclamberti/webinar-airflow-chart/HEAD/values.yaml -------------------------------------------------------------------------------- /variables.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marclamberti/webinar-airflow-chart/HEAD/variables.yaml --------------------------------------------------------------------------------