The above will output all data to radar-output-storage, except data generated as part of the staging organization which is output to radar-output-staging. The paths.inputs and paths.output have been deprecated in favour of specifying the input and output paths as part of the source and target storage.
Proper support for multi-bucket setups.
Current implementation has a default format with
but this can be changed to for example
Then for each organization that has a separate bucket, a new target needs to be created:
The above will output all data to
radar-output-storage
, except data generated as part of the staging organization which is output toradar-output-staging
. Thepaths.inputs
andpaths.output
have been deprecated in favour of specifying the input and output paths as part of the source and target storage.TODO:
Fixes #65.