We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Filters can use wildcards, but the specific tables being synchronized are variable, which can cause the table mapping feature to become ineffective.
I think the best way is to use embedded scripts to handle mapping relationships, which is more flexible.
The text was updated successfully, but these errors were encountered:
I think db_map, tb_map,col_map , and even "etl by lua" can solve this issue ?
please refer to: https://github.com/apecloud/ape-dts/blob/main/docs/en/config.md#router and : https://github.com/apecloud/ape-dts/blob/main/docs/en/tutorial/etl_by_lua.md
Sorry, something went wrong.
Does the tb_map function support pre_(.+): $1? All tables need to have prefixes or suffixes removed.
pre_(.+): $1
It seems that Lua can solve this problem. @qianyiwen2019 Edit: etl by lua does not seem to support mongodb
etl by lua
OK,I got your point, we will consider this after the Chinese new year.
No branches or pull requests
Motivations
Filters can use wildcards, but the specific tables being synchronized are variable, which can cause the table mapping feature to become ineffective.
Solution
I think the best way is to use embedded scripts to handle mapping relationships, which is more flexible.
The text was updated successfully, but these errors were encountered: