Hi, what all data is accessible to datahub? Let's ...
# ingestion
f
Hi, what all data is accessible to datahub? Let's say I use my redshift credentials, what data does datahub have access too?
b
It can read whatever tables that your credentials can read, assuming u do not restrict tables or schema not to be read.
m
Hi @full-area-6720 and @better-orange-49102, For redshift, we actually don't read schema from internal tables but rely on access to a few system tables like pg_catalog.pg_class, svv_external_schemas, etc. So if the user has access to those tables, we will read infor like - column names, types, comments, etc.
f
@miniature-tiger-96062 Thanks a lot, this is really helpful