OperatorsΒΆ
- Workflow control operators
- call>: Calls another workflow
- http_call>: Call workflow fetched by HTTP
- require>: Depends on another workflow
- loop>: Repeat tasks
- for_each>: Repeat tasks for values
- for_range>: Repeat tasks for a range
- if>: Conditional execution
- fail>: Makes the workflow failed
- echo>: Shows a message
- wait>: Wait for a specific duration
- Treasure Data operators
- td>: Treasure Data queries
- td_run>: Treasure Data saved queries
- td_ddl>: Treasure Data operations
- td_load>: Treasure Data bulk loading
- td_for_each>: Repeat using Treasure Data queries
- td_wait>: Waits for data arriving at Treasure Data table
- td_wait_table>: Waits for data arriving at Treasure Data table
- td_partial_delete>: Delete range of Treasure Data table
- td_table_export>: Treasure Data table export to S3
- td_result_export>: Treasure Data result exporter
- Database operators
- Network operators
- Amazon Web Services operators
- Google Cloud Platform operators
- Scripting operators
- Param operators