Open GeekSheikh opened 2 years ago
Currently, the bronze snapshot function doesn't hanlde incremental backups.
This should be easy to implement with a Trigger.Once streaming pipeline.
Existing function
Bronze(workspace).snapshot("/path/to/my/backups/sourceFolder", true)
Simplify / Create function to restore bronze
Currently, the bronze snapshot function doesn't hanlde incremental backups.
This should be easy to implement with a Trigger.Once streaming pipeline.
Existing function