Key Concepts
Namespace Versioning

Namespace Versioning

Each namespace consists of a version which represents what it looked like at a given point in time. When you register features using the API, a new version is created. This functionality exists so that existing pipelines are backwards compatible as long as they maintain a version.

When you register a set of new bundles, a commit_msg is required to log changes.

main.py
response = client.register(feature_bundles=[streaming_bundle],
                          commit_msg="Update time window range of streaming bundle")

After your updates, you can also view your version history through the Glacius UI

Local Image