2021-04-28T06:15 PM
Hi Pete,
syntool-metadata should be able to handle any metadata.json file produced by syntool-ingestor, so I share your suspicion about the SQLAlchemy version.
Could you please tell us which version of SQLAlchemy is installed in your environment? You can get this information using the following command:
If possible, could you also include the metadata.json file in the attachments so we can check its content and try to reproduce the problem?
Cheers,
Sylvain
syntool-metadata should be able to handle any metadata.json file produced by syntool-ingestor, so I share your suspicion about the SQLAlchemy version.
Could you please tell us which version of SQLAlchemy is installed in your environment? You can get this information using the following command:
Code:
pip show SQLAlchemy
If possible, could you also include the metadata.json file in the attachments so we can check its content and try to reproduce the problem?
Cheers,
Sylvain