Skip to content

Commit

Permalink
[Feature store] Fix missing attribute initialization in feature set (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
urihoenig committed Apr 25, 2021
1 parent 716dfd2 commit b4740ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mlrun/feature_store/feature_set.py
Expand Up @@ -220,6 +220,7 @@ def __init__(
self._metadata = None
self._status = None
self._api_client = None
self._run_db = None

self.spec = FeatureSetSpec(
description=description,
Expand Down

0 comments on commit b4740ca

Please sign in to comment.