Skip to content
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

JdbcTableDataObject should support housekeepingMode #817

Open
Donneker opened this issue Apr 9, 2024 · 1 comment
Open

JdbcTableDataObject should support housekeepingMode #817

Donneker opened this issue Apr 9, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Donneker
Copy link

Donneker commented Apr 9, 2024

Is your feature request related to a problem? Please describe.
I wanted to use housekeepingMode with our existing JdbcTableDataObject(s) but was surprised it is not yet supported as far as I understand right now.

Describe the solution you'd like
housekeepingMode should also be available for JdbcTableDataObject

Additional context
-l

@Donneker Donneker added the enhancement New feature or request label Apr 9, 2024
@zzeekk
Copy link
Contributor

zzeekk commented Apr 16, 2024

Hi @Donneker, you are right, there is no configuration housekeepingMode for JdbcTableDataObject implemented yet. You could use postWriteSql to do some cleanup on the target table (or postReadSql for the source table). Do you think this would be sufficient, or do you see added value by the housekeepingMode?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants