-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add initial create task definition * Add generated create task files * Add validate field validation to generator * Define alter for task * Add WIP defs for drop, show and desc * Add custom operation to generator and use it in task def * Add ShowByID operation to generator and use it in task def * Add better template for ShowByID * Finish show definition * Finish describe definition * Remove comment * Generation ended here * Update READMEs * Add mappings and fix methods * Add create validation tests * Add tests to create * Use builder in create task test * Pass alter task validation tests * Implement task alter tests (WIP) * Fix def and generation * Pass all alter tests for task * Pass all unit tests for task * Prepare common resources for integration tests * List all the integration tests for tasks * Pass the first integration test for task * Pass almost complete integration test for create task * Pass drop tests for task * Pass some alter tests for task * Pass suspend and resume for task * Pass modifying as and when for task * Rename copy-paste errors * Pass show and describe tests for task * Pass execute test for task * Adjust assert task defaults * Adjust assert task with optionals * Adjust assert task with terse * Pass create task with after * Add test for copy grants * Add create task with tag test * Add remove and add after alter task test * Update generator README possible improvements * Fix formatting * Use create method for task * Fix suspend and resume test * Refactor parameter builders * Use WarehouseSize * Add tests for initial warehouse size * Fix unit tests * Fix after review
- Loading branch information
1 parent
2380e33
commit d52f334
Showing
21 changed files
with
2,155 additions
and
78 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
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
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.