one last question for today, I promise. - Now Dagit is running perfectly with your helm chart. but when I try to run a pipeline by hand in Dagit's Playground I got an error complaining about PGSQL. should I drop the database and recrate or DB housekeeping is always done by Dagit service? I mean, if something is wrong in the database. I put some stuff into the thread
I got this error, when I try to start the pipeline from Dagit's playground
This looks less like a schema issue and more of a connection issue. In your deployed dagit, does it have access to the PG credentials it needs to connect? This would need to be configured in your
dagster.yaml
i
Istvan Darvas
11/25/2020, 7:37 PM
I would say yes, but i have to test this if i want to say with 100% , so I need to install some client into that container i will report back this to you here, if I checked out....thanks for the advice @prha
@prha you are right, thanks, I have to revisit the helm chart, because the credentials are missing from the dagster's config 😉 OMG... tomorrow I am going to fix this, my custom pg_resource got the credential only 😉 thanks again
p
prha
11/25/2020, 8:01 PM
oh good! glad you were able to track that down!
i
Istvan Darvas
11/26/2020, 10:21 AM
@prha pg password was a very good advice, because it was missing, but now it is configured, and I also test the connection, still no luck
here is the connection test from dagit, the 1st line needs because psql has this stupid pwPassByEnv feature. So I used the preconfigured env variables for dagit - and it works 😉 ... for me it seems it is working...any guess? 😉 what is happening? what should i check?