has anyone seen this specific warning msg before? ...
# troubleshooting
d
has anyone seen this specific warning msg before?
Copy code
meltano                | Extract & load complete!
meltano                | Transformation skipped.
meltano                | /Users/dwall/repos/meltano/dutchie-meltano/.venv/lib/python3.8/site-packages/meltano/core/job/finder.py:63: SAWarning: TypeDecorator IntFlag() will not produce a cache key because the ``cache_ok`` flag is not set to True.  Set this flag to True if this type object's state is safe to use in a cache key, or False to disable this warning.
meltano                |   self.with_payload(session, **kwargs)
meltano                | /Users/dwall/repos/meltano/dutchie-meltano/.venv/lib/python3.8/site-packages/meltano/core/plugin/singer/tap.py:198: SAWarning: TypeDecorator IntFlag() will not produce a cache key because the ``cache_ok`` flag is not set to True.  Set this flag to True if this type object's state is safe to use in a cache key, or False to disable this warning.
meltano                |   for state_job in incomplete_state_jobs:
d
Fortunately, that's a warning you can ignore, not an actual error: https://meltano.slack.com/archives/C017G5N36GH/p1623359530018400 Or are you seeing the pipeline fail because of it?
d
interesting. does is indicate something misconfigured with the extractor? or is it just a bug?
d
It's just a bug, I think some Meltano dependency deprecated something and now we're getting that warning
Not extractor specific, I think
d
ah okay good to know
e
I think it's SQLAlchemy, right? Released 3 hours ago: https://pypi.org/project/SQLAlchemy/