As an interface to the SCRIPT table operator object in Analytics Database, Script offers execution in two modes:
- Test/Debug mode: to test user scripts locally. Supported methods:
- test_script: test user script.
- set_data: set test data parameters.
- In-Database Script Execution mode: to execute user scripts in database.Supported methods:
- execute_script: execute user script in Vantage.
- install_file: install or replace file in database.
- remove_file: remove installed files from database.
- set_data: set test data parameters.