-
Notifications
You must be signed in to change notification settings - Fork 32
[DOCS-1751] Reorganize and correct docs about viewing and exporting user activity #1627
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
PR Preview: Changed content Base preview: https://docs-1751.docodile.pages.dev Modified
|
Deploying docs with
|
Latest commit: |
d7faf3c
|
Status: | ✅ Deploy successful! |
Preview URL: | https://e483b707.docodile.pages.dev |
Branch Preview URL: | https://docs-1751.docodile.pages.dev |
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.
Edits for Cassie's feedback
{{< /tabpane >}} | ||
{{< /tabpane >}} | ||
|
||
The CSV export uses the comma (`,`) as the separator, encloses strings in double quotes, and includes a header row that defines these columns: |
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.
Forgive me if I'm reading the markdown wrong, but line 78 suggests this is a description for SaaS.
The columns described here are only accurate for Single-tenant.
(SaaS has different values.)
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.
@niall-wb told me in Slack that both Dedicated and SaaS use the same export schema so let's double-check it to make sure I was not confused.
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.
Still trying to resolve this, it would be good to get this PR in ahead of the content freeze next week.
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.
It looks like they ARE different. Here's what I found in the code: Yes, they ARE different between versions.
SaaS
- "Name"
- "Username"
- "Org Role"
- "Models Seat"
- "Weave Access"
- "Email"
- "Teams"
- "Last active"
Single-tenant
- "Name"
- "Username"
- "Last active"
- "Role"
- "Email"
- "Teams"
- "Status"
- "Number of Reports"
- "Number of Runs"
- "Number of active days"
- "Models Seat"
- "Weave Access" (conditional)
Description
DOCS-1751 Reorganize and correct docs about viewing and exporting user activity
Ref: https://weightsandbiases.slack.com/archives/C01DX8LRZEJ/p1757529293620579
Ready for peer review. Addressed most feedback.
📄 View preview links for changed pages