Store intermediate task results for efficiency
cache
property.enabled
field.path
field. Jinja templates can be used to dynamically generate paths.sql
or json
, depending on the task type (whether it generates SQL or JSON output - JSON is commonly used for structured output from the agent).Field | Description | Required |
---|---|---|
enabled | Boolean to enable or disable caching | Yes |
path | File path for cached results | Yes |
report
task generates a query and caches it in output/agent.sql
.metrics
loop references the cached query in the execute_sql
task..gitignore
to avoid committing cached files.