hello everyone, currently I'm testing the metadata...
# ingestion
s
hello everyone, currently I'm testing the metadata ingestion, I noticed that it takes all tables, is there a method to specify only the tables considered by the ingestion ? Another question, how we can ingest powerbi reports which are deployed on a remote server (not on my local machine) ?
i
Hello Kawtar,
is 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)
Regarding powerBI, I don’t think the source supports remote servers: https://datahubproject.io/docs/metadata-ingestion/source_docs/powerbi
You can open a feature request for it though! https://feature-requests.datahubproject.io
s
Thank you for your help 😊