Redshift information schema cannot be joined with user defined tables due to information schema being accessible only from the Redshift leader node and not from compute nodes. This PR implements a workaround for Redshift that utilizes catalogue tables pg_attribute, pg_type, pg_class and pg_namespace.
Redshift information schema cannot be joined with user defined tables due to information schema being accessible only from the Redshift leader node and not from compute nodes. This PR implements a workaround for Redshift that utilizes catalogue tables
pg_attribute
,pg_type
,pg_class
andpg_namespace.
Additional info: