HakaiInstitute / hakai-erddap

Hakai Datasets that are going into https://catalogue.hakai.org/erddap/
0 stars 0 forks source link

erddap cron job failing #206

Closed fostermh closed 1 week ago

fostermh commented 1 week ago

cronjob that updates the erddap datasets was failing

error: Your local changes to the following files would be overwritten by merge:
        views/HakaiSentinelTempRaw.sql
Please commit your changes or stash them before you merge.
Aborting
ERROR:  relation "sn_sa.sa_addenbroke_fish_raw" does not exist
LINE 21:             sn_sa.sa_addenbroke_fish_raw
                     ^
ERROR:  relation "sn_sa.sentinel_temp_cortes_bay_raw" does not exist
LINE 17:             sn_sa.sentinel_temp_cortes_bay_raw

turns out the hakai-erddap repo had unstaged changes to the readme that were preventing the repo from being pulled.

fostermh commented 1 week ago

stashed readme changes and updates are pulling as expected now. I will monitor the corn job emails to see if errors continue.