Airflow x Bitbucket (using Kubernetes Executor) Airflow x Bitbucket (using Kubernetes Executor) kubernetes kubernetes

Airflow x Bitbucket (using Kubernetes Executor)


I was able to get this working by configuring the following properties:

dags_in_image = Falsedags_volume_subpath = dagsgit_repo = https://github.com/<user-name>/<repo-name>.gitgit_branch = mastergit_subpath = dagsgit_user = <git-username>git_password = <git-password>git_sync_root = /gitgit_sync_dest = repogit_dags_folder_mount_point = <path-to-dag-directory-locally>

My repo has one folder in it (dags) and the dags are stored in it.