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

Need fullyQualifiedName field for data assets and profile field for users of team. #98

Closed
Sachin-chaurasiya opened this issue Aug 11, 2021 · 2 comments
Assignees
Labels

Comments

@Sachin-chaurasiya
Copy link
Member

Sachin-chaurasiya commented Aug 11, 2021

Currently, we are getting only these 4 fields for owns and 5 fields for users

owns:[
   {
      "id": "155ce023-843e-4b4b-a6bc-10d989d4182f",
      "type": "table",
      "name": "users",
      "href": "http://localhost:8585/api/v1/tables/155ce023-843e-4b4b-a6bc-10d989d4182f"
    },
],
users:[
{ 
     "description": "Robert Cole"
    "href": "http://localhost:8585/api/v1/users/03a8a9ac-e29b-4a9a-8ad1-00339b849310"
    "id": "03a8a9ac-e29b-4a9a-8ad1-00339b849310"
    "name": "robert_cole6"
    "type": "user"
}
]
 1. use case: FQN to redirect users from team page to dataset details page 
 2. use case: Profile to show user profile pic beside the username
@Sachin-chaurasiya Sachin-chaurasiya changed the title Need fullyQualifiedName for users and teams owns assets Need fullyQualifiedName field for data assets and profile field for users of team. Aug 11, 2021
@sureshms
Copy link
Contributor

Is the description set for the table?

@sureshms
Copy link
Contributor

Adding profiles to EntityRelationship type is a much bigger change. For now, let's not show profile pictures. We need to revisit if we want to use EntityRelationship to return the users of a team or use User type. I will change the name field for all data assets to FQN.

sureshms added a commit that referenced this issue Aug 11, 2021
Fix #98 Need fullyQualifiedName field for data assets
gitbook-com bot pushed a commit that referenced this issue Mar 15, 2022
harshach pushed a commit that referenced this issue Mar 22, 2022
harshach pushed a commit that referenced this issue Apr 11, 2022
gitbook-com bot pushed a commit that referenced this issue Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants