After modifying a column in clikchouse, does the connector need to be restarted? #475
-
Hi all, noticed this peculiarity and can't figure out if it's something I have that's not working right or if it's the connector that's working that way. If I have modified the column data type
do I also need to restart the connector/task ? When I restart - everything starts working fine. But before the restart the connector doesn't realize that the data schema has changed, although I can see the log: “Update table mapping” or something like that. Also another point, almost unrelated to the question. I saw that the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
In general, it's safer to stop the connector -> alter the table -> start the connector. tableRefreshInterval sets the time for refreshing the table mapping, but there is usually a gap between updates. For DateTime, what is your data format? |
Beta Was this translation helpful? Give feedback.
In general, it's safer to stop the connector -> alter the table -> start the connector.
tableRefreshInterval sets the time for refreshing the table mapping, but there is usually a gap between updates.
For DateTime, what is your data format?