zcloud.gcp_services module
- zcloud.gcp_services.get_redis_instance_endpoint(*args, **kwargs)[source]
- Return type:
tuple[str,int]
- zcloud.gcp_services.get_redis_instance_from_gcp_project(project_id, location_id, instance_id)[source]
- Return type:
tuple[str,int]
- zcloud.gcp_services.read_manifest(bucket_name, manifest_path)[source]
Reads a manifest file from a GCS bucket.
Note: This function was migrated from the deprecated beam module.
- Parameters:
bucket_name (str) – The name of the GCS bucket.
manifest_path (str) – The path to the manifest file in the bucket.
- Returns:
The parsed manifest as a dictionary.
- Return type:
dict