Has anyone seen the `job` table just... disappear ...
# troubleshooting
a
Has anyone seen the
job
table just... disappear from the database? I tried to run an
elt
process, but it breaks because the job table is no longer there
a
I've not seen this. No. Any chance though that you upgraded or downgraded the backend? It's possible alembic renamed the table. (It was a while ago we did a backend update and I'd have to double check what we renamed the last table to/from.) If so, an issue would be much appreciated. Cc @edgar_ramirez_mondragon
a
There is a runs table. That looks new. Must be a versioning issue
Thanks for the tip. I'll dig in and report back here
a
Yeah, if memory serves a past version of Meltano renamed jobs to runs.
a
e
My guess is the backend db was updated to a later Meltano version than the one you’re trying to run
elt
with
a
That makes sense. Do you know how I can tell which version included issue 2035? nm found it
The version deployed is earlier than what was previously deployed. That explains it. Thanks @aaronsteers and @edgar_ramirez_mondragon