Skip to main content
Question

Data Table

  • July 22, 2026
  • 1 reply
  • 21 views

Lathar23
Forum|alt.badge.img

Hi,

I have created a data table by the following steps 

1.Create data table then i have entered the name 
2.Import file → CSV file was uploaded 
3.Configure Columns -→ primary key was set 

While i am referencing the column in Rule it is not working.
This was in the data table 

I have added the below line. It was not taking the column field .

 not ($e.target.resource.attribute.labels["res_metadata_namespace"] in %test1.namespace )

namespace
gke-managed-cim
gke-managed-networking-dra-driver
gke-managed-system
gke-managed-volumepopulator

1 reply

a_aleinikov
Forum|alt.badge.img+8
  • Bronze 2
  • July 25, 2026

It looks like the issue is with the expression syntax rather than the data table itself. Can you confirm that %test1.namespace is the correct way to reference the table in your rule? Also, does the column appear in the expression editor autocomplete? If possible, could you share the exact validation or compilation error? That will help determine whether this is a data table reference issue or a CEL syntax issue.