Skip to content

Fix assignment of template field in __init__ in weaviate - #36908

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

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

Conversation

@romsharon98

@romsharon98romsharon98 commented Jan 19, 2024

Copy link
Copy Markdown
Contributor

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:mainJan 20, 2024
@romsharon98
romsharon98 deleted the fix/weaviate branch January 20, 2024 12:21
Sign up for freeto 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

@romsharon98@potiuk