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).
For existing keys, the value is overwritten. Setting a metadata
key with a NULL
value deletes that entry.
SELECT client_set_metadata(ClientId="C.1234", Foo="Bar")
FROM scope()