GitHub user priyankagovindraj edited a discussion: Render jinja template in a
standalone class
Hi,
I have a use case:
ex_task = DummyOperator(
task_id = task_id,
dag=dag,
checks=
SomeCheckClass(
table=SqlTable("templated_table", "another_templated_field",
"just_a_string",...))
]
)
SqlTable is a standalone class which has the templated fields. I have tried to
get these fields rendered in the upstream base classes, however I have not been
able to get it resolved.
Any ideas on how I can get this done?
GitHub link: https://github.com/apache/airflow/discussions/43805
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]