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

Add option to disable schema enforcement for pandas_to_eland. #423

Merged
merged 6 commits into from
Jan 14, 2022

Conversation

Ashton-Sidhu
Copy link
Contributor

Resolves #412

Takes the suggestion by @stevedodson in #412 and adds a function argument to pandas_to_eland to append data where the schema in the Dataframe differs from the Elasticsearch index schema.

Added tests & documentation as well.

eland/etl.py Outdated Show resolved Hide resolved
@stevedodson
Copy link
Contributor

jenkins test this please

Copy link
Contributor

@sethmlarson sethmlarson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@sethmlarson sethmlarson merged commit e3bff8a into elastic:main Jan 14, 2022
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.

Optionally disable verify_mapping_compatibility in pandas_to_eland append
3 participants