We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the class has to be precreated in Weaviate for the Spark Connector to work. However, it might be possible to rely on auto schema creation instead, but this would require some changes to how inferSchema works in the Spark Connector: https://weaviate.io/developers/weaviate/current/schema/schema-configuration.html#auto-schema
The text was updated successfully, but these errors were encountered:
This would be a great addition still in 2024, could someone look at this again?
Sorry, something went wrong.
auto schema might not be a good idea. what if the doc to be ingested has an unexpected field?
maybe make it make it toggle-able? like, use it only for dev, and when go to prod, turn it off?
No branches or pull requests
Currently the class has to be precreated in Weaviate for the Spark Connector to work. However, it might be possible to rely on auto schema creation instead, but this would require some changes to how inferSchema works in the Spark Connector: https://weaviate.io/developers/weaviate/current/schema/schema-configuration.html#auto-schema
The text was updated successfully, but these errors were encountered: