self.schema and schema of the table of interest
Opened this issue · 0 comments
szeevs commented
Hi, to my understanding the self.schema='information_schema' does nothing as the parent classes do not support schema property. Currently I use INFORMATION_SCHEMA.COLUMNS as part of the query. Also I think it is important to pass the schema of the table of interest that we are building the schema for as a table with the same name can be in many different schema.