Hello, new here. I’m just trying to setup dagster ...
# ask-community
t
Hello, new here. I’m just trying to setup dagster cloud serverless, using the UI setup for my standard dbt project, with the provided PR and github actions. I’m getting an error on the github action build. The first try while the code was still on the branch
Copy code
Error loading dagster: {'__typename': 'PythonError', 'message': 'code server subprocess unexpectedly exited with 1:', 'stack': []}
149
Error: Failed to deploy Python Executable. Try disabling fast deploys by setting `ENABLE_FAST_DEPLOYS: 'false'` in your .github/workflows/*yml.
150
Error: Process completed with exit code 1.
second try with the code on main
Copy code
Still waiting for agent to sync changes to dagster. This can take a few minutes.
127
Error: Some locations failed to load after being synced by the agent:
128
Error loading dagster: {'__typename': 'PythonError', 'message': 'code server subprocess unexpectedly exited with 1:', 'stack': []}
129
Error: Failed to deploy Python Executable. Try disabling fast deploys by setting `ENABLE_FAST_DEPLOYS: 'false'` in your .github/workflows/*yml.
130
Error: Process completed with exit code 1.