Hello Team, Why would MariaDB ingestion require ac...
# ingestion
b
Hello Team, Why would MariaDB ingestion require access to
user
table ?
Copy code
OperationalError: (pymysql.err.OperationalError) (1142, "SHOW VIEW command denied to user 'datahub'@'<ip address>' for table 'user'")
d
by default we try to collect metadata from all table/view. If you want you can set up schema/table patterns to filter out tables/views -> https://datahubproject.io/docs/metadata-ingestion/source_docs/mysql
thank you 1