Add CLI utility to dry run external sql#4
Open
jaketf wants to merge 90 commits intosequencing-developfrom
Open
Add CLI utility to dry run external sql#4jaketf wants to merge 90 commits intosequencing-developfrom
jaketf wants to merge 90 commits intosequencing-developfrom
Conversation
... on multiple projects fixup!
Add an environment variable to support overriding the default project for the BigQuery Client. By default this will be the project in which the cloud function is deployed.
Change the tests to use new utils module.
Change import pattern
Move utility methods into a utils module
* Restructures code into constants and exception modules * Implements Backlog Publisher / Subscriber algorithm for ordering incrementals * Implements basic integration tests for Publisher / Subscriber
added 17 commits
December 15, 2020 19:16
During multi-statement BQ jobs, child jobs are submitted. If any of these fail we should consider the job a failure.
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| # See the License for the specific language governing permissions and | ||
| # limitations under the License. | ||
| """ Command Line utility for backfilling gcs_ocn_bq_ingest cloud function |
added 9 commits
January 13, 2021 10:59
…t} {dest_table} rendering
jaketf
commented
Feb 23, 2021
| or external_config.source_uris == ["REPLACEME"]): | ||
| if gsurl: | ||
| parent_gsurl = "/".join(gsurl.split("/")[:-1]) | ||
| external_config.source_uris = f"{parent_gsurl}/*" |
Owner
Author
There was a problem hiding this comment.
make the prefix configurable and get GCS URIs of non-empty files non-_config files.
21bd43c to
98e7863
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.