dtcenter / METdataio

https://metdataio.readthedocs.io/en/latest/index.html
Apache License 2.0
5 stars 3 forks source link

Fix SQL syntax error #301

Closed georgemccabe closed 4 months ago

georgemccabe commented 4 months ago

METviewer Docker image fails to load in the METplus use case tests. Here is the error: https://github.com/dtcenter/METplus/actions/runs/8824407004/job/24226920317#step:7:1619

Pull Request Testing

I am not sure how to test this change. The failure is occurring when trying to create the METviewer database here: https://github.com/dtcenter/METplus/blob/develop/.github/jobs/get_metviewer.sh#L27 The METviewer image contains the develop branch of METdataio.

Check that this change fixes the syntax error and allows a MySQL database to be created successfully.

Please test!

Pull Request Checklist

See the METplus Workflow for details.