Re: [I] Inlets not handled properly with @task functions [airflow]

2024-03-11 Thread via GitHub
github-actions[bot] closed issue #37463: Inlets not handled properly with @task functions URL: https://github.com/apache/airflow/issues/37463 -- 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 spec

Re: [I] Inlets not handled properly with @task functions [airflow]

2024-03-11 Thread via GitHub
github-actions[bot] commented on issue #37463: URL: https://github.com/apache/airflow/issues/37463#issuecomment-1989676241 This issue has been closed because it has not received response from the issue author. -- This is an automated message from the Apache Git Service. To respond to the

Re: [I] Inlets not handled properly with @task functions [airflow]

2024-03-04 Thread via GitHub
github-actions[bot] commented on issue #37463: URL: https://github.com/apache/airflow/issues/37463#issuecomment-1977708198 This issue has been automatically marked as stale because it has been open for 14 days with no response from the author. It will be closed in next 7 days if no further

Re: [I] Inlets not handled properly with @task functions [airflow]

2024-02-19 Thread via GitHub
Taragolis commented on issue #37463: URL: https://github.com/apache/airflow/issues/37463#issuecomment-1952165652 This works fine to me ```python from airflow import DAG from airflow.decorators import task from airflow.lineage import AUTO from datetime import datetime, timed

Re: [I] Inlets not handled properly with @task functions [airflow]

2024-02-15 Thread via GitHub
ninowalker commented on issue #37463: URL: https://github.com/apache/airflow/issues/37463#issuecomment-1947437366 For additional context, with the python debugger inside `execute_callable` of the PythonOperator (which wraps the function in question): 1. It's calling `self.python_call

[I] Inlets not handled properly with @task functions [airflow]

2024-02-15 Thread via GitHub
ninowalker opened a new issue, #37463: URL: https://github.com/apache/airflow/issues/37463 ### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.8.0 ### What happened? A task with an

Re: [I] Inlets not handled properly with @task functions [airflow]

2024-02-15 Thread via GitHub
boring-cyborg[bot] commented on issue #37463: URL: https://github.com/apache/airflow/issues/37463#issuecomment-1947378746 Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for ap