-
Notifications
You must be signed in to change notification settings - Fork 972
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support for PostgreSQL for spanner reverse replication template gcs-to-sourcedb #1378
base: main
Are you sure you want to change the base?
Conversation
@aksharauke Changes from PR #1381 , #1396 and #1455 merged. |
a41e4a1
to
1aa7c99
Compare
Rebased branch to b910d17 to resolve merge conflicts. |
v2/gcs-to-sourcedb/src/main/java/com/google/cloud/teleport/v2/templates/GCSToSourceDb.java
Outdated
Show resolved
Hide resolved
v2/gcs-to-sourcedb/src/main/java/com/google/cloud/teleport/v2/templates/dao/BaseDao.java
Outdated
Show resolved
Hide resolved
v2/gcs-to-sourcedb/src/main/java/com/google/cloud/teleport/v2/templates/dao/MySQLDao.java
Outdated
Show resolved
Hide resolved
} | ||
|
||
// frees up the pooling resources | ||
public void cleanup() throws Exception { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move to base class
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Refactored and moved to base class.
.../main/java/com/google/cloud/teleport/v2/templates/processing/dml/PostgreSQLDMLGenerator.java
Show resolved
Hide resolved
v2/gcs-to-sourcedb/src/main/java/com/google/cloud/teleport/v2/templates/dao/BaseDao.java
Outdated
Show resolved
Hide resolved
7b931d1
to
54b9cc8
Compare
Rebased and updated to incorporate changes in #1549. |
v2/gcs-to-sourcedb/src/main/java/com/google/cloud/teleport/v2/templates/dao/BaseDao.java
Outdated
Show resolved
Hide resolved
v2/gcs-to-sourcedb/src/main/java/com/google/cloud/teleport/v2/templates/dao/BaseDao.java
Outdated
Show resolved
Hide resolved
...b/src/main/java/com/google/cloud/teleport/v2/templates/processing/dml/MySQLDMLGenerator.java
Outdated
Show resolved
Hide resolved
…enerator, cleanup
54b9cc8
to
c233e73
Compare
This pull request has been marked as stale due to 180 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time. Thank you for your contributions. |
Added support for PostgreSQL dialect for spanner reverse replication template
gcs-to-sourcedb
.Refer to DMLGenerator module
PostgreSQLDMLGenerator
for support for native PostgreSQL type.