Hi Guys I was trying to ingest only the Jobs from ...
# ingestion
l
Hi Guys I was trying to ingest only the Jobs from the AWS Glue and used this recipe
Copy code
source:
    type: glue
    config:
        aws_region: eu-central-1
        platform: glue
        extract_transforms: True
        database_pattern: {'deny': ['.*']}
        table_pattern: {'deny': ['.*']}
It successfully pulled 2 jobs from aws and is showing the home page under Platform section. But when i click on it shows
No results found for ""
If i want to just pull my jobs from glue and not the tables and databases then it wont show it ?
l
Hey there 👋 I'm The DataHub Community Support bot. I'm here to help make sure the community can best support you with your request. Let's double check a few things first: 1️⃣ There's a lot of good information on our docs site: www.datahubproject.io/docs, Have you searched there for a solution? Yes button 2️⃣ It's not uncommon that someone has run into your exact problem before in the community. Have you searched Slack for similar issues? Yes button
a
Hi, what DH version are you using? I believe this was an error on older versions but has since been fixed
l
Yup it got resolved. thanks