View Revisions: Issue #5804
Summary | 0005804: Deactivated table (dropped trigger) is allowed to be requested for a partial load | ||
---|---|---|---|
Revision | 2023-04-20 14:05 by pmarzullo | ||
Steps To Reproduce | 1. Drop the trigger for a table. 2. Make a load request for that table. No processing of the load will happen. |
||
Revision | 2023-05-17 12:54 by pmarzullo | ||
Steps To Reproduce | 1. Disable the trigger router for a table. 2. Make a load request for that table. No processing of the load will happen. |
||
Revision | 2023-04-20 14:05 by pmarzullo | ||
Additional Information | |||
Revision | 2023-05-17 13:11 by pmarzullo | ||
Additional Information | If a subset of tables are requested, and one or more of them are disabled at the trigger router, the load gets canceled because a request of a table was made that was disabled. If all of the tables are requested, and one or more of them are disabled at the trigger router, the load goes through but does not load the disabled tables. |