We’ve added PARQUET_PARSE
, a function for parsing binary data in the Apache Parquet columnar storage format.
Parquet is commonly used to transport data between systems, for example in Amazon Security Lake.
PARQUET_PARSE
functionWe’ve added PARQUET_PARSE
, a function for parsing binary data in the Apache Parquet columnar storage format.
Parquet is commonly used to transport data between systems, for example in Amazon Security Lake.
We've added the ability to set a TTL (time-to-live) on HTTP credentials, up to a maximum of 2 minutes. This feature enables actions to store the token that is retrieved, thereby avoiding the need to make multiple requests.
HTTP credential TTL field
HEX_PARSE
and TO_HEX
functionsWe’ve added a pair of functions for working with hexadecimally encoded strings (also known as base16 encoding):