opeida commented on issue #51816:
URL: https://github.com/apache/airflow/issues/51816#issuecomment-2981493262

   > py_func = PythonOperator(
   >         task_id="py_func",
   >         python_callable=my_function,
   >         op_kwargs={
   >             "my_var": "{{ var.value." + provider_name + "_accounts }}"
   >         }
   >     )
   The provided DAG reproduces the issue only and does not reflect our actual 
case. We need the ability to trigger a certain account, gather metrics to 
StatsD for each account, and utilize the additional flexibility that dynamic 
DAG generation offers.
   
   Thank you for your reply, and I look forward to testing the fix if one is 
provided. 
   Feel free to ping me if you need any feedback from the user perspective.


-- 
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]

Reply via email to