DeepLcom / sql-mock

A Python library to test your SQL models using mocked input data
MIT License
33 stars 5 forks source link

Revert "Use sqlglot to replace table reference" #23

Closed Somtom closed 9 months ago

Somtom commented 9 months ago

Reverts DeepLcom/sql-mock#21

We identified some issues with SQL mock changing the query. So for now we revert the change until we found a solution (https://github.com/tobymao/sqlglot/issues/2712)