The OPTIONS statement provides for the specification of certain global behavior and tuning parameters. The applicable options depend on the nature of the source and target involved. Non-applicable options are silently ignored.
Syntax
OPTIONS [AVRO COMPATIBLE NAMES]
,[CONFLUENT REPOSITORY <registry_url>]
,[MAX IN FLIGHT <number>]
,[ISO8601 PRECISION <number>]
,[METADATA (<metadata_name> [AS <metadata_alias> ] [,<metadata_name> [AS <metadata_alias> ]] [, ...])]
,[STRIP TRAILING SPACES]
,[ROTATE DELAY <duration>]
,[ROTATE SIZE <size> [K|M|G]]
,[NAMESPACE '<namespace>']
Note: While not explicitly stated above, ALL JSON and AVRO payload data are automatically converted from the source code page to UTF-8, the JSON/AVRO standard.