https://dagster.io/ logo
Title
c

Charles

01/27/2023, 11:21 PM
I'm trying to link github repo with serverless and the workflow is failing - it looks like it's looking an incorrect path... Also trying using
dagster-cloud serverless deploy-python-executable
and getting similar error
s

Shalabh Chaturvedi

01/27/2023, 11:36 PM
Hi Charles, it appears we do not handle lines starting with
#
in requirements.txt. Can you please remove that line and retry?
This looks like a bug in our handling of requirements.txt and we will work on a fix.
c

Charles

01/27/2023, 11:51 PM
I deleted all the
.github/workflows
to see if that'd work - how can I get Dagster to re-create them? Clicking "Try Again" does not work.
I also need all Action secrets to be added to the project.
Something seems pretty buggy with this setup, clicking
failing to start
takes me to a completely different repo than the one linked and
Try again
throws this error which isn't too helpful. Can you please advise?
s

Shalabh Chaturvedi

01/28/2023, 12:34 AM
Sorry about the trouble. Instead of re-activating the setup via the UI, can you please try the following: Restore the
.github/workflow
files from your github history. Add one secret called
DAGSTER_CLOUD_API_TOKEN
. The value should be a token copied from the 'Tokens' tab in dagster.cloud. The Tokens tab can be found by clicking your profile icon in the top right -> Cloud Settings -> Tokens. There should be one token already available in agent tokens. Let me know if this helps.
c

Charles

01/28/2023, 12:56 PM
Thanks @Shalabh Chaturvedi - we're back up live. If I can take the opportunity to feedback; I love Dasgter but IMO the biggest downside is how hard DevOps can be.
s

Shalabh Chaturvedi

01/28/2023, 6:21 PM
Appreciate the feedback and I will share with the team! We are actively working on improving the dev experience.