Creating Live Workspaces (Beta), –json-out flag for tecton plan (beta)
Creating Live Workspaces (Beta)
Previously, features would only be materialized to the online or offline store in the prod
workspace.
You can now create additional workspaces with automatic materialization by using the flag --live
. Please see the documentation for more detail.
This new capability allows different groups within the same organization to operate independent feature stores, or test new features that rely on materialization without affecting production.
Remember that materialization can incur additional Tecton and infrastructure costs. Tecton recommends only applying features with online=True
when you plan to access the feature online.
–json-out flag for tecton plan
(beta)
Tecton recommends integrating with your CI/CD processes for deploying changes to your production feature store.
With tecton plan --json-out
, Tecton will return the expected diff in a json format so that you can more easily parse the output for your automation.
See the documentation for more detail.