Skip to content

Commit b4b4e02

Browse files
authored
fix: remove duplicated input arg snowflake-config (#1195)
1 parent 6f9652a commit b4b4e02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

feathr-impl/src/main/scala/com/linkedin/feathr/offline/job/FeatureJoinJob.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,7 @@ object FeatureJoinJob {
286286
"blob-config" -> OptionParam("bc", "Authentication config for Azure Blob Storage (wasb)", "BLOB_CONFIG", ""),
287287
"sql-config" -> OptionParam("sqlc", "Authentication config for Azure SQL Database (jdbc)", "SQL_CONFIG", ""),
288288
"snowflake-config" -> OptionParam("sfc", "Authentication config for Snowflake Database (jdbc)", "SNOWFLAKE_CONFIG", ""),
289-
"use-fcm" -> OptionParam("ufcm", "If set to true, use FCM client, else use Feathr Client", "USE_FCM", "false"),
290-
"snowflake-config" -> OptionParam("sfc", "Authentication config for Snowflake Database (jdbc)", "SNOWFLAKE_CONFIG", ""),
289+
"use-fcm" -> OptionParam("ufcm", "If set to true, use FCM client, else use Feathr Client", "USE_FCM", "false"),
291290
"system-properties" -> OptionParam("sps", "Additional System Properties", "SYSTEM_PROPERTIES_CONFIG", "")
292291
)
293292

0 commit comments

Comments
 (0)