diff --git a/examples/image_streamer/artifact_bundles.py b/examples/image_streamer/artifact_bundles.py index 3f118d25..9eed3d75 100644 --- a/examples/image_streamer/artifact_bundles.py +++ b/examples/image_streamer/artifact_bundles.py @@ -97,6 +97,7 @@ # Extract an Artifact Bundle print("\nExtract an Artifact Bundle") +artifact_bundle['uri'] += '?extract=true&forceImport=true' response = image_streamer_client.artifact_bundles.extract_bundle(artifact_bundle) pprint(response)