Skip to content

Staging-Prod DataStream with manual Pruning - #6870

Merged
kajalshah-da merged 2 commits into
release-line-0.7.3from
kajal/StagProdDatastreamAug2026
Aug 20, 2026
Merged

Staging-Prod DataStream with manual Pruning#6870
kajalshah-da merged 2 commits into
release-line-0.7.3from
kajal/StagProdDatastreamAug2026

Conversation

@kajalshah-da

@kajalshah-da kajalshah-da commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

This back ports #6542 and #6813 to 0.7.3

Part of DACH-NY/canton-network-internal#6409

Pull Request Checklist

Cluster Testing

  • If a cluster test is required, comment /cluster_test on this PR to request it, and ping someone with access to the DA-internal system to approve it.
  • If an upgrade test is required, comment /upgrade_test on this PR to request it, and ping someone with access to the DA-internal system to approve it.
  • If a hard-migration test is required (from the latest release), comment /hdm_test on this PR to request it, and ping someone with access to the DA-internal system to approve it.
  • If a logical synchronizer upgrade test is required (from canton-3.5), comment /lsu_test on this PR to request it, and ping someone with access to the DA-internal system to approve it.

PR Guidelines

  • Include any change that might be observable by our partners or affect their deployment in the release notes.
  • Specify fixed issues with Fixes #n, and mention issues worked on using #n
  • Include a screenshot for frontend-related PRs - see README or use your favorite screenshot tool

Merge Guidelines

  • Make the git commit message look sensible when squash-merging on GitHub (most likely: just copy your PR description).

kajalshah-da and others added 2 commits August 19, 2026 18:29
…prod tables (#6542)

* added a new data stream and code to create datatransfer jobs to load prod tables

Signed-off-by: Kajal Shah <kajal.shah@digitalasset.com>

* Added code to stop and start datastreams from config and intergrated PR comments

Signed-off-by: Kajal Shah <kajal.shah@digitalasset.com>

* added index file changes

Signed-off-by: Kajal Shah <kajal.shah@digitalasset.com>

* Addressed PR comments and refactured the code

Signed-off-by: Kajal Shah <kajal.shah@digitalasset.com>

* made extra edits to bigquery.ts

Signed-off-by: Kajal Shah <kajal.shah@digitalasset.com>

* added new boundary condition per PR comments

Signed-off-by: Kajal Shah <kajal.shah@digitalasset.com>

* restored index and envr.envrs file

Signed-off-by: Kajal Shah <kajal.shah@digitalasset.com>

* removed the watermark update criteria as it would always fail being less than the crrent value

Signed-off-by: Kajal Shah <kajal.shah@digitalasset.com>

* Addresed PR comments

Signed-off-by: Kajal Shah <kajal.shah@digitalasset.com>

* formatting

Signed-off-by: Kajal Shah <kajal.shah@digitalasset.com>

* formatting and deleting extra coments

Signed-off-by: Kajal Shah <kajal.shah@digitalasset.com>

* Apply suggestions from code review

Co-authored-by: Stephen Compall <stephen.compall@digitalasset.com>
Signed-off-by: kajalshah-da <kajal.shah@digitalasset.com>
Signed-off-by: Kajal Shah <kajal.shah@digitalasset.com>

* minor edits

Signed-off-by: Kajal Shah <kajal.shah@digitalasset.com>

* minor edits- removed IAM function

Signed-off-by: Kajal Shah <kajal.shah@digitalasset.com>

* Merged with main and fixed all diffs[ci]

Signed-off-by: Kajal Shah <kajal.shah@digitalasset.com>

* added partition in publication per issue #6730

Signed-off-by: Kajal Shah <kajal.shah@digitalasset.com>

* added partition in publication per issue #6730 [ci]

Signed-off-by: Kajal Shah <kajal.shah@digitalasset.com>

* update expected

Signed-off-by: Kajal Shah <kajal.shah@digitalasset.com>

---------

Signed-off-by: Kajal Shah <kajal.shah@digitalasset.com>
Signed-off-by: kajalshah-da <kajal.shah@digitalasset.com>
Co-authored-by: Stephen Compall <stephen.compall@digitalasset.com>
(cherry picked from commit f56f841)
Signed-off-by: Kajal <kajal.shah@digitalasset.com>
… expiry (#6813)

* added purge datatransfer job for manually deleting records after 7 days from staging tables

Signed-off-by: Kajal <kajal.shah@digitalasset.com>

* Addressed PR comments [ci]

Signed-off-by: Kajal <kajal.shah@digitalasset.com>

* Addressed PR comments - sharing IAMMember [ci]

Signed-off-by: Kajal <kajal.shah@digitalasset.com>

* Addressed PR comments - sharing IAMMember with defaul removed for 7 days [ci]

Signed-off-by: Kajal <kajal.shah@digitalasset.com>

* Addressed PR comments - sharing IAMMember with defaul removed for 7 days [ci] new

Signed-off-by: Kajal <kajal.shah@digitalasset.com>

* fixed zod error messages [ci]

Signed-off-by: Kajal <kajal.shah@digitalasset.com>

* npm run fix changes [[ci]

Signed-off-by: Kajal <kajal.shah@digitalasset.com>

* formatting cahnges to cloudArmor.ts [ci]

Signed-off-by: Kajal <kajal.shah@digitalasset.com>

* [ci]

Signed-off-by: Kajal <kajal.shah@digitalasset.com>

---------

Signed-off-by: Kajal <kajal.shah@digitalasset.com>
(cherry picked from commit a860953)
Signed-off-by: Kajal <kajal.shah@digitalasset.com>
@canton-network-da

Copy link
Copy Markdown
Contributor

[backport] Reminder

Please consider backporting to the following branches:

  • main
  • release-line-0.7.1
  • release-line-0.7.0
  • release-line-0.6.14

▶️ Please check the boxes for branches that you wish to backport to and backport PRs will
automatically be created when you merge this PR.

And your PR is currently against base branch: release-line-0.7.3.

Note: Any PR comment containing [backport] will be considered for auto-backporting upon merge,
you can always add those manually for PRs that did not get these reminders. You can also edit
this comment manually and add more branches that this should be backported to.

@stephencompall-DA stephencompall-DA left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Just a cherry-pick backport 👍

@kajalshah-da
kajalshah-da merged commit 006dfca into release-line-0.7.3 Aug 20, 2026
118 of 120 checks passed
@kajalshah-da
kajalshah-da deleted the kajal/StagProdDatastreamAug2026 branch August 20, 2026 16:55
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.

3 participants