I am aiming at having a clickhouse table that is constantly updating rows and easy to export. I am considering having a Clickhouse table reference a path to a CSV file, similar to how dictionaries can reference an Absolute Path to a file under its source.
Is there a way to have it update accordingly to a CSV file? Instead of having to update rows all the time?