You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: failed to sync v3 source hackernews: rpc error: code = Internal desc = failed to init plugin: failed to initialize client: failed to validate spec: could not parse start_time: parsing time "{{ render(vars.start_date) }}" as "2006-01-02T15:04:05Z07:00": cannot parse "{{ render(vars.start_date) }}" as "2006"
when trying to pass a start_date as dynamic variable coming from kestra's trigger.date
Feature description
You'll get an error:
Error: failed to sync v3 source hackernews: rpc error: code = Internal desc = failed to init plugin: failed to initialize client: failed to validate spec: could not parse start_time: parsing time "{{ render(vars.start_date) }}" as "2006-01-02T15:04:05Z07:00": cannot parse "{{ render(vars.start_date) }}" as "2006"
when trying to pass a start_date as dynamic variable coming from kestra's trigger.date
reproducer giving that error:
Hardcoding the same string is working fine:
The text was updated successfully, but these errors were encountered: