Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNOW-1749628: retain comments #1740

Open
sfc-gh-kjilla opened this issue Oct 18, 2024 · 0 comments
Open

SNOW-1749628: retain comments #1740

sfc-gh-kjilla opened this issue Oct 18, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers sql

Comments

@sfc-gh-kjilla
Copy link

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,

@github-actions github-actions bot changed the title retain comments SNOW-1749628: retain comments Oct 18, 2024
@sfc-gh-jsikorski sfc-gh-jsikorski added enhancement New feature or request good first issue Good for newcomers labels Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers sql
Projects
None yet
Development

No branches or pull requests

3 participants