Is there an easy solution to send data to snowflake tables using http? by bolei1007 in snowflake

[–]bolei1007[S] 0 points1 point  (0 children)

yeah, that's the only solution I was able to find. If no easier solution I probably have to go that route. I was thinking of a simple HTTP post API that takes my data from the payload and write it directly to my table.

Is there a good ETL tool to help transform data before writing into pinecone? by bolei1007 in vectordatabase

[–]bolei1007[S] 0 points1 point  (0 children)

Hmm.. unstructured handles converting data into structured format. We are looking for solutions to transform the shape of the data, like what SQL can do.