From bf92adaaa56e99d4a9a591789bf3763d1f321545 Mon Sep 17 00:00:00 2001 From: mucio Date: Thu, 23 May 2024 10:27:18 +0200 Subject: [PATCH] Added values to the data pattern of the rest_api helper (#1399) --- dlt/sources/helpers/rest_client/detector.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dlt/sources/helpers/rest_client/detector.py b/dlt/sources/helpers/rest_client/detector.py index 857f6bbb4e..d004ca173c 100644 --- a/dlt/sources/helpers/rest_client/detector.py +++ b/dlt/sources/helpers/rest_client/detector.py @@ -25,6 +25,7 @@ "payload", "content", "objects", + "values", ] )