forked from feast-dev/feast
-
Notifications
You must be signed in to change notification settings - Fork 0
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
devin-ai-integration
wants to merge
27
commits into
master
Choose a base branch
from
fix-sqlite-extension-loading
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
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
Update SUMMARY.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]>
Signed-off-by: Shuchu Han <[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
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.
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