We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version:
cli version: 0.6.0 core version: 0.6.0 build version: 0.6.0 serve version: 0.6.0
OS: macOS with M1 chip
Node.js: v16.20.0
Comments do not work in SQL files. After I commented on the code, the API didn't change.
example code snippet
-- SELECT -- businesses.*, -- {% masking 'tips.user_id' partial(2, 'xxxxxxx', 2) %} AS tip_user_id, -- tips.text AS tip_text, -- tips.date AS tip_date, -- tips.compliment_count AS tip_compliment_count -- FROM 'data/yelp_academic_dataset_business.parquet' AS businesses -- INNER JOIN ( -- SELECT * FROM 'data/yelp_academic_dataset_tip.parquet' -- ) tips ON ( -- businesses.business_id = tips.business_id -- ) -- WHERE businesses.business_id = {{ context.params.business_id | is_required }} SELECT * FROM 'data/yelp_academic_dataset_business.parquet' AS businesses
I can write comments(single line and multi line) on SQL files.
Try to add comments in SQL files
The text was updated successfully, but these errors were encountered:
fix Canner#236, can't write comments in sql files
64082dc
Merge pull request #292 from cyyeh/fix-comments-in-sql
bc00c09
fix #236, can't write comments in sql files
kokokuo
Successfully merging a pull request may close this issue.
Environment
Version:
OS: macOS with M1 chip
Node.js: v16.20.0
What's wrong?
Comments do not work in SQL files. After I commented on the code, the API didn't change.
example code snippet
What's the correct behavior?
I can write comments(single line and multi line) on SQL files.
Reproducing steps
Try to add comments in SQL files
The text was updated successfully, but these errors were encountered: