Commit ce8b7986 authored by dasharatha.vamshi's avatar dasharatha.vamshi

prod string

parent 39cab12a
...@@ -10,7 +10,7 @@ SYSTEM_CONFIG: ...@@ -10,7 +10,7 @@ SYSTEM_CONFIG:
shared_mount_base_ai_job: /mnt/ilens/ai-jobs/ shared_mount_base_ai_job: /mnt/ilens/ai-jobs/
connection_string: DefaultEndpointsProtocol=https;AccountName=azrabsilensqa01;AccountKey=DN6q6kX98JM8yUwtuJh2bAaXUGFo1zRS5HJSsa/ZA+MlmctjC000eHP7bdXiQqkI/MVtADhS8c9E88LI5T4UHw==;EndpointSuffix=core.windows.net connection_string: DefaultEndpointsProtocol=https;AccountName=azrabsilensqa01;AccountKey=DN6q6kX98JM8yUwtuJh2bAaXUGFo1zRS5HJSsa/ZA+MlmctjC000eHP7bdXiQqkI/MVtADhS8c9E88LI5T4UHw==;EndpointSuffix=core.windows.net
default_run_id: default_run_id default_run_id: default_run_id
prod_connection_string: DefaultEndpointsProtocol=https;AccountName=azrabsemshfe01;AccountKey=ui/sJShausvY8VCZzBP7E6BXJZR800s50rJ4XqhkRDYMJuiplFVjQjTVtz+kQ23cW7Itxv81bQedUvPQplzH3w==;EndpointSuffix=core.windows.net
#----------------------If read conf from mongo------------# #----------------------If read conf from mongo------------#
FOR_EACH_MONGO_CONFIG: FOR_EACH_MONGO_CONFIG:
READ_FROM_MONGO: true READ_FROM_MONGO: true
......
...@@ -39,7 +39,7 @@ except Exception as e: ...@@ -39,7 +39,7 @@ except Exception as e:
data_store = os.environ.get('data_store', default="Azure") data_store = os.environ.get('data_store', default="Azure")
container_name = os.environ.get('container_name', default=GetDataFromStoreConstants.CONTAINER) container_name = os.environ.get('container_name', default=GetDataFromStoreConstants.CONTAINER)
connection_string = os.environ.get('connection_string', _config.get("SYSTEM_CONFIG", {}).get('connection_string')) connection_string = os.environ.get('connection_string', _config.get("SYSTEM_CONFIG", {}).get('prod_connection_string'))
artifact_base_path = os.environ.get('artifact_base_path') artifact_base_path = os.environ.get('artifact_base_path')
# Component Parameter:Read from $shared_mount_base_ai_job/$pipeline_id/$run_id/GetDataFromStore/param.json # Component Parameter:Read from $shared_mount_base_ai_job/$pipeline_id/$run_id/GetDataFromStore/param.json
# component_parameter_path = shared_mount_base_ai_job + "/" + pipeline_id + "/" + run_id + "/" + GetDataFromStoreConstants.COMPONENT_NAME + "/param.json" # component_parameter_path = shared_mount_base_ai_job + "/" + pipeline_id + "/" + run_id + "/" + GetDataFromStoreConstants.COMPONENT_NAME + "/param.json"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment