Taragolis commented on PR #28970:
URL: https://github.com/apache/airflow/pull/28970#issuecomment-1411061835

   I tried understand initial issue 
https://github.com/apache/airflow/issues/28810 
   
   >> I am passing string containing macros to DataProcJobBuilder task_id 
parameter:
   > {{ (dag.dag_id + '-' + task.task_id.replace('_', '-'))[:90] }}
   
   Is this PR open for allow something like this?
   
   
   ```python
   
   DataProcJobBuilder(
       task_id="{{ (dag.dag_id + '-' + task.task_id.replace('_', '-'))[:90] }}"
       ...
   )
   ```


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