pydough.to_table() is added in #493 to materialize PyDough queries as database tables/views. It currently supports SQLite, Snowflake, MySQL, Postgres, and Oracle.
BodoSQL uses a different execution model (BodoSQLContext instead of DB connection) and needs separate handling.
Tasks
follows up on #493
pydough.to_table()is added in #493 to materialize PyDough queries as database tables/views. It currently supports SQLite, Snowflake, MySQL, Postgres, and Oracle.BodoSQL uses a different execution model (BodoSQLContext instead of DB connection) and needs separate handling.
Tasks
follows up on #493