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
Context: I used to deploy new schemas with a python script on codespace since I couldn't connect to the DB within the vpn.
Issue related: #13
I'm unsure of the value of scripting creation with Python here instead of having a .sql file and using psql to do the loading? Especially as I don't really see any error handling.
Context: I used to deploy new schemas with a python script on codespace since I couldn't connect to the DB within the vpn.
Issue related: #13
I'm unsure of the value of scripting creation with Python here instead of having a .sql file and using psql to do the loading? Especially as I don't really see any error handling.
I wrote some loading scripts for that purpose:
https://github.com/ai-cfia/ailab-db/blob/e2fefdf3b4142d46f2aa6dfe2adaf2ef807facfc/sql/schema2.sql.public_new.sql#L2
Originally posted by @rngadam in #15 (comment)
TODO:
The text was updated successfully, but these errors were encountered: