roykoand opened a new issue, #61149:
URL: https://github.com/apache/airflow/issues/61149

   ### What do you see as an issue?
   
   [Template fields 
documentation](https://airflow.apache.org/docs/apache-airflow/stable/templates-ref.html)
 does not include much detail about asset-triggered DAGs and is mostly focused 
on classical "time-based" DAGs.
   
   For example, it does not mention that asset-triggered DAGs don't have 
`loglical_date`, `ds`, etc in Airflow 3. 
   Another example, the description of `task_instance_key_str` is `A unique, 
human-readable key to the task instance. The format is 
``{dag_id}__{task_id}__{ds_nodash}``.` which is not correct for asset-based 
worfklows:
   
https://github.com/apache/airflow/blob/aad6d490cfe159540fc593b6226f7df84705b2a3/task-sdk/src/airflow/sdk/execution_time/task_runner.py#L230
   
   Might be a good first issue. I could submit a pull request as well but not 
this/next week, so would be happy if someone would like to give it a shot.
   
   ### Solving the problem
   
   _No response_
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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