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

Better column name handling for files

Compare
Choose a tag to compare
@hholgersen hholgersen released this 07 Nov 15:11
· 34 commits to main since this release
d790cd3

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.