This PR aims to decouple the query engine, allowing us to access the Ibis engine in development mode to validate the queries.
Env setup
# .env.dev file
WREN_IBIS_ENDPOINT=http://localhost:8000
WREN_IBIS_SOURCE=bigquery
WREN_IBIS_MANIFEST= # this is a base64 encoded string of the MDL
WREN_IBIS_CONNECTION_INFO={"project_id": "", "dataset_id": "", "credentials":""}
This PR aims to decouple the query engine, allowing us to access the Ibis engine in development mode to validate the queries.
Env setup