daniel
10/29/2020, 3:27 AMNoah K
10/29/2020, 3:28 AMNoah K
10/29/2020, 3:29 AMKrittipong Kanchanapiboon
10/29/2020, 4:34 PMBen Lindsay
10/29/2020, 5:30 PMexecute_pipeline()
, but I don't want to have Streamlit spinning for hours while it waits for completion. Do I have to go straight to Dask or Celery to be able to do this or can I accomplish something like this as a test case with just 1 processor/thread?Noah K
10/29/2020, 5:33 PMNoah K
10/29/2020, 5:33 PMNoah K
10/29/2020, 5:34 PMBen Lindsay
10/29/2020, 5:37 PMNoah K
10/29/2020, 5:38 PMNoah K
10/29/2020, 5:39 PMuser
10/29/2020, 10:23 PMjohann
10/29/2020, 10:25 PMNoah K
10/30/2020, 12:48 AMdagster api grpc
load a workspace.yaml or just one file/module at a time?Noah K
10/30/2020, 12:48 AMNoah K
10/30/2020, 4:11 AMconfigured()
on an executor? I should probably just try it and find out 🙂Noah K
10/30/2020, 6:03 AMNoah K
10/30/2020, 6:03 AMNoah K
10/30/2020, 6:09 AMNoah K
10/30/2020, 7:26 AMNoah K
10/30/2020, 7:28 AMNoah K
10/30/2020, 7:39 AMNoah K
10/30/2020, 7:44 AMNoah K
10/30/2020, 7:46 AMmatas
10/30/2020, 9:13 AMNoah K
10/30/2020, 9:16 AMdeadvoid
10/30/2020, 11:26 PM./app:/opt/dagster/app
which contains the pipeline hello_cereal.py
& workspace.yaml
. I made a syntax mistake in PurePath.join()
instead of PurePath.joinpath()
inside hello_cereal
, but when I fixed it, dagit UI doesn't seem to hot reload the newest script even after page reload.Do I have to create a new pipeline?Iman Encarnacion
10/31/2020, 9:03 AMmail
)
• Jobs don’t show up in SQLite
Dagster version:
• 0.9.16
Does anyone else have ideas on how we can debug this problem? Thanks a lot!deadvoid
10/31/2020, 11:12 AMdagster.yaml
, but even though I declared
environment:
- POSTGRES_DB=dagster
- POSTGRES_USER=dagster
- POSTGRES_PASSWORD=dagster
I don't see any table named dagster
inside postgres or in the schema. What is the function of POSTGRES_DB
if not for pointing which table to use by dagster_postgres.run_storage
, etc?Noah K
10/31/2020, 11:16 AM