Skip to content

Commit

Permalink
Rename *Reader to *Client
Browse files Browse the repository at this point in the history
  • Loading branch information
criccomini committed Sep 11, 2023
1 parent 0368113 commit 6459195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/integrations/bigquery.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Recap's BigQuery paths are formatted as:
[system]/[project]/[dataset]/[table]
```

The `BigQueryReader` class is used to read BigQuery table schemas as Recap schemas.
The `BigQueryClient` class is used to read BigQuery table schemas as Recap schemas.

## Type Conversion

Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/confluent-schema-registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ Please see the individual documentation for these classes for information on how

## Limitations and Constraints

1. ConfluentRegistryReader does not support [schema references](https://docs.confluent.io/platform/current/schema-registry/fundamentals/serdes-develop/index.html#schema-references).
1. ConfluentRegistryClient does not support [schema references](https://docs.confluent.io/platform/current/schema-registry/fundamentals/serdes-develop/index.html#schema-references).

The conversion functions raise a `ValueError` exception if the conversion is not possible.

0 comments on commit 6459195

Please sign in to comment.