Skip to content
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

add created/updated properties to sync table #8820

Merged
merged 8 commits into from
May 21, 2024
Merged

Conversation

eelcovdw
Copy link
Contributor

Description

Please include a summary of the change, the motivation, and any additional context that will help others understand your PR. If it closes one or more open issues, please tag them as described here.

Affected Dependencies

List any dependencies that are required for this change.

How has this been tested?

  • Describe the tests that you ran to verify your changes.
  • Provide instructions so we can reproduce.
  • List any relevant details for your test configuration.

Checklist

@eelcovdw eelcovdw changed the title [WIP] add created/updated properties to sync table add created/updated properties to sync table May 15, 2024
@eelcovdw eelcovdw self-assigned this May 15, 2024
@@ -348,6 +349,18 @@ def _coll_repr_(self) -> dict[str, Any]:
"Submit time": str(self.submit_time),
}

@property
def user(self) -> UserView | SyftError:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this correct? doesnt this just get the user for the current client? What if the current client is the admin, but the DS created this user code?

@eelcovdw eelcovdw enabled auto-merge May 21, 2024 09:09
@eelcovdw eelcovdw merged commit 9939eaa into dev May 21, 2024
26 checks passed
@eelcovdw eelcovdw deleted the eelco/sync-table-fixes branch May 21, 2024 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants