Hi guys i have k8s setup and for some reason my da...
# ask-community
p
Hi guys i have k8s setup and for some reason my dagster-run job is trying to write data to sqlite even though we’re using postgres and it is set up in config and working but i’m receiving lot’s of database lock errors from sqlite
dagster bot responded by community 1
🤖 1
l
How are you setting the IOManager?
p
i’m not setting it at all should i ?
l
Yes, you need to set the io_manager somewhere
p
could you please point me to docs
if you’re talking about this im not sure how can i use that since i don’t have any input or output in my ops well i have, but it’s a 100 elements array
l
Assumed you were using an
@asset
, How are you currently writing to postgres?
p
sorry my bad bad explanation i’ve ment we’re using posgtres as a dagster storage so all goes there but for some reason
dagster-run
job in k8s crashes with sqlite errors
sorry it’s not related to dagster problem is with meltano they both have sqlite and
runs
tables with similar structure so if anyone will have similar issue check meltano