From a62a83cb19755e369ecfca95293c3bf0d1297e7e Mon Sep 17 00:00:00 2001 From: Gal Topper Date: Tue, 28 Jun 2022 09:11:21 +0200 Subject: [PATCH] [Datastore] Iguazio_Platform -> iguazio_platform (#2079) ML-2206 --- mlrun/datastore/sources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlrun/datastore/sources.py b/mlrun/datastore/sources.py index cd0a53cc7329..6f9f5cd60d50 100644 --- a/mlrun/datastore/sources.py +++ b/mlrun/datastore/sources.py @@ -576,7 +576,7 @@ def get_spark_options(self): "sfDatabase": self.attributes.get("database"), "sfSchema": self.attributes.get("schema"), "sfWarehouse": self.attributes.get("warehouse"), - "application": "Iguazio_Platform", + "application": "iguazio_platform", }