I've managed to retrieve the execution parameter in my Airflow 1.10.15 dag but only under templated parameters (like PythonOperator and BashOperator) as described here
I need to use the execution parameter in an operator field that is not templated, namely GoogleCloudStorageToBigQueryOperator - field_delimiter and a few others.
Is it possible at all? Any Alternatives?
Thanks