potiuk commented on issue #33658: URL: https://github.com/apache/airflow/issues/33658#issuecomment-1693488885
Interesting. Can you try to change "params" name in your task to a different name (say `parameters`) and see if it helps ? I believe the root cause might be tha that when you name your task parameter "params", weird things might happen, becaue `params` is already an existing constructor field in the operator and it gets `params` set from the dag definition, not from XCom, so this might cause weird side-effects (that's only a hypothesis now). -- 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]
