You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
For systems using lowercase on Snowflake it would be good to support "". For instance:
I have tried to use:
in the CLI with no success. Thanks!
The text was updated successfully, but these errors were encountered: