ferruzzi commented on pull request #22517: URL: https://github.com/apache/airflow/pull/22517#issuecomment-1081236759
Looks like chain() doesn't like @task decorated methods. Posted to the Slack server to discuss fix: https://apache-airflow.slack.com/archives/CCPRP7943/p1648498867915099 Option1) Convert the @tasks to PythonOperators. Option 2) Replace chain() with the bitwise notation. Option 3) "Fix" chain so it accepts the @task notated methods. Option 4) Something else I haven't considered. -- 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]
