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

Add parameter to make subset of AnyNumberOf() or AnySetOf() elements required #2426

Open
chwiese opened this issue Jan 22, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@chwiese
Copy link
Contributor

chwiese commented Jan 22, 2022

There can be situations where statement parameters can be in arbitrary order, but they are still required. One example would be Snowflakes CREATE EXTERNAL TABLE statement, where LOCATION and FILE_FORMAT are required, but can be in arbitrary order with the other parameters, which are optional.

A parameter to make an element in a AnyNumberOf() or AnySetOf() required would address these situations. See #2421 for reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant