Tecton SDK 0.1.0 Release
Back in May, we announced the release of the Framework v2 API. After helping customers transition to the new Framework over the last 6 months, we’re finally removing outdated methods from the SDK with release 0.1.0
.
With 0.1.0
, you will no longer be able to run tecton apply
for Framework v1 Objects, such as Feature Packages.
Additionally, the following interactive SDK methods have been renamed:
- FeatureService.feature_packages() is replaced with FeatureService.feature_views()
- FeatureView.is_online is replaced with FeatureView.is_on_demand
- Workspace.get_feature_package() is replaced with Workspace.get_feature_view()
- Workspace.list_feature_packages() is replaced with Workspace.list_feature_views() / Workspace.list_feature_tables()
- Workspace.get_virtual_data_source() is replaced with Workspace.get_data_source()
- Workspace.list_virtual_data_sources() is replaced with Workspace.list_data_sources()