https://dagster.io/ logo
#random
Title
# random
j

Jared Kofron

09/30/2021, 9:48 PM
👋 I'm looking into the possibility of using dagster on top of airflow, but it's kind of unclear to me how to achieve good dependency isolation. I see that the
dagster_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!
I may have answered my own question here - it looks like
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.