We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c326b commit c231b6fCopy full SHA for c231b6f
ads/aqua/utils.py
@@ -578,8 +578,10 @@ def get_container_image(
578
return container_image
579
580
581
-def fetch_service_compartment():
582
- """Loads the compartment mapping json from service bucket"""
+def fetch_service_compartment() -> Union[str, None]:
+ """Loads the compartment mapping json from service bucket. This json file has a service-model-compartment key which
583
+ contains a dictionary of namespaces and the compartment OCID of the service models in that namespace.
584
+ """
585
config_file_name = (
586
f"oci://{AQUA_SERVICE_MODELS_BUCKET}@{CONDA_BUCKET_NS}/service_models/config"
587
)
0 commit comments