Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
dump-repo-config-alias Dump repo_config by alias
Signed-off-by: Alex Vinnik <alex.vinnik@sailpoint.com>
  • Loading branch information
alex-vinnik-sp committed Apr 2, 2024
commit 9e7dbda582295ffc5d35fb9c647f05880246088f
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def _create_kubernetes_job(self, job_id, paths, feature_view):
def _create_configuration_map(self, job_id, paths, feature_view, namespace):
"""Create a Kubernetes configmap for this job"""

feature_store_configuration = yaml.dump(self.repo_config.dict())
feature_store_configuration = yaml.dump(self.repo_config.dict(by_alias=True))

materialization_config = yaml.dump(
{"paths": paths, "feature_view": feature_view.name}
Expand Down