linktimecloud / kubernetes-data-platform

KDP(Kubernetes Data Platform) delivers a modern, hybrid and cloud-native data platform based on Kubernetes.
https://linktimecloud.github.io/kubernetes-data-platform/
Apache License 2.0
148 stars 38 forks source link

Feat(airflow): use kubernetes_executor as airflow default executor, use git sync dags and add tutorials #109

Closed xingcan-ltc closed 4 months ago

xingcan-ltc commented 4 months ago

Description of your changes

  1. use kubernetes_executor as airflow default executor
  2. use git sync dags (https://github.com/linktimecloud/example-datasets/tree/airflow/dags)
  3. add Batch Job Scheduling for Hive SQL with Apache Airflow tutorial
  4. update app readme

Fixes #TODO

How has this code been tested