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

Support create function #282

Closed
tconbeer opened this issue Oct 14, 2022 · 0 comments · Fixed by #296
Closed

Support create function #282

tconbeer opened this issue Oct 14, 2022 · 0 comments · Fixed by #296
Labels
enhancement New feature or request
Milestone

Comments

@tconbeer
Copy link
Owner

tconbeer commented Oct 14, 2022

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

@tconbeer tconbeer added this to the v0.13.0 milestone Oct 14, 2022
@tconbeer tconbeer added the enhancement New feature or request label Oct 14, 2022
@tconbeer tconbeer changed the title Support CREATE FUNCTION Support create function Oct 17, 2022
tconbeer added a commit that referenced this issue Oct 31, 2022
tconbeer added a commit that referenced this issue Nov 1, 2022
* 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
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

Successfully merging a pull request may close this issue.

1 participant