Jared Kofron
09/30/2021, 9:48 PMdagster_airflow
module allows for using the Docker operator, and that's great, but I'd like to actually use the KubernetesOperator
in my situation and it's unclear how to do this. make_airflow_dag_for_operator
looks promising, but how do I build the ReconstructableRepository
that it wants? If anybody has experience in this or a good example to follow, I'd be thankful!ReconstructableRepository
won't actually load the module on init, so it may be fine! Nonetheless, if anybody has experience here, I'd love to hear it.