You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This results in MSSQLDatabaseException: (0, b'Unknown Error)
Having the same order makes the query run just fine.
I guess that the query informs how the dataframe is created, im just thinking sqlmesh should be able to pair the key values anyway, regardless of the order.
The text was updated successfully, but these errors were encountered:
Version used: 0.159.0
Engine: MSSQL
Example:
In this model definition, the order is
In my query it was:
This results in MSSQLDatabaseException: (0, b'Unknown Error)
Having the same order makes the query run just fine.
I guess that the query informs how the dataframe is created, im just thinking sqlmesh should be able to pair the key values anyway, regardless of the order.
The text was updated successfully, but these errors were encountered: