sneaql.json - full360/sneaql GitHub Wiki

sneaql.json file specifications

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