Skip to content

Commit 5a5f3da

Browse files
committed
Merge branch 'feature/ndit-821_address_ddb_dc_performance_issues' of https://github.com/NHSDigital/data-validation-engine into feature/ndit-655_refdata_arrow_integration
2 parents 70d2399 + cc77eff commit 5a5f3da

File tree

1 file changed

+2
-0
lines changed
  • src/dve/core_engine/backends/base

1 file changed

+2
-0
lines changed

src/dve/core_engine/backends/base/rules.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,8 @@ def apply_rules(
621621
post_sync_messages: Messages = []
622622
self.logger.info("Applying post-sync steps")
623623

624+
self.logger.info("Applying post-sync steps")
625+
624626
for rule, local_variables in rules_and_locals:
625627
for step in rule.post_sync_steps:
626628
if rule_metadata.templating_strategy == "runtime":

0 commit comments

Comments
 (0)