Hi everyone I have a question, I connect datahub u...
# ingestion
j
Hi everyone I have a question, I connect datahub using glue, but I want to ingestion specific table in glue catalog. can be config in ingestion source? thanks.
h
Hi @jolly-traffic-67085 Please use table_pattern to filter by full table name, as mentioned in the glue source config. For example-
Copy code
table_pattern:
    allow:
        - "flights-database.avro"
j
thanks!!! it' working.