Skip to main content

exporter_configs

Creates, updates, deletes, gets or lists a exporter_configs resource.

Overview

Nameexporter_configs
TypeResource
Idconfluent.schema_registry.exporter_configs

Fields

NameDatatypeDescription
basic.auth.credentials.sourcestringConfig SR Auth
basic.auth.user.infostringConfig SR User Info
schema.registry.urlstringConfig SR URL

Methods

NameAccessible byRequired ParamsDescription
get_exporter_config_by_nameSELECTnameRetrieves the config of the schema exporter.
update_exporter_config_by_nameEXECnameRetrieves the config of the schema exporter.

SELECT examples

Retrieves the config of the schema exporter.

SELECT
basic.auth.credentials.source,
basic.auth.user.info,
schema.registry.url
FROM confluent.schema_registry.exporter_configs
WHERE name = '{{ name }}';