-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
weather-mv
will ingest data into BQ from Zarr much faster. (#357)
* Fixed issues found loading Zarr into BQ. Found a couple of errors with loading a Zarr dataset into BigQuery. * Base weather-tools install requires gcsfs. * Not normalized by default. * Parallel Zarr ingestion into BQ. * Fix setup.py syntax error. * Fixing Zarr + Xarray-Beam support. * Added happy path unit test for parallel zarr reading in BQ. * fix flake8 issues. * Better whitespace. * Adding open_ds kwargs to open zarr. * Attempting to fix pickling issues. * Another attempt to fix pickling error, now in transform. * Experiment: is xbeam.open_zarr the issue? * adding engine=zarr. * open_zarr --> open_dataset w/ engine. * delete regrid * Pinned Zarr version. * Hard coded current CL for docker image. * rm unnecessary delete. * Only recent years. * All data w/ streaming inserts. * Experiment: added windowing. * Documented `timestamp_row` fn. * Self-review: Prepared changes for PR. * Small cleanup. * Remove debug isel. * Added types to `to_rows()`. * Fixed flake8 lint errors. * Better types for `to_rows()`. * Test updated and 'chunks' removed from zarr_kwargs * Zarr version updated. --------- Co-authored-by: dabhi_cusp <[email protected]>
- Loading branch information
Showing
12 changed files
with
163 additions
and
90 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
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.