Curious what others are doing for db schema migrat...
# ask-metaflow
a
Curious what others are doing for db schema migration best practices? Would it be acceptable to have a cron job to check the metadata service api
/db_schema_status
endpoint and see if
is_up_to_date
is set to
False
. If it, then send an API request to the
/upgrade
endpoint?
1