Hi everyone, I'm trying to run an uncontainerized ...
# integration-airflow
m
Hi everyone, I'm trying to run an uncontainerized pipeline in airflow using the docs: https://dagster.readthedocs.io/en/0.5.7/sections/deploying/airflow.html. In the example DAG file there is the note:
you must ensure that dagster_examples.toys.sleepy is installed or available on sys.path
. How do I install
dagster_examples.toys.sleepy
?