-
Bug
-
Resolution: Done
-
Major
-
None
-
None
When the blacklist/whitelist properties were updated to exclude.list and include.list, the tables of configuration properties were incorrectly updated.
For any connector, search for "exclude.list" in the configuration properties table and you will see the extraneous display:
<<postgresql-property-schema-exclude-list ">schema.exclude.list
For example, this:
[[postgresql-property-schema-blacklist]]<<postgresql-property-schema-blacklist [[postgresql-property-schema-exclude-list]]<<postgresql-property-schema-exclude-list , `schema.exclude.list`>>
Should be this:
[[postgresql-property-schema-blacklist]]
[[postgresql-property-schema-exclude-list]]<<postgresql-property-schema-exclude-list , `schema.exclude.list`>>
The work here is to fix every incorrect instance in each connector file.