-
Notifications
You must be signed in to change notification settings - Fork 32
Artifacts: Add docs on downloading reference artifacts with checkum #1457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
content/en/guides/core/artifacts/download-and-use-an-artifact.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Amulya Musipatla <[email protected]>
Deploying docs with
|
Latest commit: |
67c9e17
|
Status: | ✅ Deploy successful! |
Preview URL: | https://f94cb896.docodile.pages.dev |
Branch Preview URL: | https://claude-code-docs-1014.docodile.pages.dev |
PR Preview: Changed content Base preview: https://claude-code-docs-1014.docodile.pages.dev Modified
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, with a non-blocking suggested edit to align the text in the notes and a followup question.
{{% /alert %}} | ||
|
||
{{% alert color="warning" %}} | ||
Artifacts created with reference URIs using `checksum=False` cannot be downloaded. To ensure your artifacts can be downloaded, use `checksum=True` (the default) when adding references: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Artifacts created with reference URIs using `checksum=False` cannot be downloaded. To ensure your artifacts can be downloaded, use `checksum=True` (the default) when adding references: | |
If you set `checksum=False` when adding a reference, the artifact cannot be downloaded later. Only use `checksum=False` when you need to track reference URIs without downloading capability. For downloadable artifacts, always use `checksum=True` (the default): |
This way the notes at least share most of the text. But if checksum=True is the default, then line 22 seems not to need the checksum=True
and it might be more clear to leave it off.
Customer is requesting for documentation to be added to the SDK site about not being able to download artifacts created with "artifact.add_reference" with checksum disabled, and suggesting that setting "checksum=true" will solve the issue. This request has been made before and has a +2 impact.
Jira ticket: https://wandb.atlassian.net/browse/DOCS-1014
Preview: https://claude-code-docs-1014.docodile.pages.dev/guides/artifacts/download-and-use-an-artifact/
Preview: https://claude-code-docs-1014.docodile.pages.dev/guides/artifacts/construct-an-artifact/#add-a-uri-reference
Status: Ready for tech review/
📄 View preview links for changed pages