RunRule
Trigger a Sifflet data quality rule
RunRule
Trigger a Sifflet data quality rule
yaml
type: io.kestra.plugin.sifflet.RunRuleExamples
yaml
id: runrule
type: io.kestra.plugin.sifflet.RunRule
id: sifflet_flow
namespace: company.team
tasks:
- id: run_rule
type: io.kestra.plugin.sifflet.RunRule
apiKey: "{{ secret('SIFFLET_API_KEY') }}"
ruleId: "rule-123"
baseUrl: "https://api.siffletdata.com"
yaml
id: runrule
type: io.kestra.plugin.sifflet.RunRule
id: sifflet_flow
namespace: company.team
tasks:
- id: run_rule_timeout
type: io.kestra.plugin.sifflet.RunRule
apiKey: "{{ secret('SIFFLET_API_KEY') }}"
ruleId: "rule-456"
requestTimeout: 60
Properties
apiKey *RequiredNon-dynamicstring
baseUrl Non-dynamicstring
requestTimeout Non-dynamicinteger
Default
30