Dagster Docker Key Error #31235
Unanswered
fredonia88
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to build dbt seeds and models with Dagster, which I'm running in Docker on version 1.10.21. I have deployed the project to an EC2 and am using two separate RDS Postgres instances for Dagster and dbt. When I try to materialize an asset that builds a seed or model (any asset in the pipeline), I get the same below key error:
If I start a bash session in the grpc container and inspect the manifest.json, I can see the key 'model.dbt_*****.stg_mvp__monthly_quota_sample' in nodes. I can also run dbt build successfully from this container. When I run the project locally against a Postgres database running as a container, everything works just fine.
Any ideas what might be causing this? Or how else I can debug this? I've tried downgrading to Dagster 1.9 and get the same error. I'm at a loss. Please help!
Beta Was this translation helpful? Give feedback.
All reactions