You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure that both onCreate and onUpdate are implemented (ref in order to ensure that we can update the bootstrapper (and apply an updated bootstrapping logic to the database)
Implement that actual bootstrapping itself through pypgstac's migrate functionality. (The bootstrapper currently executes the same SQL file as pypgstac's migrate function, however using the migrate function ensures that if pgstac is updated, the most recent migrations will be applied (as opposed to the version 0.3.4 , which is hardcoded in custom_resource/handler.py
onCreateandonUpdateare implemented (ref in order to ensure that we can update the bootstrapper (and apply an updated bootstrapping logic to the database)pypgstac's migrate functionality. (The bootstrapper currently executes the same SQL file aspypgstac's migrate function, however using themigratefunction ensures that ifpgstacis updated, the most recent migrations will be applied (as opposed to the version0.3.4, which is hardcoded incustom_resource/handler.py