Skip to content

Commit 7914cbd

Browse files
authored
feat: Port mssql contrib offline store to ibis (feast-dev#4360)
port mssql offline store to ibis Signed-off-by: tokoko <togurg14@freeuni.edu.ge>
1 parent 5a16364 commit 7914cbd

File tree

8 files changed

+246
-628
lines changed

8 files changed

+246
-628
lines changed

Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,10 @@ test-python-universal-mssql:
160160
-k "not gcs_registry and \
161161
not s3_registry and \
162162
not test_lambda_materialization and \
163-
not test_snowflake" \
163+
not test_snowflake and \
164+
not test_historical_features_persisting and \
165+
not validation and \
166+
not test_feature_service_logging" \
164167
sdk/python/tests
165168

166169

0 commit comments

Comments
 (0)