piperider icon indicating copy to clipboard operation
piperider copied to clipboard

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

Open Vfisa opened this issue 2 years ago • 0 comments

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!

Vfisa avatar May 12 '23 16:05 Vfisa