https://datahubproject.io logo
Join Slack
Powered by
# troubleshoot
  • c

    colossal-laptop-87082

    11/08/2022, 6:37 AM
    Hello Team, Not able to see the CSV Datasource ??
    h
    • 2
    • 1
  • d

    dry-hair-98162

    11/08/2022, 6:39 AM
    Hi everyone, I have questions. Can we migrate data from a datahub to another datahub? and How to migrate it? Thank you
    b
    • 2
    • 10
  • h

    helpful-london-56362

    11/08/2022, 7:25 AM
    Hello, I've deployed a datahub custom action by mounting a configuration and definition file inside my
    datahub actions
    container. To run the action, I exec into the container and run
    datahub actions -c my_custom_action.yaml
    . This starts up the action successfully. Can I run this same actions from outside the container ? ie without the need to exec into the container? Is this the recommended way to deploy actions? I followed the documentation here https://github.com/acryldata/datahub-actions/blob/main/docs/guides/developing-an-action.md#step-2-installing-the-action. thank you
    a
    • 2
    • 2
  • b

    bland-orange-13353

    11/08/2022, 8:05 AM
    This message was deleted.
    a
    a
    +2
    • 5
    • 13
  • c

    colossal-laptop-87082

    11/08/2022, 9:20 AM
    while sending great expectations results to the datahub, getting error like no dataset found
    h
    • 2
    • 12
  • c

    colossal-laptop-87082

    11/08/2022, 9:20 AM
    any possible causes / fixes can be done???
  • a

    average-dinner-25106

    11/08/2022, 9:53 AM
    Hello. Can I use LDAP based authentication of the UI after running docker quickstart? I made my own custom jaas.conf file and added the path of it to the volume of the container "datahub-frontend-react" in docker-compose.yml located in the quickstart directory. After doing this, I did docker-compose up datahub-frontend-react container and check login of my company's ldap/ad account but failed to login. What am I doing wrong?
    a
    • 2
    • 4
  • j

    jolly-printer-3955

    11/08/2022, 10:01 AM
    I am trying to connect DataHub to my Snowflake account, however when I try to test the connection I get the error attached in the image. The data I have entered for the connection is as follows: source: type: snowflake config: account_id: CYFGSMO.RJ16003 warehouse: COMPUTE_WH role: datahub_role include_table_lineage: true include_view_lineage: true profiling: enabled: true stateful_ingestion: enabled: true username: XXXXX password: XXXX Currently, I'm pretty much stuck, so I would appreciate any help....
    h
    • 2
    • 8
  • b

    breezy-portugal-43538

    11/08/2022, 10:04 AM
    Hello, currently i am starting datahub using this command: docker-compose images quickstart/docker-compose-without-neo4j.quickstart.yml as far as I am aware the yml file will fetch the newest version of each image due to the ${DATAHUB_VERSION:-head} present within this file for each image. Question: is there a way (command or something) to see what is the current value for those images? I would like to know value for each ${DATAHUB_VERSION:-head} in my docker-compose.yml file
    a
    • 2
    • 2
  • m

    mysterious-advantage-78411

    11/08/2022, 11:24 AM
    Hi, could somebody explane me how tableau ingestion should work. I got two sheets in tableau first one published but second marked as unpublished. so even second sheet unpublished i saw this sheet in Daahub. is that correct? second thinkg is in deletion. do the sheets shoud be deleted from datahub after it deleted in tableau? many thanks for explanation.
    plus1 1
    a
    • 2
    • 5
  • c

    careful-window-71822

    11/08/2022, 12:24 PM
    Hello everyone! How can I do the same as on https://demo.datahubproject.io so that without authorization it can be viewed? I have a fresh installation via helm and site always redirect to /login?redirect_uri=%2F when opening the main page
    b
    a
    • 3
    • 6
  • h

    handsome-football-66174

    11/08/2022, 2:32 PM
    Hi Team, we are on 0.8.45 version of Datahub, we notice that for the validations, the column is displayed as undefined...
    j
    b
    • 3
    • 6
  • e

    echoing-oyster-50327

    11/08/2022, 3:09 PM
    Hi team, we’re trying to build our forked datahub and noticed that the gradle-avro-plugin is failing to resolve, looking at the gradle status page (https://status.gradle.com/?utm_source=embed) they’ve stopped redirecting to jcenter where necessary, which means the relatively old plugin version (0.8.1) is failing to resolve. Does anyone happening to be looking at this and have a workaround? The same problem exists with the builds in master btw
    b
    d
    • 3
    • 2
  • h

    helpful-london-56362

    11/08/2022, 4:07 PM
    Hello, sorry to repeat myself concerning my issue with datahub actions. I have successfully mounted my custom actions in
    etc/datahub/actions/conf/
    folder in the
    data hub-action
    container. However, I get a
    module not found
    error when the container starts. I'm following the instructions here https://github.com/acryldata/datahub-actions/blob/main/docs/guides/developing-an-action.md#step-2-installing-the-action where the definition file and the configuration file has the same name and in the same folder. Is there something I'm missing? Any help will be appreciated. Thank you
    a
    • 2
    • 1
  • h

    high-toothbrush-90528

    11/08/2022, 5:04 PM
    Hi everyone, I am trying to use the dataPlatformInfo aspect and, but I receive a 500 error (I am ingesting it with python ). This is how I use it:
    Copy code
    mcp = MetadataChangeProposalWrapper(
                entityType="dataPlatform",
                changeType=ChangeTypeClass.UPSERT,
                entityUrn=make_data_platform_urn("TestPlatform"),
                aspect=DataPlatformInfoClass(name="TestPlatformName",type=PlatformTypeClass.OTHERS,datasetNameDelimiter=".",displayName="TestPlatformDisplayName"))
    b
    • 2
    • 6
  • s

    swift-plastic-79414

    11/08/2022, 6:00 PM
    Hello everyone, How does DataHub create the lineage for Redshift objects? In particular, I want to know where DataHub retrieved the information for the lineage attached between the s3 files and the Redshift table. Is there a particular view that is being ingested? Or is DataHub parsing the queries on the table?
    d
    • 2
    • 4
  • a

    aloof-leather-92383

    11/08/2022, 6:57 PM
    Hi everyone, I attempting to run datahub docker quickstart with the --quickstart-compose-file option and I got the following error "Unable to run quickstart - the following issues were detected: - quickstart.sh or dev.sh is not running." This has previously worked for me but this time as I was trying to go from v0.9.0 to v0.9.2 it didn't. I opened the log file in the error message but its blank and empty so there nothing for me to go off of.
    i
    • 2
    • 1
  • g

    gentle-camera-33498

    11/08/2022, 7:37 PM
    Hello everyone, I developed a metadata emitter to emit ML Models metadata from Model Cards defined by a YAML file. I'm testing with mock data and the execution is fine. The problem is that some metadata is ignored by the front end (they are not appearing on the UI). One example is the 'InstitutionalMemory' aspect. Any one know what it could be? images in thread
    • 1
    • 5
  • m

    miniature-exabyte-80137

    11/08/2022, 11:23 PM
    Hi! I am having trouble setting up policies to allow groupA to be able to access domainA. Globally, users are not able to see any of the data assets but when assigning a user to groupA and then setting up a policy to give them permission to access domainA I am still met with "unauthorized access". Any help is appreciated, thanks!
    a
    • 2
    • 10
  • t

    thankful-air-70251

    11/09/2022, 1:44 AM
    Howdy everyone - would you please lend me a hand ? I am now deploying datahub with EKS / MSK / ES. However i met a wired issue, which was when i turned on multi partitions for MSK(aws managed kafka)
    Copy code
    kafka:
        bootstrap:
          server: "xxx"
        zookeeper:
          server: "xxx"
        ## For AWS MSK set this to a number larger than 1
        partitions: 3
        replicationFactor: 3
    however, that led to datahub-gms ran abnormally, kept reporting issues as below, which resulted in unable to create AccessToken/Glossary etc. The only way to resolve this was to comment the
    partitions & replicationFactor
    . May i seek help here - any chance to enable multi partitions along with gms work properly ? Thanks.
    i
    • 2
    • 6
  • a

    average-dinner-25106

    11/09/2022, 9:30 AM
    Hello. I want to find one environmental variable "auth.jaas.enabled" to change it to be true. I wonder where it is. Since I use docker quickstart, I found the directory /plugins/auth/resources is empty. I really appreicate it if anyone can help me. (I found it in the application configuration of the container "datahub-frontend_react", but it is meaningless to change in the container since it automatically changed to false if I run datahub quickstart.)
    m
    • 2
    • 8
  • w

    witty-television-74309

    11/09/2022, 2:43 PM
    Hello Folks, any suggestion on this issue ? Already tried debugging guide and found no issues with the setup. To enable profiling on s3 parquet dataset do I have to do any additional setup that i am missing ?
    a
    • 2
    • 3
  • b

    brave-zebra-97479

    11/09/2022, 9:32 PM
    I'm trying to use the remote debugging, but inteillj just keeps getting connection reset. I had this issue before, but I forget how I fixed it. Has anyone seen a similar issue?
    a
    • 2
    • 2
  • m

    melodic-match-38516

    11/10/2022, 3:22 AM
    Hi all We are facing issue with login to to Datahub from some users after enabling Google Auth. Datahub version : v0.8.43 We followed this Doc to setup google auth in our Datahub https://datahubproject.io/docs/authentication/guides/sso/configure-oidc-react-google/ Google auth is working for some Users and not working for some Error from Front end pod is
    Copy code
    13:47:27 [application-akka.actor.default-dispatcher-1588] ERROR auth.sso.oidc.OidcCallbackLogic - Unable to renew the session. The session store may not support this feature
    13:47:29 [application-akka.actor.default-dispatcher-1614] ERROR auth.sso.oidc.OidcCallbackLogic - Unable to renew the session. The session store may not support this feature
    current Settings
    Copy code
    - name: AUTH_OIDC_ENABLED
          value: "true"
        - name: AUTH_OIDC_CLIENT_ID
          value:
        - name: AUTH_OIDC_CLIENT_SECRET
          value:
        - name: AUTH_OIDC_DISCOVERY_URI
          value: <https://accounts.google.com/.well-known/openid-configuration>
        - name: AUTH_OIDC_BASE_URL
          value: <https://URL>
        - name: AUTH_OIDC_SCOPE
          value: openid profile email
        - name: AUTH_OIDC_USER_NAME_CLAIM
          value: email
        - name: AUTH_OIDC_USER_NAME_CLAIM_REGEX
          value: ([^@]+)
    Do we need to add any additional permissions in GCP ?
    a
    • 2
    • 4
  • c

    colossal-laptop-87082

    11/10/2022, 6:49 AM
    Hello Team!!! I'm trying to use CSV with the S3 Module, getting 0 exported events to the datahub, what is the issue, Attaching Screenshot FYI.
  • c

    colossal-laptop-87082

    11/10/2022, 6:49 AM
    image.png
  • c

    colossal-laptop-87082

    11/10/2022, 7:03 AM
    #troubleshoot Does DataHub supports Azure Blob CSV and AWS S3 CSV as Ingestion???
    a
    • 2
    • 1
  • b

    bumpy-manchester-97826

    11/10/2022, 11:01 AM
    Hey! Hopefully this is the correct channel to ask this - We’re using SSO with Okta and would like to be able to hyperlink to a specific dataset in the UI, allowing the user upon clicking the link to be taken straight to that dataset. We’re finding that if the user isn’t already logged into Datahub via Okta, clicking the link and inputting their credentials into Okta redirects them to the home page of Datahub rather than the dataset. This isn’t the case without SSO, where after inputting their credentials into the Datahub modal it will resolve to the full path in the url and present the dataset in the UI. Is this intentional/by design?
    f
    a
    • 3
    • 3
  • m

    most-nightfall-36645

    11/10/2022, 12:06 PM
    Hi we are experiencing an issue where users are logged in as wrong user when using google auth and OIDC: When users are logging in using SSO they are logged in as incorrect user. This started after we upgrade to
    v0.9.2
    This is only happening for a subset of our users. I have checked our OIDC configuration but i cant see anything that would lead to this behaviour. Datahub front-end logs dont seem to record any relevant events either. Has anyone experienced this issue?
    a
    • 2
    • 3
  • w

    witty-television-74309

    11/10/2022, 3:20 PM
    Folks, I see that this PR is merged on Nov 4th . If I install using “datahub docker quickstart” will i get this fix ?
    a
    • 2
    • 3
1...585960...119Latest