Function
Arg | Description | Type |
---|---|---|
client_id | string (required) | |
metadata | A dict containing metadata. If not specified we use kwargs. | ordereddict.Dict |
Sets client metadata.
Client metadata is a set of free form key/value data (see client_metadata() function).
Example:
SELECT client_set_metadata(ClientId="C.1234", Foo="Bar")
FROM scope()