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

    silly-london-3535

    03/31/2020, 3:59 AM
    @bumpy-keyboard-50565 -- what is the best way to add a new aspect to Dataset (say wanted to capture/manage operational metrics of the dataset). I see one of you pointed to this link (https://github.com/linkedin/datahub/blob/master/docs/how/entity-onboarding.md). does this requires updating the .pdsc file or requires any development? does UI reflects the aspect automatically or do we need any custom development from UI side
    b
    • 2
    • 2
  • b

    billowy-eye-48149

    04/30/2020, 9:18 PM
    Last modified field for upstream and downstream datasets are not showing in the front-end for the sample data ingested to datahub. Am I missing something?
    s
    • 2
    • 3
  • b

    billowy-eye-48149

    05/29/2020, 5:56 PM
    Hi Team, I want to host the datahub frontend in HTTPS. But I couldn't find the path for placing the SSL certificate. Could you please help to implement it ? I am new to frontend development.
    b
    • 2
    • 2
  • b

    billowy-eye-48149

    06/04/2020, 9:36 PM
    Hi Team, Has anyone implemented Google SSO Login in Datahub ? I am a python developer and have implemented the SSO with Flask. But finding it difficult to implement in Datahub. Could some one please provide some inputs to do that.
    a
    • 2
    • 3
  • f

    faint-actor-38411

    06/10/2020, 6:09 AM
    Hi, I want to run Datahub on a basepath. Currently, I'm using the docker-compose file. Is there a way to rebuild the Docker image of frontend or configure it to run on a basepath. I checked this https://github.com/linkedin/datahub/blob/master/docker/frontend/Dockerfile but can't figure out how the static files are being generated and copied to the Docker image.
    o
    b
    • 3
    • 10
  • p

    plain-arm-6774

    07/11/2020, 1:28 AM
    Hi! Do we know what the fate of DatasetPropertiesContainer will be? I see that it’s currently dead code.
    b
    r
    r
    • 4
    • 17
  • v

    victorious-dawn-14920

    09/02/2020, 8:51 AM
    Hello, I was ingesting some kafka topics, and so, using: "platformSchema":{"documentSchema": schema}, everything works as expected, but on the front end, it appeared as such: I am using latest master from https://github.com/linkedin/datahub. Nothing too crazy appeared in the javascript console (just some 404) Am I doing something wrong / is it the intended behaviour? I was expecting to have all first level fields visible when viewing as a table.
    b
    m
    • 3
    • 7
  • s

    swift-account-97627

    09/21/2020, 11:47 AM
    I'm making some tweaks to the datahub frontend and getting slightly confused about the view models... It looks like the search results view and the header on the dataset detail view both use
    datahub-web/@datahub/data-models/addon/entity/dataset/dataset-entity.ts
    This class has an
    entity
    property. In the search results view, this property is populated with the dataset, as expected. In the header on the dataset detail view, this property appears to be populated with an object containing a
    dataset
    property which as the actual dataset. This seems to violate the type annotation, and means that most of the getter properties fall back to null/empty values. I haven't changed anything about this page so I'm not sure why this property isn't being set correctly, or if this is expected and I'm missing something about how it works. Any advice from the front-end developers?
    b
    w
    • 3
    • 15
  • s

    some-crayon-90964

    10/06/2020, 3:39 PM
    For data-portal, I defined a dependency in
    package.json
    , but when building frontend, I cannot find this dependency in
    node_modules
    , anything else I need to do to add new dependencies?
    b
    w
    r
    • 4
    • 7
  • s

    some-crayon-90964

    10/27/2020, 2:07 PM
    Hey LinkedIn team, there is an issue on the front-end, when there is a self-referencing datasets in relationship tab. If I select this certain dataset, and click on it again, the page will freeze. If I select this certain dataset, and click on something else, it will not. Please let me know if this is an issue I need to submit on github. Thanks.
    b
    b
    w
    • 4
    • 10
  • h

    high-hospital-85984

    10/30/2020, 10:14 AM
    Hi! We get a bit frustrated with the test run at build time for the frontend when doing quick iterations, so we’re thinking about changing https://github.com/linkedin/datahub/blob/5a5c6863fa1918f2b27c2c0ee2359a3aa5fff62d/datahub-web/build.gradle#L51 into
    task emberBuild(type: YarnTask, dependsOn: [execEmber, emberWorkspaceTest]) {
    which would allow us to do
    -x emberWorkspaceTest
    when needed. Is this something the public repo would benefit from?
    b
    w
    w
    • 4
    • 10
  • b

    broad-sugar-86949

    11/15/2020, 1:27 PM
    hi all, I tried out the datahub quickstart, but i believe the default datahub account is more like an admin account. I'm looking for the end-user perspective when accessing the catalog, are they able to interact with the published data dictionary in the form of posting comments, feedback etc?
    r
    • 2
    • 3
  • s

    square-greece-86505

    11/23/2020, 1:44 AM
    Hi All, I tried typing in the search bar but there is no autocomplete suggestion. I checked on Chrome dev tool, there were no network call at all when I type. Is that autocomplete search disabled by default or is there anyway to enable it. I have tried to search the documentation but no lock. Am I missing something?
    r
    • 2
    • 4
  • s

    some-crayon-90964

    12/10/2020, 5:25 PM
    Hi Datahub team, on the dataset status tab (where deprecation is), at the bottom of the page, there is such error displayed, I checked network in Chrome dev tools, there is no 4XX from API. What property is it mentioning? Thanks.
    ➕ 1
    s
    b
    • 3
    • 3
  • h

    high-hospital-85984

    12/14/2020, 10:11 AM
    We have a new Datahub instance (based on 0.6.1) and can’t seem to find the “Edit profile” button on the profile page anymore. Has it been removed, or do we have something odd in our setup?
    ➕ 1
    c
    e
    b
    • 4
    • 6
  • c

    calm-sunset-28996

    02/09/2021, 12:08 PM
    I got a question wrt. datahub-frontend (The docker.) If I first pull:
    Copy code
    docker pull linkedin/datahub-frontend
    and then run:
    Copy code
    docker run -it --env DATAHUB_SECRET=test --env DATAHUB_PLAY_MEM_BUFFER_SIZE=10mb --env DATAHUB_APP_VERSION=1.0 <http://docker.io/linkedin/datahub-frontend:latest|docker.io/linkedin/datahub-frontend:latest>
    I’m getting the following error:
    Copy code
    4) Error injecting constructor, java.lang.NumberFormatException: null
      at controllers.api.v1.Dataset.<init>(Dataset.java:19)
      while locating controllers.api.v1.Dataset
    ...
    Caused by: java.lang.NumberFormatException: null
    Is this normal? (Due to the fact that I haven’t set up the GMS connection yet?) Just to be sure that I’m not debugging this for nothing 🙂
    s
    • 2
    • 2
  • i

    incalculable-ocean-74010

    02/09/2021, 3:14 PM
    Hello, does DataHub require NodeJS to be pre-installed in the dev machine?
    b
    • 2
    • 1
  • i

    incalculable-ocean-74010

    02/09/2021, 3:15 PM
    When attempting to build from source on the master git branch, HEAD commit: b3dfa1e4
    2056 | Change dataset lineage pendulum animation component (#2061)
    I get the following gradle error:
    Copy code
    FAILURE: Build failed with an exception.
    
    * What went wrong:
    Execution failed for task ':datahub-web:emberBuild'.
    > Process 'command '/home/pedro/dev/datahub/datahub-web/build/yarn/yarn-v1.13.0/bin/yarn'' finished with non-zero exit value 1
    
    * Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
    
    * Get more help at <https://help.gradle.org>
    
    Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
    Use '--warning-mode all' to show the individual deprecation warnings.
    See <https://docs.gradle.org/5.6.4/userguide/command_line_interface.html#sec:command_line_warnings>
    
    BUILD FAILED in 21s
    125 actionable tasks: 115 executed, 10 up-to-date
    g
    b
    • 3
    • 13
  • i

    incalculable-ocean-74010

    02/09/2021, 4:24 PM
    Copy code
    $ yarn install
    yarn install v1.22.10
    [1/4] Resolving packages...
    [2/4] Fetching packages...
    info fsevents@2.1.2: The platform "linux" is incompatible with this module.
    info "fsevents@2.1.2" is an optional dependency and failed compatibility check. Excluding it from installation.
    info fsevents@1.2.11: The platform "linux" is incompatible with this module.
    info "fsevents@1.2.11" is an optional dependency and failed compatibility check. Excluding it from installation.
    [3/4] Linking dependencies...
    warning "workspace-aggregator-4a03fcd2-2d3d-413d-80bf-d5ee1a3df7ab > @nacho-ui/core > @fortawesome/ember-fontawesome > rollup-plugin-node-resolve@5.2.0" has unmet peer dependency "rollup@>=1.11.0".
    [4/4] Building fresh packages...
    $ chmod +x ./node_modules/husky/husky.js;node ./node_modules/husky/husky.js install
    husky > Setting up git hooks
    husky > Done
    husky > Like husky? You can support the project on Patreon:
    husky > <https://www.patreon.com/typicode> 🐕
    Done in 141.62s.
    cc @green-football-43791 it's easier to read
    g
    b
    • 3
    • 57
  • m

    microscopic-book-98466

    02/10/2021, 5:25 AM
    @big-carpet-38439 just wanted to check if we are planning to run both apps react and ember in parallel? Or just 1 app at a time? like running ember application until react app is ready and when react is ready then switch completely to react app.
    b
    m
    c
    • 4
    • 9
  • c

    curved-magazine-23582

    02/12/2021, 6:49 PM
    Is there a way to allow manual edit of dataset schema info and/or relationship/lineage info, from DataHub UI? 🤔
    b
    g
    l
    • 4
    • 11
  • c

    curved-magazine-23582

    02/17/2021, 4:27 AM
    similar questions for chart and dashboard. could current UI display these entities? 🤔
    m
    c
    • 3
    • 3
  • m

    melodic-scooter-98980

    02/17/2021, 12:21 PM
    Hello! Please could i ask you to explain me how to create data lineage by field ? i create 2 tables {"snapshot": {"aspects":[{"com.linkedin.schema.SchemaMetadata":{ "fields":[ { "fieldPath":"foo", "description":"xxx", "nativeDataType":"string", "type":{"type":{"com.linkedin.schema.StringType":{}}} }, ]}}], "urn":"urnlidataset:(urnlidataPlatform:foo,xxx,PROD)"}} ----- than join "upstreams":[ { "auditStamp":{ "time":0, "actor":"urnlicorpuser:fbar" }, "dataset":"urnlidataset:(urnlidataPlatform:foo,barUp,PROD)", "type":"TRANSFORMED"
    g
    • 2
    • 2
  • c

    curved-magazine-23582

    02/20/2021, 6:23 AM
    trying with the new React UI, getting exception while doing searches,
    Copy code
    Exception while fetching data (/search) : java.lang.RuntimeException: Failed to execute search: entity type DATASET, query demand, filters: [], start: 0, count: 10
    b
    • 2
    • 14
  • c

    curved-magazine-23582

    02/20/2021, 6:23 AM
    errors logged:
    Copy code
    datahub-frontend-react    | 06:22:24 [Thread-233] WARN  n.g.e.SimpleDataFetcherExceptionHandler - Exception while fetching data (/search) : java.lang.RuntimeException: Failed to execute search: entity type DATASET, query published-db.published_demand, filters: [], start: 0, count: 10
    datahub-frontend-react    | java.util.concurrent.CompletionException: java.lang.RuntimeException: Failed to execute search: entity type DATASET, query published-db.published_demand, filters: [], start: 0, count: 10
    datahub-frontend-react    |     at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273)
    datahub-frontend-react    |     at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280)
    datahub-frontend-react    |     at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1592)
    datahub-frontend-react    |     at java.lang.Thread.run(Thread.java:748)
    datahub-frontend-react    | Caused by: java.lang.RuntimeException: Failed to execute search: entity type DATASET, query published-db.published_demand, filters: [], start: 0, count: 10
    datahub-frontend-react    |     at com.linkedin.datahub.graphql.resolvers.search.SearchResolver.lambda$get$1(SearchResolver.java:62)
    datahub-frontend-react    |     at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
    datahub-frontend-react    |     ... 1 common frames omitted
    b
    • 2
    • 1
  • b

    brief-toothbrush-55766

    03/05/2021, 12:31 PM
    Hi guys, I ingested some test data, but UI, I get this when trying to view them:
    b
    • 2
    • 18
  • c

    calm-apartment-73685

    03/25/2021, 7:55 PM
    Hi All, I'm new to DataHub and have a question regarding the Properties tab in the UI. How should data be made available on that tab? I see in the Demo that a "No Data" message is displayed for all of the datasets. Thanks!
    m
    b
    • 3
    • 6
  • i

    incalculable-ocean-74010

    03/25/2021, 8:28 PM
    Hello all, has anyone succesfully configured OIDC authentication using azure AD?
    b
    a
    +2
    • 5
    • 21
  • t

    thousands-tailor-5575

    03/30/2021, 3:12 PM
    Hi guys, I am new to DataHub and we are building a POC in our organisation. A question: is there a possibility to visualise dataset lineage as a graph in the UI (similarly like in dbt)?
    g
    s
    • 3
    • 7
  • c

    chilly-spring-43918

    04/03/2021, 3:16 AM
    Hi all, i have a question, how do we enable or add username/password for authentication in the UI? Does it supported?
    m
    b
    • 3
    • 14
12345...27Latest