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

    square-activity-64562

    07/22/2021, 6:28 AM
    I think this should be 11-20
    b
    • 2
    • 2
  • s

    square-activity-64562

    07/23/2021, 8:58 AM
    Is there any url for viewing groups? I tried ingesting some users and groups into datahub. I can see users but cannot find the group
    b
    g
    • 3
    • 9
  • b

    better-orange-49102

    07/25/2021, 3:07 AM
    Can i ask how is user browsing activities being tracked right now? in Kibana i see that ES has a usagestats_v1 index, but its doesnt have any documents inside it. I assumed that activities are passed via kafka queue to ES, but it doesnt seem the case.
    e
    • 2
    • 1
  • c

    cool-iron-6335

    07/26/2021, 2:54 AM
    File "/usr/local/lib/python3.8/dist-packages/avrogen/avrojson.py", line 304, in _union_from_json
    raise schema.AvroException('Datum union type not in schema: %s', value_type)
    avro.schema.AvroException: ('Datum union type not in schema: %s', 'com.linkedin.common.Status')
    b
    • 2
    • 1
  • m

    millions-engineer-56536

    07/26/2021, 9:22 PM
    Is there a way to disable lines between datasets in lineage graph view if they are connected via a task already? When we ingest our datasets we rely on pipeline tasks to detect downstream/upstream datasets so both a task as well as dataset[s] that it produces are downstream from it are recorded as downstream entities EX: in
    dataset A
    ->
    task 1
    ->
    dataset B
    graph we ingest both
    task 1
    and
    dataset B
    as downstream of
    dataset A
    . In dataset view we want to see
    dataset B
    in lineage TAB... but when we are looking at Lineage DAG we do not want to see a direct line
    dataset A
    ->
    dataset B
    . only
    dataset A
    ->
    task 1
    ->
    dataset B
    . Is that possible? Today we are seeing both paths
    m
    • 2
    • 2
  • s

    square-activity-64562

    07/27/2021, 5:33 AM
    On doing login with google got these errors a few times
    • 1
    • 4
  • c

    cool-iron-6335

    07/27/2021, 10:15 AM
    Is there any way to edit user profile on UI ? I see this feature in this link https://datahubproject.io/docs/features#users. I am asking about Profile Editing Function. How can i edit profile ? Why don't we add a function like editing description of dataset ?
    g
    • 2
    • 3
  • q

    quick-restaurant-75578

    07/28/2021, 5:17 AM
    Hi … wanted understand how to see some sample data from the tables/views (may be top 1000 records)
    b
    b
    m
    • 4
    • 8
  • e

    early-midnight-66457

    07/28/2021, 7:39 AM
    @big-carpet-38439 i am tryint to implement SSO, i am making a get call to the sso , it is expecting a json response, but i want text/html response. any suggesttions on this
    b
    • 2
    • 4
  • t

    thankful-family-51777

    07/29/2021, 3:14 AM
    Hallo, I have an issue while loading a dataset. This issue occur for some dataset. I'm using Datahub version 0.7.1. Does anyone know about this issue?
    Copy code
    datahub-frontend-react    | Caused by: com.linkedin.r2.RemoteInvocationException: Received error 414 from server for URI <http://datahub-gms>:<port>/datasets
    b
    g
    m
    • 4
    • 4
  • f

    faint-hair-91313

    07/29/2021, 2:19 PM
    Hi guys, friendly suggestion to maybe squeeze the results a bit better. Is not very aesthetic when the description is on multiple lines.
    g
    • 2
    • 4
  • f

    faint-hair-91313

    07/29/2021, 2:29 PM
    Maybe the scroll bar makes things a bit "ugly", but it's also the amount of height it takes.
    b
    • 2
    • 2
  • s

    salmon-cricket-21860

    07/30/2021, 7:37 AM
    Hi, seems columns are displayed in alphabetical order. How can I preserve original column orders stored in hive? For instance, the screenshot below shows columns are being displayed in a, b, c, ... order
    g
    • 2
    • 6
  • a

    adventurous-scooter-52064

    07/30/2021, 4:57 PM
    Hi, I’m trying to connect Datahub Frontned with oidc Authentication, i followed the guide and successfully reach our oauth login ui, but after that i just throw this error and i couldnt log in. Anyone know why?
    Copy code
    Caused by: java.util.concurrent.CompletionException: org.pac4j.core.exception.TechnicalException: com.nimbusds.jose.proc.BadJOSEException: Signed JWT rejected: Another algorithm expected, or no matching key(s) found
    	at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273)
    	at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280)
    	at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1606)
    	at play.core.j.HttpExecutionContext$$anon$2.run(HttpExecutionContext.scala:56)
    	... 6 common frames omitted
    Caused by: org.pac4j.core.exception.TechnicalException: com.nimbusds.jose.proc.BadJOSEException: Signed JWT rejected: Another algorithm expected, or no matching key(s) found
    	at org.pac4j.oidc.profile.creator.OidcProfileCreator.create(OidcProfileCreator.java:138)
    	at org.pac4j.oidc.profile.creator.OidcProfileCreator.create(OidcProfileCreator.java:40)
    	at org.pac4j.core.client.BaseClient.retrieveUserProfile(BaseClient.java:113)
    	at org.pac4j.core.client.BaseClient.getUserProfile(BaseClient.java:93)
    	at org.pac4j.core.engine.DefaultCallbackLogic.perform(DefaultCallbackLogic.java:92)
    	at react.auth.AuthModule$2.perform(AuthModule.java:84)
    	at react.auth.AuthModule$2.perform(AuthModule.java:79)
    	at org.pac4j.play.CallbackController.lambda$callback$0(CallbackController.java:56)
    	at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1604)
    	... 7 common frames omitted
    b
    f
    m
    • 4
    • 13
  • s

    square-activity-64562

    08/03/2021, 9:51 AM
    It would be good to have Lineage tab on the task page to show Input and output datasets. Makes navigation easier. e.g. On this page https://demo.datahubproject.io/tasks/urn:li:dataJob:(urn:li:dataFlow:(airflow,datahub_sn[…]e_ingestion,prod),ingest_usage_from_snowflake)/properties I know there is a pipeline but I have no way to find out what dataset are inputs and outputs.
    g
    b
    • 3
    • 16
  • c

    clean-piano-28976

    08/10/2021, 1:56 PM
    Hi guys 👋🏾, I am new to DataHub and I’m wondering if someone is able to assist with the following error I’m getting in the UI? The error occurs when I click on Datasets, Pipeline, Dash etc.
    m
    c
    • 3
    • 17
  • c

    calm-lawyer-777

    08/13/2021, 5:08 AM
    Hi guys, quick question: How to hide Dashboard, Pipelines, etc. I want to hide menu without items
    ➕ 2
    👀 1
    a
    l
    +3
    • 6
    • 6
  • c

    calm-lawyer-777

    08/13/2021, 5:48 AM
    Hi guys, another quick question. In schema versioning, can we show the timestamp for that version? so naturally we want to know when the version is ingested
    g
    • 2
    • 2
  • s

    square-activity-64562

    08/13/2021, 8:08 AM
    Is version history broken? I am on https://demo.datahubproject.io/dataset/urn:li:dataset:(urn:li:dataPlatform:snowflake,demo_pipeline.public.all_entities,PROD)/schema and was checking it but the comparison does not seem to be showing anything at all
    b
    b
    • 3
    • 5
  • s

    square-activity-64562

    08/13/2021, 8:54 AM
    As per https://github.com/linkedin/datahub/pull/2986#discussion_r684928025 I thought if some tag is applied via the UI and some via ingestion then those will be kept separate
    Copy code
    flow_mce = models.MetadataChangeEventClass(
            proposedSnapshot=models.DataFlowSnapshotClass(
                urn=flow_urn,
                aspects=[
                    models.DataFlowInfoClass(
                        name=dag_id,
                        externalUrl=flow_url,
                    ),
                    *tags_aspect
                ],
            )
        )
    But I applied some tags via the UI and then sent some tags via the code and it seems to have overwritten what was applied via the UI. I went to the URL of the tag to check whether the UI was wrong and the tag was still present. But the tag was not applied to the Pipeline. Seems what tag is sent via airflow ingestion code will overwrite what is added via the UI
    w
    • 2
    • 2
  • s

    stale-printer-44316

    08/16/2021, 8:46 AM
    Hi - Are there any plans of integrating datahub with Apache superset? If yes what is the roadmap please.
    f
    p
    • 3
    • 3
  • s

    square-activity-64562

    08/16/2021, 10:15 AM
    It would be great if there are numbers on these tabs on entities. As people are adding docs for the datasets would like to focus on where we have lineages or queries. That would help in focusing our effort of adding docs to tables which we know have downstream dependencies or are being used more heavily
    m
    b
    • 3
    • 5
  • s

    square-activity-64562

    08/16/2021, 10:33 AM
    Bug in filters. I have marked glue sources as removed. But it is still showing up in filters
    e
    • 2
    • 1
  • p

    polite-flower-25924

    08/16/2021, 11:37 AM
    Hey team, I’ve seen some issues while rendering nested record in Avro schema. There are inner
    Record
    type like
    buyable
    field . They are rendered as
    Struct
    in the UI, however their fields are not seen. Maybe, we can show the nested record fields with foldable/unfoldable format. I think this feature is supposed to be handled with https://github.com/linkedin/datahub/pull/3079 but it seems that there are some missing parts. Schema in raw format:
    Copy code
    {
      "type": "record",
      "name": "BuyNowEvent",
      "namespace": "com.xx.yy.events.BuyNowEvent",
      "doc": "This event is fired when a user clicks the \"Buy Now\" button",
      "fields": [
        {
          "name": "buyable",
          "type": {
            "type": "record",
            "name": "Buyable",
            "namespace": "com.xx.yy.events.common",
            "fields": [
              {
                "name": "type",
                "type": "string",
                "doc": "Type of buyable item; e.g. car, home"
              },
              {
                "name": "id",
                "type": "int",
                "doc": "ID of buyable item"
              }
            ]
          }
        },
        {
          "name": "createTime",
          "type": {
            "type": "long",
            "logicalType": "timestamp-millis"
          },
          "doc": "UNIX time of the event producer client when event occurred",
          "client_enrich": true
        },
        {
          "name": "sendTime",
          "type": {
            "type": "long",
            "logicalType": "timestamp-millis"
          },
          "doc": "UNIX time of the event producer client when event was sent",
          "client_enrich": true
        },
        {
          "name": "eventId",
          "type": "string",
          "doc": "Event id is a UUID generated by an event producer. Should be unique per event.",
          "client_enrich": true
        }
      ]
    }
    ✅ 1
    b
    g
    • 3
    • 14
  • f

    fancy-advantage-41244

    08/16/2021, 3:44 PM
    Is there a need from community on having "View in Bigquery" if dataset's platform = bigquery?
    👍 1
    ➕ 1
    l
    b
    +4
    • 7
    • 18
  • s

    square-activity-64562

    08/18/2021, 4:24 AM
    Is there pagination on Pipeline -> tasks page. As I am adding more lineages I am noticed for some of our bigger DAGs we have 18 tasks so far and pagination has not appeared. So I am starting to think pagination is not there. If not, it would be good to have pagination
    plus one 1
    m
    • 2
    • 4
  • c

    clever-ocean-10572

    08/18/2021, 8:28 PM
    This may be a dumb question that is answered in the docs and I just cannot find it but how do you create new users?
    b
    • 2
    • 6
  • w

    worried-traffic-82020

    08/19/2021, 4:15 AM
    Hi everyone.. How do we resolve "Exception while fetching data (/browse/entities) : java.lang.RuntimeException: Failed to retrieve entities of type Dataset" in the UI ?
    b
    e
    b
    • 4
    • 31
  • m

    magnificent-camera-71872

    08/20/2021, 3:56 AM
    Hi.... Does the UI currently support viewing of glossary terms added at the field level. Seems to work ok at the dataset level, but not for field level glossary terms. Many thanks....
    m
    b
    l
    • 4
    • 4
  • r

    rich-policeman-92383

    08/20/2021, 8:06 AM
    Hi Guys Please help me with this problem. After enabling LDAP authentication datahub frontend does not ask me to enter any credentials. Instead i am logged in as datahub user. I have set AUTH_JAAS_ENABLED=true and AUTH_OIDC_ENABLED=false https://datahubproject.io/docs/datahub-frontend#authentication
    Copy code
    WHZ-Authentication {
      com.sun.security.auth.module.LdapLoginModule required
      userProvider="<ldap://host:389/dc=example,dc=com>"
      authIdentity="{USERNAME}"
      userFilter="(&(objectClass=person)(uid={USERNAME}))"
      java.naming.security.authentication="simple"
      debug="true"
      useSSL="false";
    };
    b
    • 2
    • 5
12345...27Latest