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

Fix SQLite extension loading issue for Python 3.11 on macOS #4

Open
wants to merge 27 commits into
base: master
Choose a base branch
from

Conversation

devin-ai-integration[bot]
Copy link

Fix SQLite extension loading issue for Python 3.11 on macOS

This pull request addresses the issue with loading SQLite extensions in the Feast project when running on macOS with Python 3.11. The changes include more robust exception handling to prevent the failure of extension loading and to log a warning if the extension cannot be loaded.

Link to Devin run: https://preview.devin.ai/devin/ddb501aa302747229d3ada33aa8c2c9d

franciscojavierarceo and others added 27 commits July 4, 2024 12:39
Signed-off-by: Francisco Javier Arceo <[email protected]>
Co-authored-by: Francisco Javier Arceo <[email protected]>
…batch and fix progress bar (feast-dev#4331)

* Remove batching and fix tqdm progress bar

Signed-off-by: TomSteenbergen <[email protected]>

* Comment

Signed-off-by: TomSteenbergen <[email protected]>

* Remove test changes

Signed-off-by: TomSteenbergen <[email protected]>

* Update comment

Signed-off-by: TomSteenbergen <[email protected]>

---------

Signed-off-by: TomSteenbergen <[email protected]>
…v#4327)

* Add async retrieval for postgres

Signed-off-by: TomSteenbergen <[email protected]>

* Format

Signed-off-by: TomSteenbergen <[email protected]>

* Update _prepare_keys method

Signed-off-by: TomSteenbergen <[email protected]>

* Fix typo

Signed-off-by: TomSteenbergen <[email protected]>

---------

Signed-off-by: TomSteenbergen <[email protected]>
* Add sql registry async refresh

Signed-off-by: Stanley Opara <[email protected]>

* make refresh code a daemon thread

Signed-off-by: Stanley Opara <[email protected]>

* Change RegistryConfig to cacheMode

Signed-off-by: Stanley Opara <[email protected]>

* Only run async when ttl > 0

Signed-off-by: Stanley Opara <[email protected]>

* make refresh async run in a loop

Signed-off-by: Stanley Opara <[email protected]>

* make refresh async run in a loop

Signed-off-by: Stanley Opara <[email protected]>

* Reorder async refresh call

Signed-off-by: Stanley Opara <[email protected]>

* Add documentation

Signed-off-by: Stanley Opara <[email protected]>

* Update test_universal_registry.py

Signed-off-by: Stanley Opara <[email protected]>

* Force rerun of tests

Signed-off-by: Stanley Opara <[email protected]>

* Force rerun of tests

Signed-off-by: Stanley Opara <[email protected]>

* Format repo config file

Signed-off-by: Stanley Opara <[email protected]>

---------

Signed-off-by: Stanley Opara <[email protected]>
Co-authored-by: Stanley Opara <[email protected]>
* Update maintainers.md

* Update maintainers.md

* Update maintainers.md
upgrade ibis version

Signed-off-by: tokoko <[email protected]>
* update dask version to support pandas 1.x

Signed-off-by: cmuhao <[email protected]>

* update dask version to support pandas 1.x

Signed-off-by: cmuhao <[email protected]>

* update dask version to support pandas 1.x

Signed-off-by: cmuhao <[email protected]>

---------

Signed-off-by: cmuhao <[email protected]>
Fix OnDemandFeatureView type inference for array types

Signed-off-by: Alex Mirrington <[email protected]>
…east-dev#4337)

Bumps [zipp](https://github.com/jaraco/zipp) from 3.18.1 to 3.19.1.
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
- [Commits](jaraco/zipp@v3.18.1...v3.19.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ents (feast-dev#4334)

chore: Bump certifi in /sdk/python/requirements

Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.7.4.
- [Commits](certifi/python-certifi@2024.02.02...2024.07.04)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
rename file offline store to dask

Signed-off-by: tokoko <[email protected]>
bump google-cloud-datastore lower bound

Signed-off-by: tokoko <[email protected]>
…east-dev#4357)

Revert "fix: Avoid XSS attack from Jinjin2's Environment(). (feast-dev#4355)"

This reverts commit 40270e7.
* remove distutils

Signed-off-by: tokoko <[email protected]>

* fix formatting

Signed-off-by: tokoko <[email protected]>

---------

Signed-off-by: tokoko <[email protected]>
* fix: Retire the datetime.utcnow().

Signed-off-by: Shuchu Han <[email protected]>

* fix: Remove unnecessary unit test.

Signed-off-by: Shuchu Han <[email protected]>

---------

Signed-off-by: Shuchu Han <[email protected]>
* Update google-cloud-storage

Signed-off-by: Christopher Camenares <[email protected]>

* test tighter library restriction

Signed-off-by: Christopher Camenares <[email protected]>

* fix lint

Signed-off-by: Christopher Camenares <[email protected]>

* bump <4 again

Signed-off-by: Christopher Camenares <[email protected]>

---------

Signed-off-by: Christopher Camenares <[email protected]>
port mssql offline store to ibis

Signed-off-by: tokoko <[email protected]>
remove firebase-admin from ci dependencies

Signed-off-by: tokoko <[email protected]>
…v#4362)

Bumps [ws](https://github.com/websockets/ws) from 7.5.7 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.5.7...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants