Skip to content

Support quotes in <schema>.<table> definition (CLI) #691

@Vfisa

Description

@Vfisa

For systems using lowercase on Snowflake it would be good to support "". For instance:

piperider run --table "in.c-data-diff-prep"."orders"

I have tried to use:

piperider run --table in.c-data-diff-prep.orders
piperider run --table "in.c-data-diff-prep"."orders"
piperider run --table "in.c-data-diff-prep"."orders"'
piperider run --table 'in.c-data-diff-prep.orders'

in the CLI with no success. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No 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