Details
Description
In environments with namespace-mapping enabled, we will have to grant write access to clients in order to make direct upserts into SYSTEM.TASK. Currently we add a task from the client-side here. In order to implement other Jiras like PHOENIX-6154 we also may need to interact with the SYSTEM.TASK table from the client-side.
Instead of doing direct upserts into this table, we should add an endpoint on SYSTEM.TASK and clients should interact with that.
Attachments
Attachments
Issue Links
- is depended upon by
-
PHOENIX-6154 Move the check for existence of child views and task addition to drop those child views to the client side when dropping a table/view
- Open
- links to