schema_subjects
Creates, updates, deletes, gets or lists a schema_subjects resource.
Overview
| Name | schema_subjects |
| Type | Resource |
| Id | confluent.schema_registry.schema_subjects |
Fields
| Name | Datatype | Description |
|---|---|---|
column_anon | string |
Methods
| Name | Accessible by | Required Params | Description |
|---|---|---|---|
get_subjects | SELECT | id | Retrieves 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 }}';