Skip to content

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

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions