Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema Pattern Option in Athena Recipe not ingesting any metadata #7643

Closed
vravi-li opened this issue Mar 20, 2023 · 2 comments
Closed

Schema Pattern Option in Athena Recipe not ingesting any metadata #7643

vravi-li opened this issue Mar 20, 2023 · 2 comments
Labels
bug Bug report stale

Comments

@vravi-li
Copy link

Describe the bug
Using the schema pattern option in Athena recipe does not ingest any metadata from the underlying tables. I am trying to ingest multiple databases from Athena. The only way to do this right now is to put multiple database names in database option in the recipe, and I have more than 100 tables. There is no option of database pattern in the ingestion recipe unfortunately.

To Reproduce
Steps to reproduce the behavior:
Try ingesting data with the attached recipes.

Recipe #1

source:
    type: athena
    config:
        aws_region: us-east-1
        work_group: primary
        database: auto_aggregation
        query_result_location: 's3://......'

Recipe #2

source:
    type: athena
    config:
        aws_region: us-east-1
        work_group: primary
        schema_pattern:
            allow:
                - '^auto_*'
        query_result_location: 's3://......'

Expected behavior
The metadata is ingested properly.

Screenshots
image

Desktop (please complete the following information):

  • OS: MAC
  • Browser: Chrome

Additional context
Add any other context about the problem here.

@vravi-li vravi-li added the bug Bug report label Mar 20, 2023
@github-actions
Copy link

This issue is stale because it has been open for 30 days with no activity. If you believe this is still an issue on the latest DataHub release please leave a comment with the version that you tested it with. If this is a question/discussion please head to https://slack.datahubproject.io. For feature requests please use https://feature-requests.datahubproject.io

@github-actions github-actions bot added the stale label Apr 20, 2023
@github-actions
Copy link

This issue was closed because it has been inactive for 30 days since being marked as stale.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report stale
Projects
None yet
Development

No branches or pull requests

1 participant