andrey_tatarinov
05/26/2022, 2:32 PMandrey_tatarinov
05/26/2022, 2:33 PMdiscover_catalog_entries
relies on sqlalchemy introspection working correctly and does not support customization.andrey_tatarinov
05/26/2022, 2:34 PMandrey_tatarinov
05/26/2022, 2:35 PMschema1.table
, and in getting table properties when schema is also provided as separate argument, treats schema in table name as project name -> fails to find such table)andrey_tatarinov
05/26/2022, 2:38 PMdiscover_catalog_entries
into several overridable functions:
• _get_all_schemas
• _get_all_tables_in_schema
• _get_all_columns_in_table
in this way I would be able to override just a get_all_tables
part and reuse the rest of the logicedgar_ramirez_mondragon
05/26/2022, 3:08 PMandrey_tatarinov
05/26/2022, 3:10 PMedgar_ramirez_mondragon
05/26/2022, 3:11 PMandrey_tatarinov
05/29/2022, 8:54 AMandrey_tatarinov
05/29/2022, 9:10 AM