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
We should be able to override the schema using a yaml file
data type mapping
default table settings
default type conversion
custom table settings per regex / table
filtering out a table from migration / replication
The text was updated successfully, but these errors were encountered:
Filtering filtering out a table from migration / replication
include via list and regex exclude via list and regex This is already supported in Debezium using table.include.list and table.exclude.list.
table.include.list
table.exclude.list
Sorry, something went wrong.
default_column_datatype_mapping: # we are no longer turning Date/DateTime/Timestamp as a String transaction_id: String exchange_transaction_id: String unique_transaction_id: String account_ref: String otm_identifier: String tag_reserved_4: String initiator: String databases: dbo: tables: tr_live: partition_by: tr_date_id primary_key: gmt_time settings: allow_nullable_key=1
aadant
When branches are created from issues, their pull requests are automatically linked.
We should be able to override the schema using a yaml file
data type mapping
default table settings
default type conversion
custom table settings per regex / table
filtering out a table from migration / replication
The text was updated successfully, but these errors were encountered: