Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync with open source how #118

Draft
wants to merge 4,311 commits into
base: li_trunk
Choose a base branch
from
Draft

sync with open source how #118

wants to merge 4,311 commits into from

Conversation

lesterhaynes
Copy link

Please add a meaningful description for your change here


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI.

tvalentyn and others added 21 commits May 9, 2024 09:32
* Add a container for py312.

* fixup: bump the upper version.
…e Reshuffle unit tests where it is not needed
* read integration test

* write integration test

* test with Managed interface
* managed kafka read

* managed kafka write
* Avoid oversizing batch sizes with size estimation function

* lint
)

* Add new BigQueryIO stress tests for AT_LEAST_ONCE writing method

* spotless
This reverts commit f498cdf, adjusting sickbay lists
* Publish snapshots for Py3.12 container.

* Add a license for a new dep.

* fixup
* Remove a deprecated test helper.

* yapf
* Fix typo in Intrinsic Operations test

* Fix load_fast_and_clear
liferoad and others added 30 commits June 6, 2024 20:43
* retry test_big_query_legacy_sql

* fix lint

* fixed lint
As well as being good practice, this will give us better generated documentation.
* Deduplicate Base Embedding Handler Code

* linting
* Fix Linting Errors on Master

* correct docstring
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.2 to 4.66.3.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.66.2...v4.66.3)

---
updated-dependencies:
- dependency-name: tqdm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Implement Hugging Face Image Embedding MLTransform

* correct imports

* Simplify to original sentence transformer class
Remove pipeline options override from SpannerIO readChangeStream connector
Co-authored-by: Ahmed Abualsaud <65791736+ahmedabu98@users.noreply.github.com>
…ucket has soft delete enabled (#31550)

* Add warning if soft delete is enabled in temp or staging buckets.
* Update Python version in the dev environment script.

* fixup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment