Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/schema infers on every request if INFER mode is set #44

Open
sordina opened this issue Oct 11, 2023 · 0 comments
Open

/schema infers on every request if INFER mode is set #44

sordina opened this issue Oct 11, 2023 · 0 comments
Assignees

Comments

@sordina
Copy link
Contributor

sordina commented Oct 11, 2023

Due to the spec/sdk now providing the connector state to the schema endpoint, it is recomputed (or read for READ mode) on every request to /schema.

This is obviously not ideal.

Ideally the pre-computed schema that is put into the connector state could be used, but since the SDK doesn't support this data flow, we should probably configurably cache the schema.

@sordina sordina changed the title /schema infers on every request if INFER mode is set. This should be pre-computed or cached. /schema infers on every request if INFER mode is set Oct 11, 2023
@sordina sordina self-assigned this Oct 11, 2023
@sordina sordina added this to the October Alpha Release milestone Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant