Skip to content

Fix assignment of template field in __init__ in weaviate#36908

Merged
potiuk merged 1 commit intoapache:mainfrom
romsharon98:fix/weaviate
Jan 20, 2024
Merged

Fix assignment of template field in __init__ in weaviate#36908
potiuk merged 1 commit intoapache:mainfrom
romsharon98:fix/weaviate

Conversation

@romsharon98
Copy link
Copy Markdown
Contributor

@romsharon98 romsharon98 commented Jan 19, 2024

related: #36484

fix:

WeaviateIngestOperator's constructor lacks direct assignments for instance members corresponding to the following template fields (i.e., self.field_name = field_name or 
super.__init__(field_name=field_name, ...) ):
['input_data']

change those because of typing error and this error:
image

cc: @shahar1


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

@potiuk potiuk merged commit 3784cdf into apache:main Jan 20, 2024
@romsharon98 romsharon98 deleted the fix/weaviate branch January 20, 2024 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants