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
Publishing a frictionless package to a postgres database raises currently raises an error if the database already contains an earlier version of the package as tables overlap. It would be convenient if the database schema and tables would be updated based on the current package data instead of raising an error. This should probably not be the default behaviour, but could be an optional feature.