Skip to main content

schema_subjects

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

Overview

Nameschema_subjects
TypeResource
Idconfluent.schema_registry.schema_subjects

Fields

NameDatatypeDescription
column_anonstring

Methods

NameAccessible byRequired ParamsDescription
get_subjectsSELECTidRetrieves all the subjects associated with a particular schema ID.

SELECT examples

Retrieves all the subjects associated with a particular schema ID.

SELECT
column_anon
FROM confluent.schema_registry.schema_subjects
WHERE id = '{{ id }}';