From b621a2047555b05488e8af86a9480c21d7389a8f Mon Sep 17 00:00:00 2001 From: Jensen Yap Date: Tue, 25 Feb 2025 11:09:39 +0900 Subject: [PATCH] Update live.yaml.sql macro: Replace empty dict with NULL in API calls --- macros/core/live.yaml.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/macros/core/live.yaml.sql b/macros/core/live.yaml.sql index cb667e7..615faf4 100644 --- a/macros/core/live.yaml.sql +++ b/macros/core/live.yaml.sql @@ -86,7 +86,7 @@ 'GET', url, {}, - {}, + NULL, _utils.UDF_WHOAMI(), '' ) @@ -103,7 +103,7 @@ 'GET', url, {}, - {}, + NULL, _utils.UDF_WHOAMI(), secret_name ) @@ -131,4 +131,4 @@ VOLATILE COMMENT = $$Returns a list of allowed domains.$$ sql: allowed -{% endmacro %} \ No newline at end of file +{% endmacro %}