Leo Qin
05/15/2023, 6:37 PMFileNotFoundError: [Errno 2] No such file or directory: 'dagster/assets_dbt_python/repository.py'
- we observed this error first in several jobs starting between 11:02 and 11:25am pacific time. We then attempted a re-deploy and now this is happening for the entire deployment. The deployment didn't change (we last deployed this morning around 9:30am pacific time)daniel
05/15/2023, 6:46 PMdagster/image:<http://657821118200.dkr.ecr.us-west-2.amazonaws.com/serverless-agent-<REDACTED>:None|657821118200.dkr.ecr.us-west-2.amazonaws.com/serverless-agent-<REDACTED>:None>
the tag being None is definitely unexpected, it should be something that uniquely identifies a particular commitLeo Qin
05/15/2023, 6:47 PMdagster-cloud serverless deploy
to build the imagedaniel
05/15/2023, 6:49 PMdagster-cloud
package you have installed in the environment where its happening?Leo Qin
05/15/2023, 6:49 PM"dagster-cloud==1.3.3",
dagster-cloud serverless deploy \
--location-name dagster \
--working-directory dagster/ \
--agent-timeout 600 \
--python-file dagster/assets_dbt_python/repository.py \
--deployment $BRANCH_DEPLOYMENT_NAME \
--base-image $DOCKER_IMAGE:$GIT_SHA \
daniel
05/15/2023, 6:50 PMLeo Qin
05/15/2023, 6:51 PMdaniel
05/15/2023, 6:51 PMLeo Qin
05/15/2023, 6:55 PMdaniel
05/15/2023, 6:56 PMLeo Qin
05/15/2023, 6:58 PMprod-dagster-<tag>
1.2.2
daniel
05/15/2023, 7:00 PM--image $BRANCH_DEPLOYMENT_NAME:dagster:$GIT_SHA
(don't forget the \
after the --base-image
line)Leo Qin
05/15/2023, 7:01 PM--image
argument is distinct from and compatible with the --base-image
argument, right?daniel
05/15/2023, 7:58 PM