Hi All, I have deployed dagit on open shift. but i...
# ask-community
g
Hi All, I have deployed dagit on open shift. but its erroring out with "*CrashLoopBackOff*" as Pod status. In the logs I see "Welcome to dagster! you must pass the application as import string to enable 'reload' or 'workers' " I have main.py in which
from dagit import cli as dagit_cli
dagit_cli.main()
To start the dagit on open shift
j
Is it possible to call the dagit cli directly rather than invoking it as a library?