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
Describe the bug
Interlis Import only works when the user owns all triggers, otherwise drop_symbology_functions runs into an error
To Reproduce
Exact steps to reproduce the behavior:
Alter Ownership of one trigger to another user (i.e. on_reach_point_update)
Try Import
See error
Expected behavior
Import working
Screenshots / data
sqlalchemy.exc.ProgrammingError: (psycopg2.errors.InsufficientPrivilege) must be owner of relation reach_point CONTEXT: SQL statement "DROP TRIGGER IF EXISTS on_reach_point_update ON tww_od.reach_point" PL/pgSQL function tww_sys.drop_symbology_triggers() line 3 at SQL statement [SQL: SELECT tww_sys.drop_symbology_triggers();] (Background on this error at: https://sqlalche.me/e/14/f405)
Desktop (please complete the following information):
Describe the bug
Interlis Import only works when the user owns all triggers, otherwise drop_symbology_functions runs into an error
To Reproduce
Exact steps to reproduce the behavior:
Expected behavior
Import working
Screenshots / data
sqlalchemy.exc.ProgrammingError: (psycopg2.errors.InsufficientPrivilege) must be owner of relation reach_point CONTEXT: SQL statement "DROP TRIGGER IF EXISTS on_reach_point_update ON tww_od.reach_point" PL/pgSQL function tww_sys.drop_symbology_triggers() line 3 at SQL statement [SQL: SELECT tww_sys.drop_symbology_triggers();] (Background on this error at: https://sqlalche.me/e/14/f405)
Desktop (please complete the following information):
I deleted the statement timeout option temporarily (see #76)
Additional context
The text was updated successfully, but these errors were encountered: