Closed wajda closed 2 months ago
A proper fix will be available in the upcoming version 2.2.0.
For earlier agent versions there is a workaround:
format("org.elasticsearch.spark.sql")
with format("es")
.option("es.resource","<index>")
use .save("<index>")
Hi team,
I am facing an issue in getting the lineage of loading data to
elasticsearch
from acsv
file.Spark Job
Error
Run command
Kindly let me know if there is support for elasticsearch. Thank you.
Best Regards, Mohini Tripathi
Originally posted by @mohini-tripathi in https://github.com/AbsaOSS/spline/discussions/1364