pydiverse / pydiverse.pipedag

A data pipeline orchestration library for rapid iterative development with automatic cache invalidation allowing users to focus writing their tasks in pandas, polars, sqlalchemy, ibis, and alike.
https://pydiversepipedag.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
15 stars 2 forks source link

Optimize error messages for SQL errors #102

Open windiana42 opened 1 year ago

windiana42 commented 1 year ago

It is very common to create invalid SQL. We might optimize error messages for this case.

Test example: In mssql dialect it is even invalid to create a table with columns that don't have a name, i.e. SELECT 1.