https://datahubproject.io logo
Join SlackCommunities
Powered by
# ui
  • n

    nice-memory-81320

    11/10/2021, 4:35 AM
    Hi all - just wondering if you have any plan on developing the UI for Entity Relational Diagram?
    l
    • 2
    • 1
  • o

    orange-flag-48535

    11/10/2021, 8:06 AM
    When I search for a column name in Datahub using the search field at the top, it shows a result saying "matching column XXXX". Is there a way to navigate to that column definition directly from there? The column part of a field within a DataSet.
    s
    b
    • 3
    • 4
  • b

    bland-wolf-37286

    11/10/2021, 10:52 AM
    Hi all 👋 Does anybody know if the DataHub frontend has gone through any sort of accessibility testing? If so, does it meet any of the WCAG 2.1 conformance levels? (Apologies, I posted this in the wrong channel yesterday so have deleted from there and am reposting here)
    b
    • 2
    • 2
  • p

    plain-farmer-27314

    11/10/2021, 6:35 PM
    is there a way to add a custom sources's logo without forking the UI and adding it to: https://github.com/linkedin/datahub/tree/master/datahub-web-react/src/images?
    b
    s
    b
    • 4
    • 20
  • a

    agreeable-hamburger-38305

    11/11/2021, 3:17 AM
    Not sure if this is a bug, but if you manually create a group in the UI, add user A to it, then delete the group via the trashcan icon in the groups panel, the group still shows when you go to userA’s groups panel, and you can click to see every user in that group that should’ve been deleted. Also in the groups panel of the user page, no matter how many members the group has, it always shows 0 members.
    b
    s
    • 3
    • 4
  • l

    late-father-17108

    11/12/2021, 12:21 AM
    hey all, what's the intended behavior of clicking on additional tags under the updated FILTER section of the UI? When I check off multiple tags, I've noticed the UI shows a superset of all datasets with any of the selected tags. However, I'd expect the behavior to be that clicking additional tags shows fewer matching datasets (AND search instead of OR).
    g
    l
    e
    • 4
    • 16
  • b

    better-orange-49102

    11/12/2021, 12:55 AM
    Is there a way for search in UI to return soft deleted datasets? I know they're still inside ES. Also, noticed that there is 2 classes - Status and Deprecated that seems to serve the same purpose of erasing a dataset from UI?
    b
    • 2
    • 2
  • b

    better-afternoon-19270

    11/15/2021, 3:01 PM
    image.png
    b
    • 2
    • 7
  • p

    polite-flower-25924

    11/16/2021, 1:50 PM
    Hey team, I’ve ingested Hive datasets into DataHub. Whenever I list the datasets, it’s not sorted alphabetically. I would expect to see them in order 🙂 What do you think about that?
    b
    • 2
    • 8
  • b

    better-orange-49102

    11/17/2021, 3:07 AM
    is there a way to query for a dataset's browsePath? am mucking around in the UI code and found <useGetDatasetQuery>, but it doesnt seem to return browsePath aspect.
    b
    • 2
    • 5
  • m

    mammoth-pencil-22596

    11/17/2021, 8:54 AM
    Hey team. It would be great if you can help me with a small concern i have. Actually, in our organization, we are all using python. I saw that ingestion system is there in python, but the GMS service is written in Java. So we are trying to evaluate the cases where we might need to extend the DataHub service tier (and hence might have to use Java). There is 1 use case, I'm thinking of related to this only. Like if we need to add a new filter on the UI on new basis apart from the available filters . All the changes required for that in the backend searching process will be done in the Main service. Please correct me if I'm wrong here I mean if i need to add any feature in UI, the customization in lieu of that in the main service is to be done in java, right ?
    b
    • 2
    • 1
  • p

    polite-flower-25924

    11/19/2021, 7:10 PM
    Hey team, I just noticed that there is no pagination in “Profile Page” that shows the owned data entities. For instance, my user owns 13 datasets, and all of them are listed in the same page without pagination. Maybe, it would be good to add a pagination like we do in the other pages. What do you think?
    b
    • 2
    • 3
  • p

    plain-farmer-27314

    11/19/2021, 9:08 PM
    Hey all, qq: does DataHub have an ACL model so we can hide tables from folks who wouldn’t have the actual access etc?
    b
    • 2
    • 1
  • o

    orange-flag-48535

    11/22/2021, 6:46 AM
    Does the UI show field level lineage somewhere? I pushed one element for field level lineage into Datahub using below MCE fragment which got ingested (It basically says that maximum is downstream of minimum field) But I'm not able to locate it in the UI. "datasetUpstreamLineage": { "fieldMappings": [ { "destinationField": { "dataset": "urnlidataset:(urnlidataPlatform:app,SomeSchemaName,PROD)", "fieldPath": "[version=2.0].[type=SomeSchemaName].[type=array].[type=applicationFeatures_record].applicationFeatures.[type=int].maximum" }, "sourceFields": [ { "dataset": "urnlidataset:(urnlidataPlatform:app,SomeSchemaName,PROD)", "fieldPath": "[version=2.0].[type=SomeSchemaName].[type=array].[type=applicationFeatures_record].applicationFeatures.[type=int].minimum" } ] } ] }
    m
    • 2
    • 4
  • b

    better-orange-49102

    11/22/2021, 1:59 PM
    whats the policy required for users (not platform admins) to be able to create NEW tags? i wanted users to be able to edit all aspects of a dataset except editing ownership, but i realised that users cannot add NEW tags to the dataset, only existing tags can be added - apparently "Edit All " privileges allows new tags to be added to datahub, but also allows ownership changes. I also added a policy to allow all users to edit Tags, but that doesnt allow for creation in UI
    b
    • 2
    • 18
  • c

    curved-jordan-15657

    11/22/2021, 9:09 PM
    Hi guys, does anyone know which query is executing after a description is added to the specific column from ui? Can you show the source code, please?
    b
    b
    • 3
    • 9
  • r

    rhythmic-sundown-12093

    11/23/2021, 8:49 AM
    Hi guys, How to replace the font of the field, my colleague and I do not like the current default font
    b
    g
    m
    • 4
    • 11
  • o

    orange-flag-48535

    11/24/2021, 6:27 AM
    Hi, I think I've found a UI bug. Clicking on a hyperlink in the "Description" column of a field does not open the hyperlink at all. It only works if you copy paste the link into another tab, or Right Click and do "Open in New Tab". I have tested this in Chrome and Firefox on Windows. You can reproduce this in the Datahub demo site by clicking the link provided in the place_id field of the mobility_report dataset - https://demo.datahubproject.io/dataset/urn:li:dataset:(urn:li:dataPlatform:bigquery,bigq[…]bility.mobility_report,PROD)/Schema?is_lineage_mode=false
    e
    b
    • 3
    • 9
  • n

    nice-country-99675

    11/24/2021, 3:13 PM
    👋 Hi team! I just found this issue... or maybe it's not an issue at all... I set the owner of a dataset to a user and everything works fine, I see the ownership in both the user's page and the dataset. But when I set the owner to a group, I don't see the ownership in group's page....
    b
    • 2
    • 6
  • n

    nice-country-99675

    11/24/2021, 7:38 PM
    👋 Hi team! It's my with another question... I'm getting a wrong result after filtering by a tag... I assume it's related to the fact I created tags with
    :
    in the middle and that may confuse the query.... maybe?
    g
    e
    b
    • 4
    • 15
  • l

    lively-jackal-83760

    11/25/2021, 9:04 AM
    Hi guys I noticed that on your demo page when we click on some platform - it opens new page search?filter_platform=urnlidataPlatform:hive without any values. Is that how it should be?
    e
    b
    • 3
    • 2
  • b

    brief-lizard-77958

    11/25/2021, 12:14 PM
    Hello. I'd like to replace the Datahub logo on the main page and the search page (see attached pictures). I'm guessing this has to be done in the datahub-web-react folder. If something as simple as replacing the images with an image with the same name in some folder would work, that would be an adequate solution. What is the process to replace these images?
    ✅ 1
    b
    • 2
    • 2
  • q

    quaint-lighter-4354

    11/25/2021, 1:53 PM
    Hey guys, I have a question and I can't find an answer online. I am currently using okta and the user is visible once he has logged in( that makes sense ) . If I integrate it with LDAP, will it be able to list a user if he hasn't logged in yet? Or will it be the same? Is there any way to get all users from LDAP as users in datahub? Thanks
    b
    b
    • 3
    • 4
  • b

    brief-lizard-77958

    11/25/2021, 2:29 PM
    Is there a simple way to hide "Datasets" from the front page UI? I tried deleting
    register.register(new DatasetEntity());
    from
    app.tsx
    in datahub-web-react but I get a lot of errors upon compilation and the UI doesn't show at all.
    e
    r
    • 3
    • 5
  • n

    nice-country-99675

    11/25/2021, 3:53 PM
    👋 Hi Team! I got a question... is the UI showing the
    ownership_type
    in any page?
    l
    b
    m
    • 4
    • 4
  • b

    better-afternoon-19270

    11/26/2021, 1:52 PM
    Hello. Where can I find more about “micro-frontend” on datahub. • Which components are exported/exposed. • What is the entry point. • Is it Webpack 5's module federation?
    g
    • 2
    • 2
  • b

    better-orange-49102

    11/29/2021, 8:56 AM
    i've a environmental variable that i would like to pass into frontend-react (its a string param) so that i don't have to rebuild the image everytime i change the variable any idea how to accomplish this?
    s
    b
    • 3
    • 6
  • a

    abundant-flag-19546

    11/30/2021, 3:18 AM
    Hello all, I ingested some MLModels, and I was able to search those entities. But, I cannot see any entities in MLModels page. Is this intended behavior, or not?
    e
    • 2
    • 8
  • o

    orange-flag-48535

    12/01/2021, 8:06 AM
    In the Search box in the Datahub UI, the autocomplete works for names of Datasets but not for names of fields. It's a bit confusing when I switch from searching for a Dataset to a field name. On a related note, it would be very useful to have autocomplete for field names, as that's what I often end up searching for.
    g
    b
    +2
    • 5
    • 7
  • c

    colossal-easter-99672

    12/01/2021, 11:39 AM
    Hello team. Is there any way to change dataset name in UI? I mean like via
    chartInfo.title
    in chart
    g
    b
    • 3
    • 2
1...678...27Latest