Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

JobStorageHelper should download translated job output #239

Description

Per conversation with César Zaragoza Cortés (@cesarzc) in microsoft/iqsharp#152, the following code should reference "outputData" rather than "rawOutputData", so that the translated job output is retrieved.

return this.StorageHelper.DownloadBlobAsync(
containerName,
"rawOutputData", // TODO: 14643
destination,
cancellationToken);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions