sql-review-action
sql-review-action copied to clipboard
Error 500: Failed to run sql check
Hello bytebase,
As of the time of this writing, attempting to use this action yields the following error:
Start check statement in file [...]
:error::Failed to check SQL with response code 500 and body {"message":"Failed to run sql check"}
Error: Process completed with exit code 1.
After further investigations, it appears that the main.sh script attempts (and failed) to access the following API URL:
https://sql.bytebase.com/v1/advise
Any advice is appreciated, thanks.
Access to https://sql.bytebase.com/v1/advise just sends "Not found", maybe the creators of the plugin can give some guidance?