* Fix for handling regular CTE queries with MSSQL,#8074 * Moved the get_cte_query function from mssql.py to base.py for using irrespetcive of dbengine * Fix for handling regular CTE queries with MSSQL,#8074 * Moved the get_cte_query function from mssql.py to base.py for using irrespetcive of dbengine * Unit test added for the db engine CTE SQL parsing. Unit test added for the db engine CTE SQL parsing. Removed additional spaces from the CTE parsing SQL generation. * implement in sqla model * lint + cleanup Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com> |
||
|---|---|---|
| .. | ||
| test_athena.py | ||
| test_base.py | ||
| test_bigquery.py | ||
| test_drill.py | ||
| test_gsheets.py | ||
| test_kusto.py | ||
| test_mssql.py | ||
| test_teradata.py | ||