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

Infer schema options #243

Closed
wants to merge 2 commits into from
Closed

Infer schema options #243

wants to merge 2 commits into from

Conversation

camemre49
Copy link
Contributor

Added functionality to allow users to choose between "Overwrite" or "Append" when updating schemas with inferred properties.
Details:

  • Overwrite: If selected, all existing fields in the schema will be removed, and only the fields from the inferred schema will remain.

  • Append: If selected, the existing fields in the schema will be preserved. New fields from the inferred schema will be added. If a field in the inferred schema shares the same ID as an existing field, the existing field will be replaced by the inferred one.

@camemre49 camemre49 force-pushed the infer-schema-options branch 7 times, most recently from b1755a5 to 532ace0 Compare October 25, 2024 07:54
@camemre49 camemre49 closed this Nov 1, 2024
@camemre49 camemre49 deleted the infer-schema-options branch November 1, 2024 09:31
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

Successfully merging this pull request may close these issues.

1 participant