In which file did you encounter the issue?
python-docs-samples/storage/cloud-client/storage_compose_file.py
Did you change the file? If so, how?
uncommented input variables
select input blobs
moved sources list creation below client instantiation and blob selection
added some whitespace
Describe the issue
example was didn't work even when input variables were uncommented. Throws an exception because there was no step to select the source blobs.
In which file did you encounter the issue?
python-docs-samples/storage/cloud-client/storage_compose_file.py
Did you change the file? If so, how?
uncommented input variables
select input blobs
moved sources list creation below client instantiation and blob selection
added some whitespace
Describe the issue
example was didn't work even when input variables were uncommented. Throws an exception because there was no step to select the source blobs.