marekw-openx commented on pull request #19248:
URL: https://github.com/apache/airflow/pull/19248#issuecomment-1070958182
@aoelvp94, have you tried passing `batch` config in the form of python dict?
in my case I'm using just a python dict and it gets templetized, like:
```
batch = {
"spark_batch": {
"spark_job": {
"args": ["-d", "{{ ts }}"]
}
}
(...)
}
```
also, please double check the apache-airflow-providers-google version
(`batch` wasn't templated in the 6.2.0)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]