Skip to content

Support for Case-Sensitive Column Names in Data Pipelines #938

@coder-pandit

Description

@coder-pandit

Problem

Currently, Olake converts all column names to lowercase during data loads from source to destination (e.g., in Parquet files). This behavior can cause issues for systems where case sensitivity is enabled.

For example, in our setup using Amazon Redshift with case sensitivity enabled, this transformation leads to inconsistencies between the source and destination schemas.

Proposed Solution

Introduce an option in the Olake UI to preserve the original case of column names during data transfer.

To maintain backward compatibility, this option can be disabled by default and made configurable for users who require case-sensitive column handling.

Metadata

Metadata

Assignees

No one assigned
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions