add ignore no primary key table param
add ignore.noprimarykey.table param, default this param is false, but when this param is set to true, it can ignore no primary key tables. fix #3006
Can you add a test like testCreateSource?
@dufeng1010 I think we should log print ignored table name. Beacause it can help user to check config. And add doc for param ignore.noprimarykey.table
@dufeng1010 I think we should log print ignored table name. Beacause it can help user to check config. And add doc for param
ignore.noprimarykey.table
@dufeng1010 +1 for this. I think it is better to print the filtered tables in the log.
@dufeng1010 I think we should log print ignored table name. Beacause it can help user to check config. And add doc for param
ignore.noprimarykey.table@dufeng1010 +1 for this. I think it is better to print the filtered tables in the log.
there are already print all available tables, but it`s better to print the filtered tables in the log
i will fix it.
This pull request has been automatically marked as stale because it has not had recent activity for 60 days. It will be closed in 30 days if no further activity occurs.