File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -646,12 +646,11 @@ def _check_duplicate_cursor_threshold(
646646    ) ->  None :
647647        if  initial_hash_count  <=  Incremental .duplicate_cursor_warning_threshold  <  final_hash_count :
648648            logger .warning (
649-                 f"Large number of records ({ final_hash_count }  
650-                 f"cursor field '{ self .cursor_path }  
651-                 "field has a low resolution (e.g., only stores dates without times), " 
652-                 "causing many records to share the same cursor value. " 
653-                 "Consider using a cursor column with higher resolution to reduce " 
654-                 "the deduplication state size." 
649+                 f"Large number of records ({ final_hash_count }  
650+                 f" field '{ self .cursor_path } { self .resource_name }  
651+                 " if the cursor field has a low resolution (e.g., only stores dates without" 
652+                 " times), causing many records to share the same cursor value. Consider using a" 
653+                 " cursor column with higher resolution to reduce the deduplication state size." 
655654            )
656655
657656
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments