You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its a problem with transmogrify.sqlalchemy. It's making the assumption that the context is a plone folder so can support annotations. I'd fill a bug against transmogrify.sqlalchemy.
ielectric@kaki:~/code/kiberpipa-old-migration$ $ bin/mr.migrator --zcml=collective.transmogrifier,transmogrify.sqlalchemy
Traceback (most recent call last):
File "bin/mr.migrator", line 111, in
mr.migrator.runner.runner({},"pipeline.cfg")
File "/home/ielectric/code/kiberpipa-old-migration/src/mr.migrator/mr/migrator/runner/init.py", line 162, in runner
transmogrifier(pipelineid, **overrides)
File "/home/ielectric/.buildout/eggs/collective.transmogrifier-1.3-py2.7.egg/collective/transmogrifier/transmogrifier.py", line 59, in call
pipeline = constructPipeline(self, sections)
File "/home/ielectric/.buildout/eggs/collective.transmogrifier-1.3-py2.7.egg/collective/transmogrifier/utils.py", line 52, in constructPipeline
pipeline)
File "/home/ielectric/code/kiberpipa-old-migration/src/transmogrify.sqlalchemy/transmogrify/sqlalchemy/init.py", line 25, in init
conns = IAnnotations(transmogrifier).setdefault(SQLSOURCE_KEY, {})
TypeError: ('Could not adapt', {'print': {'blueprint': 'transmogrify.print'}, 'sqlite': {'blueprint': 'transmogrify.sqlalchemy', 'dsn': 'postgres://webpage:YmFiZTAw@localhost/webpage', 'query1': 'SELECT * FROM nuke_postcalendar_events'}, 'discard_old': {'blueprint': 'collective.transmogrifier.sections.condition', 'condition': 'python:'}, 'transmogrifier': {'pipeline': '\nsqlite\nprint'}}, )
The text was updated successfully, but these errors were encountered: