Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Releases: storebrand/tap-sharepointsites

Unstructured files

04 Dec 11:41
51255d7
Compare
Choose a tag to compare

New release adds the "text_files" stream type, that uses textract to read contents of almost any type of file. Intended for RAG type ingest pipelines, typically together with the meltano mapper map-gpt-embeddings.

Better column name handling for files

07 Nov 15:11
d790cd3
Compare
Choose a tag to compare

This release changes how columns (properties) are named when syncing files, and introduces a clean_colnames config.

Breaking change

There was a bug in the previous automatic column renaming logic, that inadvertently removed underscores. This release introduces a clean_colnames config for files that defaults to false and will not alter the column name, but when set to true it will convert column names to snake_case (a best effort, at least). The metadata column "LastModifiedDate" will not be converted to snake_case.

Sharepoint files

17 Oct 13:36
c0fa9be
Compare
Choose a tag to compare

This release adds new functionality to read CSV and Excel files from sharepoint sides.

Initial

17 Oct 13:23
f651a47
Compare
Choose a tag to compare

Just a fork in the road before we add new capabilities (and possibly introduce errors) in the tap.