Add TRANSACTION_ISOLATION_LEVEL config in cloudsql-postgres and cloudsql-mysql plugins for develop#675
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces the 'Transaction Isolation Level' configuration option for CloudSQL MySQL and CloudSQL PostgreSQL plugins, updating their batch sinks, batch sources, connectors, and documentation. The review feedback highlights several improvement opportunities, including changing the visibility of the new configuration field in CloudSQLMySQLSource from public to private for better encapsulation, removing redundant lines, correcting typos (such as 'databse'), and ensuring consistent colon usage in the documentation files.
| **Transaction Isolation Level:** Transaction isolation level for queries run by this sink. | ||
| **Transaction Isolation Level** The transaction isolation level of the database connection |
There was a problem hiding this comment.
These two lines are redundant and contain a missing colon. They can be merged into a single, clean description.
| **Transaction Isolation Level:** Transaction isolation level for queries run by this sink. | |
| **Transaction Isolation Level** The transaction isolation level of the database connection | |
| **Transaction Isolation Level:** The transaction isolation level of the database connection. |
| **Transaction Isolation Level:** Transaction isolation level for queries run by this sink. | ||
| **Transaction Isolation Level** The transaction isolation level of the databse connection |
There was a problem hiding this comment.
These two lines are redundant and contain a typo ('databse' instead of 'database'). They can be merged into a single, clean description.
| **Transaction Isolation Level:** Transaction isolation level for queries run by this sink. | |
| **Transaction Isolation Level** The transaction isolation level of the databse connection | |
| **Transaction Isolation Level:** The transaction isolation level of the database connection. |
bfd80f6 to
552c462
Compare
f2b9fd4 to
a812a14
Compare
…sql-mysql plugins for develop fix: updated widget and docs fix: typos Added a constant for default isolation level
a812a14 to
cf3e095
Compare
Add TRANSACTION_ISOLATION_LEVEL config in cloudsql-postgres and cloudsql-mysql plugins