swift-breakfast-25077
04/02/2022, 11:22 AMincalculable-ocean-74010
04/04/2022, 9:28 AMis there a method to specify only the tables considered by the ingestion ?
Yes, you can use include/exclude rules to define which tables to be crawled:
https://datahubproject.io/docs/metadata-ingestion/source_docs/postgres#config-details
table_pattern.allow/deny
The property changes from source to source (some don’t have the concept of schemas, others of tables and so on, but the logic should be the same)incalculable-ocean-74010
04/04/2022, 9:29 AMincalculable-ocean-74010
04/04/2022, 9:30 AMswift-breakfast-25077
04/04/2022, 1:07 PM