Closed mpgreg closed 11 months ago
https://github.com/astronomer/ask-astro/blob/c45487c7f12a9424dbe885580c687e35e30b7de4/airflow/include/tasks/ingest.py#L38
When adding upsert logic to the weaviate provider an incorrect upsert parameter was created instead of using existing. Need to clean this up and only use existing='skip'|'replace'|'upsert'
upsert
existing
existing='skip'|'replace'|'upsert'
It seems this no longer exists in the codebase. Close this one.
https://github.com/astronomer/ask-astro/blob/c45487c7f12a9424dbe885580c687e35e30b7de4/airflow/include/tasks/ingest.py#L38
When adding upsert logic to the weaviate provider an incorrect
upsert
parameter was created instead of usingexisting
. Need to clean this up and only useexisting='skip'|'replace'|'upsert'