Update queries to include partition_id filter for ci_pipeline_variables
Now that the table is partitioned, we should be using the partition id in any queries that access the table.
-
Find queries related to ci_pipeline_variables -
Determine any that do not include the partition_id in the filter -
Update code appropriately so that partition_id is included in the filter
Edited by Caroline Simpson