-
Notifications
You must be signed in to change notification settings - Fork 428
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Basic functions implementation (#3269)
Prepare most of the java resource implementation: - add common drop method (also to procedures) - fix parameters schema and add mapping (also for procedures) - fix parameter handling - handle parameters and test - handle arguments, return type, runtime version, imports, target path, language - add default values to arguments - improve function details with mapping logic (for easier use in resource) - add a bunch of common functions to handle this family of resources - handle basic rename - add TABLE data type (needs logic and tests) - handle external language change - test no arguments - regenerate model builders and the docs - rename a few attributes - change requirements for some fields Next PRs: - TABLE function improvements and tests - handle secrets, external access integrations, packages, return not null, and comments - Add a similar PR for java procedure (reuse what we can) - Add PR with all other function types - datasources
- Loading branch information
1 parent
6087fc9
commit 6d4a103
Showing
56 changed files
with
2,638 additions
and
274 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.