From 8064eef5889edc9d67bd98d5eaf9ef64a46c7031 Mon Sep 17 00:00:00 2001 From: Jacob Date: Wed, 24 Sep 2025 05:11:49 -0300 Subject: [PATCH] Add table operations --- config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 829830bbd..1ce7d4ec5 100644 --- a/config.json +++ b/config.json @@ -200,7 +200,11 @@ "skipTests": [], "skipValidation": { "Filesystem": ["ResourceType"] - } + }, + "tableOperations": [ + "readTableDataset", + "getResultsSqlQuery" + ] } } }