Skip to content

Ability to export into Parquet subset of data instead of entire dataset/part #1849

@dima-altinity

Description

@dima-altinity

Is your feature request related to a problem? Please describe.
Right now EXPORT PART/PARTITION exports all rows from part/partition.
Sometimes its required to export specific rows only from part/partition which match to some criteria.
For example: export all rows where "is_deleted<>True"

Describe the solution you'd like
Add ability to add WHERE condition to ALTER TABLE EXPORT PART statement.
Something like
ALTER TABLE<> EXPORT PART WHERE customer_id>0 AND is_deleted<>True;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions