-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Made ifIncremental take an optional second parameter, made ifIncremental and isIncremental no longer be hidden in the API reference, added info to incremental datasets page of the how to guides in the docs * Added incremental_where to SQLX info, simplified additional features sections, added more links to the API referece * Fixd typo * Implemented when() and incremental(), updated tests to reflect * Improved elloquency * Added incPreOps implementation (to be removed) * Added in-line incremental functionality within pre and post operation blocks * Made proto and core changes suggested * Removed incremental_where from docs, some minor tweaks * Code and docs tweaks * Migrated pre and post op to individual adapters * Moved seperate pre and post operations to general publish tasks * Added test for BQ task publishing, progress with adding pre and post operations to example sqlx file * Fixed issues with tests, and some underlying issues * Progress with shortening code * Made bigquery adapter and test more concise * Added updated pre and post operation logic, with core back compatability tests * Added checks for example definition files successfully executing * Updated adapter definition example files, bumped bazel version, fixed minor adapter issues * Minor code tweaks * Added essential if incremental logic to adapters, made tests execution status checks more concise * Code style tweaks * Updated integration tests to use new examples * Narrowed scope of publish tasks test for pre and post ops * Minor code style changes
- Loading branch information
Showing
27 changed files
with
479 additions
and
220 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
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.