[Feature] Support month, day, and hour expressions for cdc synchronizing tables action #1141
Closed
1 of 2 tasks
Labels
good first issue
Good for newcomers
Search before asking
Motivation
Currently, cdc synchronizing tables action support computed column. We can support more expressions:
month: extract month from date column
day:extract day from date column
hour:extract hour from date or time column
Solution
Please reference the implementation of year:
#1109
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: