cloudspannerecosystem / wrench

wrench - Schema management tool for Cloud Spanner -
MIT License
238 stars 47 forks source link

EnsureMigrationTable ignores an error #114

Open shuheiktgw opened 3 months ago

shuheiktgw commented 3 months ago

Expected Behavior

Check the error more rigorously.

Current Behavior

Wrench currently simply ignores an error in EnsureMigrationTable, but in some cases (for example, a Job does not have permission to access the table), it should return the error instead of ignoring it.