Feat! Update to psycopg3. Updates to Databricks data types#2558
Feat! Update to psycopg3. Updates to Databricks data types#2558
Conversation
mivds
left a comment
There was a problem hiding this comment.
LGTM, just a few comments to review.
Regarding naming/versioning:
- If we want to follow conventional commits, this PR should be prefixed as
Feat!since it's a breaking change- Probably best to split in separate PR's for future. It's two different features (postgres upgrade + databricks data type improvements) bunched together, which will complicate release notes once they are automated
- Will we release this as a minor version bump? I.e.
4.0.x->4.1.0?
soda-databricks/src/soda_databricks/common/data_sources/databricks_data_source.py
Show resolved
Hide resolved
soda-databricks/src/soda_databricks/common/data_sources/databricks_data_source.py
Outdated
Show resolved
Hide resolved
soda-postgres/src/soda_postgres/common/data_sources/postgres_data_source_connection.py
Outdated
Show resolved
Hide resolved
soda-postgres/src/soda_postgres/common/data_sources/postgres_data_source_connection.py
Outdated
Show resolved
Hide resolved
|
Thanks for the review and the comment! Version wise; no strong opinion on this. I think |
Probably, yes. I was mostly asking because we're moving from |
|
I think this is all right. It's mainly the package that is changing. Most of the things are backwards compatible (for us at least); all tests passed without issues. |
…recision and scale
bf97e2a to
a693273
Compare
|



Description
Please provide a description of your changes:
Checklist