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
create function
The most common ddl in our test files is create function. Let's start there.
Postgres: https://www.postgresql.org/docs/15/sql-createfunction.html Snowflake: https://docs.snowflake.com/en/sql-reference/sql/create-function.html BigQuery: https://cloud.google.com/bigquery/docs/reference/standard-sql/user-defined-functions
#262
The text was updated successfully, but these errors were encountered:
feat: support create function, close #282
9318697
Support create function statements (#296)
4908e91
* feat: support create function, close #282 * feat: support variables * fix: improve jinja block parsing for nested rulesets * fix #295: handle nested BQ compound types * chore: update primer refs * fix: reduce is_bracket_operator complexity
Successfully merging a pull request may close this issue.
The most common ddl in our test files is
create function
. Let's start there.Postgres: https://www.postgresql.org/docs/15/sql-createfunction.html
Snowflake: https://docs.snowflake.com/en/sql-reference/sql/create-function.html
BigQuery: https://cloud.google.com/bigquery/docs/reference/standard-sql/user-defined-functions
#262
The text was updated successfully, but these errors were encountered: