-
Notifications
You must be signed in to change notification settings - Fork 0
sneaql.json
jeremywinters edited this page Apr 15, 2017
·
2 revisions
The sneaql.json file is the starting point for a SneaQL transform. Below is a sample:
[
{"step_number": 1, "step_file": "init.sql"},
{"step_number": 2, "step_file": "validate.sql"}
]
Notes on the step attributes:
- step_number - indicates the order in which steps will be executed
- step_file - path to the SQL file, relative to the sneaql.json file
- assign
- assign_result
- execute
- execute_if
- test
- exit_if
- exit_step_if
- recordset
- remove_recordset
- iterate
- on_error
Configuration
-
Command Reference