Unexpected String Concatenation Issue in Airflow 2.7.2 DAG
I am encountering an unexpected issue with string concatenation in Airflow 2.7.2 using Python 3.11.5.
This problem occurs only in Airflow; the same string concatenation works correctly in local unit tests.
How to use variables in function names without converting it to string?
i am writing a airflow dag.
In that code, I want to call function ,and I want to use variables in the function names.
But, when I am using the function names and concatenating the varibales, its converting it to string, and the string cannot be called.