FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
feat: Add Oracle DB as Offline store in python sdk & operator by aniketpalu · Pull Request #6017 · feast-dev/feast · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
feast-dev
/
feast
Public
Notifications
You must be signed in to change notification settings
Fork
1.4k
Star
7.2k
Code
Issues
214
Pull requests
189
Discussions
Actions
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
feat: Add Oracle DB as Offline store in python sdk & operator
- #6017
#6017
Merged
ntkathole
merged 40 commits into
feast-dev:master
feast-dev/feast:master
from
aniketpalu:oracle-db-offline-store
aniketpalu/feast:oracle-db-offline-store
Copy head branch name to clipboard
Mar 14, 2026
Conversation
Commits
40
(40)
Checks
Files changed
Merged
feat: Add Oracle DB as Offline store in python sdk & operator
#6017
ntkathole
merged 40 commits into
feast-dev:master
feast-dev/feast:master
from
aniketpalu:oracle-db-offline-store
aniketpalu/feast:oracle-db-offline-store
Copy head branch name to clipboard
Commits
Commits on Mar 9, 2026
feat: Add Oracle DB as Offline store in python sdk & support in feast-operator
Show description for cff3a63
aniketpalu
committed
cff3a63
View commit details
Copy full SHA for cff3a63
Browse repository at this point
Added oracle db dependency from ibis-framework subgroups
Show description for 60f8d92
aniketpalu
committed
60f8d92
View commit details
Copy full SHA for 60f8d92
Browse repository at this point
Operator yaml changes
Show description for 9f00168
aniketpalu
committed
9f00168
View commit details
Copy full SHA for 9f00168
Browse repository at this point
Data source writer ignored parameters, fixed
Show description for 07e6969
aniketpalu
committed
07e6969
View commit details
Copy full SHA for 07e6969
Browse repository at this point
Replaced raw sql with dedicated truncate_table() to fix SQL Injection Vulnerability
Show description for 1fb6720
aniketpalu
committed
1fb6720
View commit details
Copy full SHA for 1fb6720
Browse repository at this point
Minor improvements like single db connection, removal of default creds & validation for mutually exclusive fields
Show description for 3abef8c
aniketpalu
committed
3abef8c
View commit details
Copy full SHA for 3abef8c
Browse repository at this point
Fetching pre-filtered table from db
Show description for b991288
aniketpalu
committed
b991288
View commit details
Copy full SHA for b991288
Browse repository at this point
Minor formatting changes
Show description for af7e7ee
aniketpalu
committed
af7e7ee
View commit details
Copy full SHA for af7e7ee
Browse repository at this point
Added Oracle DB Offline Store documentation
Show description for 41e0901
aniketpalu
committed
41e0901
View commit details
Copy full SHA for 41e0901
Browse repository at this point
Resolved import error by removing OracleSource import from the __init__
Show description for d4387a8
aniketpalu
committed
d4387a8
View commit details
Copy full SHA for d4387a8
Browse repository at this point
Fixed lint error by updating secret baseline
Show description for b0e96d0
aniketpalu
committed
b0e96d0
View commit details
Copy full SHA for b0e96d0
Browse repository at this point
fix: Exclude qdrant from docstring tests to avoid qdrant-client 1.17.0 EnumTypeWrapper incompatibility
Show description for 07c5e9a
aniketpalu
committed
07c5e9a
View commit details
Copy full SHA for 07c5e9a
Browse repository at this point
Generated secret.baseline to avoid lint error
Show description for be03d88
aniketpalu
committed
be03d88
View commit details
Copy full SHA for be03d88
Browse repository at this point
Fixed lint error
Show description for c36299f
aniketpalu
committed
c36299f
View commit details
Copy full SHA for c36299f
Browse repository at this point
Updated .secrets.baseline
Show description for 7e648c0
aniketpalu
committed
7e648c0
View commit details
Copy full SHA for 7e648c0
Browse repository at this point
Fixed lint errors
Show description for 7573690
aniketpalu
committed
7573690
View commit details
Copy full SHA for 7573690
Browse repository at this point
Fixed lint errors
Show description for 1a78577
aniketpalu
committed
1a78577
View commit details
Copy full SHA for 1a78577
Browse repository at this point
Update sdk/python/feast/type_map.py
Show description for 8fc6190
aniketpalu
and
devin-ai-integration[bot]
committed
8fc6190
View commit details
Copy full SHA for 8fc6190
Browse repository at this point
Updated dependency lock files
Show description for 1f63beb
aniketpalu
committed
1f63beb
View commit details
Copy full SHA for 1f63beb
Browse repository at this point
Fixed lint issues in Trino Offline Store
Show description for 33c0b38
aniketpalu
committed
33c0b38
View commit details
Copy full SHA for 33c0b38
Browse repository at this point
Merge branch 'master' into oracle-db-offline-store
aniketpalu
authored
04adc97
View commit details
Copy full SHA for 04adc97
Browse repository at this point
Updated requirements
Show description for e91fa8d
aniketpalu
committed
e91fa8d
View commit details
Copy full SHA for e91fa8d
Browse repository at this point
Updated pixi.lock file
Show description for caed7c8
aniketpalu
committed
caed7c8
View commit details
Copy full SHA for caed7c8
Browse repository at this point
Merge branch 'master' into oracle-db-offline-store
aniketpalu
authored
de9759e
View commit details
Copy full SHA for de9759e
Browse repository at this point
Merge branch 'master' into oracle-db-offline-store
aniketpalu
authored
e40a355
View commit details
Copy full SHA for e40a355
Browse repository at this point
Merge branch 'master' into oracle-db-offline-store
aniketpalu
authored
c71cdfd
View commit details
Copy full SHA for c71cdfd
Browse repository at this point
Commits on Mar 10, 2026
Merge branch 'master' into oracle-db-offline-store
aniketpalu
authored
9a20c65
View commit details
Copy full SHA for 9a20c65
Browse repository at this point
Merge branch 'master' into oracle-db-offline-store
aniketpalu
authored
9880a56
View commit details
Copy full SHA for 9880a56
Browse repository at this point
Restricted non-empty feature_views in get_historical_features() to avoid runtime errors
Show description for 5335b0d
aniketpalu
committed
5335b0d
View commit details
Copy full SHA for 5335b0d
Browse repository at this point
Removed _build_data_source_reader_for_retrieval function
Show description for c706b0b
aniketpalu
committed
c706b0b
View commit details
Copy full SHA for c706b0b
Browse repository at this point
Modified initial query to be _ to avoid empty string casting to Null value in Oracle DB
Show description for 414c0e0
aniketpalu
committed
414c0e0
View commit details
Copy full SHA for 414c0e0
Browse repository at this point
cast DATE to TIMESTAMP in _read_oracle_table to preserve time lost by ibis date32[day] Arrow mapping
Show description for 5b84e73
aniketpalu
committed
5b84e73
View commit details
Copy full SHA for 5b84e73
Browse repository at this point
Use single database connection for pull_latest_from_table_or_query()
Show description for 92f78ca
aniketpalu
committed
92f78ca
View commit details
Copy full SHA for 92f78ca
Browse repository at this point
Improved readibility by breaking down the code into functions
Show description for c79ba55
aniketpalu
committed
c79ba55
View commit details
Copy full SHA for c79ba55
Browse repository at this point
Merge branch 'master' into oracle-db-offline-store
aniketpalu
authored
95f7f55
View commit details
Copy full SHA for 95f7f55
Browse repository at this point
Merge branch 'master' into oracle-db-offline-store
aniketpalu
authored
1181be1
View commit details
Copy full SHA for 1181be1
Browse repository at this point
Updated .secret.baseline
Show description for b54c2a2
aniketpalu
committed
b54c2a2
View commit details
Copy full SHA for b54c2a2
Browse repository at this point
Updated .secret.baseline and pixi.lock
Show description for fe797ed
aniketpalu
committed
fe797ed
View commit details
Copy full SHA for fe797ed
Browse repository at this point
Fixed lint issue
Show description for 466e2d2
aniketpalu
committed
466e2d2
View commit details
Copy full SHA for 466e2d2
Browse repository at this point
Commits on Mar 11, 2026
Conflicts resolved
Show description for 7670a90
aniketpalu
committed
7670a90
View commit details
Copy full SHA for 7670a90
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL