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
client would like an option to retain comments when executed using snow sql
Context
I am trying to execute below
snow sql -q 'CREATE or replace VIEW demo_db.sch1.employee_hierarchy_1 AS
-- ... and work our way down one level at a time.
SELECT employees.title,
employees.employee_ID,
employees.manager_ID --test comment
FROM demo_db.sch1.employees
;' I don't see the test comment in query history or DDL definition
client would like an option to retain comments,
The text was updated successfully, but these errors were encountered:
Description
client would like an option to retain comments when executed using snow sql
Context
I am trying to execute below
snow sql -q 'CREATE or replace VIEW demo_db.sch1.employee_hierarchy_1 AS
-- ... and work our way down one level at a time.
SELECT employees.title,
employees.employee_ID,
employees.manager_ID --test comment
FROM demo_db.sch1.employees
;' I don't see the test comment in query history or DDL definition
client would like an option to retain comments,
The text was updated successfully, but these errors were encountered: