OpenSTEF / openstef-dbc

Provides (company specific) database connector for the OpenSTEF package
Mozilla Public License 2.0
1 stars 7 forks source link

Changed syntax and referenced pydantic v1 #119

Closed rodalynbarce closed 7 months ago

rodalynbarce commented 8 months ago

The LF Energy RTDIP team uses Databricks SQL and are currently working on integrating with OpenSTEF, changing 'distance' to `distance` prevents a syntax error in our database.

Pydantic imports have been changed to from pydantic.v1 to align with pydantic package upgrade and has also been changed in openstef