Skip to content

[SAC-28902] - forced-replication-method in metadata#15

Open
mittal-tushar wants to merge 5 commits intomasterfrom
update/metadata
Open

[SAC-28902] - forced-replication-method in metadata#15
mittal-tushar wants to merge 5 commits intomasterfrom
update/metadata

Conversation

@mittal-tushar
Copy link
Copy Markdown

@mittal-tushar mittal-tushar commented Oct 27, 2025

Description of change

Ticket: https://qlik-dev.atlassian.net/browse/SAC-28846

Adds support for forced-replication-method in stream metadata
This change introduces the ability to include a forced_replication_method field within a stream’s metadata, enabling more fine-grained control over replication behaviour.

Rollback steps

  • revert this branch

@mittal-tushar mittal-tushar self-assigned this Oct 27, 2025
Comment thread tap_intacct/discover.py Outdated
mdata = metadata.write(mdata, (), 'table-key-properties', "RECORDNO")

# Since it reads CSV files from S3 individually hence FULL_TABLE replication
mdata = metadata.write(mdata, (), 'forced-replication-method', 'FULL_TABLE')
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please re-verify the implementation. We are writing the bookmark here, indicates that this should be incremental replication method.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified and corrected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants