Hi everyone I'm running prefect 3.0.3 using the la...
# prefect-ui
a
Hi everyone I'm running prefect 3.0.3 using the latest python 3 12 official docker image and I have a question regarding how integrations like SqlAlchemy work in this case. I noticed the SqlAlchemy block still does not offer oracledb option although when running the same version of prefect locally it does show up. I think the latest docker image is still using an old version of prefect SqlAlchemy integration
n
hi @Aflous - whichever version of
prefect-sqlalchemy
that you're using when you register / save your block will be the one that is stored on the server
does that help?
a
Hum not really, for the moment, I'm registering the blocks manually from the UI so it would always be tied to the server that I'm deploying.
OK I found it now, all I need to do was prefect block register -m prefect_sqlalchemy