cjlynch278 / SN_Creation

QueryAndPushToCollibra
0 stars 0 forks source link

PyInstaller Action Not Working #14

Open cjlynch278 opened 1 year ago

cjlynch278 commented 1 year ago

I am receiving an error about multiple schema values given for a sqlalchemy method. This seems be happening after the sqlAlchemy update to 2.0.0. The error is avoided when using the manual pyinstaller command, but when using the pyinstaller action, it happens. I suspect this is due to the action not using the most recent versionings.

cjlynch278 commented 1 year ago

a dist directory can be build using "python -m PyInstaller src/main.py"

Also note that you will need to manually updated the sql files.