airflow-declarative
airflow-declarative copied to clipboard
Add tests for bugs
This PR contains a couple of commits containing failing tests for the two bugs in Declarative I'm aware of:
- The
do
block strips newlines from the substituted jinja variables, which breaks bash commands - The natural
delta: 1h
format for theTimeDeltaSensor
is currently unsupported: it is getting passed as a string rather than a timedelta.
This PR shouldn't be merged as is. Instead, the fixes for these bugs should be done on top of the corresponding commits from this PR.