hello everyone,
please advise, I’ve ingested data from aws athena service,
it was successful, but it is not properly shown in the UI,
it shows containers in the search results and also in the table UI. but it shows db name when I click on Athena in the UI, see below screenshots, I don’t want to see containers, just db names. Can I just set that containers are not shown? or even ignored during the ingestion process
Hi <@U05NH3JE6F5>, just to make sure I’m on the right page, the issue here is that you are getting an “urn:li:container” value in the browse path for athena entities? Can you try running the delete cli command: datahub delete -p athena -a 'browsePaths' --hard and then reingesting? If you’re unfamiliar with the delete cli, make sure you’re pointed at your instance, by calling <DataHub CLI | DataHub init>
<@U04N9PYJBEW> yes, I can try that, but I see no point in it because Initially used docker with prev. release version and then completely wiped out the docker containers with nuke command. including data in mysql.
then I spin up new docker with current 0.11.0 version and setup a new athena connection to it, the results are the same.
to add a note, I ingested the same tables using glue connector, it worked well.