-
Notifications
You must be signed in to change notification settings - Fork 0
sneaql.env
jeremywinters edited this page Apr 15, 2017
·
1 revision
A sneaql.env file is used to simplify the storage of environment variables required by SneaQL at runtime. The file can be structured as follows:
SNEAQL_JDBC_URL=jdbc:redshift://sneaql.us-west-2.redshift.amazonaws.com:5439/sneaql
SNEAQL_DB_USER=dbadmin
SNEAQL_DB_PASS=PaZZwurd
NOTE you should NEVER check a sneaql.env file into your source control system.
- assign
- assign_result
- execute
- execute_if
- test
- exit_if
- exit_step_if
- recordset
- remove_recordset
- iterate
- on_error
Configuration
-
Command Reference