Update live.yaml.sql macro: Replace empty dict with NULL in API calls

This commit is contained in:
Jensen Yap 2025-02-25 11:09:39 +09:00
parent 006980d40f
commit b621a20475

View File

@ -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 %}
{% endmacro %}