After instantiating an engine object you should now be able to query data as normal using SQL. To reduce the amount of repeated code and enable easier data-science tasks we have written the function query_dataframe, which queries the DB and returns the dataset as a dataframe.
%% Cell type:code id: tags:
``` python
schema_check=f"SELECT * FROM PROD.INFORMATION_SCHEMA.TABLES LIMIT 10 "