schrockn
04/12/2019, 9:10 PMschrockn
04/12/2019, 9:10 PMschrockn
04/12/2019, 9:10 PMschrockn
04/12/2019, 9:11 PMMichiel Ghyselinck
08/28/2019, 8:56 AMyou must ensure that dagster_examples.toys.sleepy is installed or available on sys.path
. How do I install dagster_examples.toys.sleepy
?Michiel Ghyselinck
08/28/2019, 9:07 AMMichiel Ghyselinck
08/28/2019, 9:37 AMnate
08/28/2019, 2:21 PMZachary Friedman
11/05/2019, 12:08 AMZachary Friedman
11/05/2019, 12:11 AMnate
11/05/2019, 12:17 AMdagster-airflow
integration wouldn’t work on CC.
For other GCP integrations, we’ve done some early work w/ BQ and Dataproc in a library here: https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-gcp - generally we’re trying to build an ecosystem of modular libraries that work on top of Dagster for things like this.
So, I think either dagster-airflow
or dagster-gcp
would be the right place to experiment with a DagsterGKEPodOperator
, but this isn’t something we’ve explicitly worked on yet!Amanda Crawford
12/02/2019, 3:00 PMAmanda Crawford
01/24/2020, 5:08 PMalex
01/24/2020, 5:29 PMAmanda Crawford
01/24/2020, 5:53 PMalex
01/24/2020, 5:57 PMAmanda Crawford
01/24/2020, 6:04 PMAmanda Crawford
01/24/2020, 6:05 PMalex
01/24/2020, 6:09 PMalex
01/24/2020, 6:16 PM$DAGSTER_HOME
set on the airflow machine?alex
01/24/2020, 6:17 PMAmanda Crawford
01/24/2020, 6:19 PMAmanda Crawford
01/24/2020, 6:21 PMalex
01/24/2020, 6:24 PMalex
01/24/2020, 6:28 PMalex
01/24/2020, 6:28 PMalex
01/24/2020, 6:29 PMget_or_create
in the stack trace - it seems that multiple operators are hitting that at roughly the same time and trying to write the run to the DB after first querying and not finding an entry for that IDalex
01/24/2020, 6:30 PMDagsterInstance
which uses for example postgres for runs/events - than you could see the dagster artifacts from the airflow runs via dagit