Closed
Description
I'm using great_expectations to test my data in BigQuery and the library introspects the entire database/schema for tables, meaning they use the function sa.inspect(engine).get_table_names()
, because I have alot of tables this process is very very slow, I want to change the max_results
parameter passed on to dataset.list_tables operation, when tested it increased performance dramatically