This repository was archived by the owner on Jun 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
ExportAllVariables
Erwan KOFFI edited this page Nov 21, 2017
·
1 revision
This task allows you to export all variables from your Data Fabric platform into a json file.
The task can be launched with the command gradle exportAllVariables.
Once your saagie object is available on your project with the server correctly set up,
you need to set the export file.
saagie {
server {...}
packaging {
exportFile = ''
}
}
The job export works with any job type.
-
exportFile
- The name of the export file.
- type: string
- default:
saagie {
server {...}
packaging {
exportFile = 'my-cool-file'
}
}
- List jobs
- Create job (Examples)
- Update job (Examples)
- Export job (Examples)
- Export all jobs (Examples)
- Import job (Examples)
- Import all jobs (Examples)
- Delete Job (Examples)
- Create variable (Examples)
- Update variable (Examples)
- Export variable (Examples)
- Export all variables (Examples)
- Import variables (Examples)
- Run job (Examples)
- Stop job (Examples)