Skip to content

1.40.0

Choose a tag to compare

@snowflake-connectors-app snowflake-connectors-app released this 20 May 00:37
aa2c5b9

1.40.0

New Features

Bug Fixes

  • Feature Store: get_feature_view() now correctly preserves online_config for feature views whose
    names require SQL quoting (mixed case or special characters such as a space). Previously the returned
    FeatureView reported online=False even when online was enabled at registration, causing
    read_feature_view(store_type=ONLINE) to fail with "Online store is not enabled".

Behavior Changes

Deprecations