Configuring Through Environment Variables
Passing Configuration value through the system environment variable
"output" : [{
"name":"unifiedCustomers",
"format":"net.snowflake.spark.snowflake",
"props": {
"location": "$location$",
"delimiter": ",",
"header": false,
"password": "$passwd",
}
}],
"labelDataSampleSize" : 0.5,
"numPartitions":4,
"modelId": $modelId$,
"zinggDir": "models",
"collectMetrics": $collectMetrics$Last updated