Closed lihan closed 8 months ago
Some of your operators are storing some fields whaicah are unpicklable, but it's hard to say which ones. Unfortunately they are set in the way that does not reveal which fields they are - and which objects - you need to track which tasks / operators are doing it and find out what "unpicklable" objects they set. Unfortunately - this is Python so if someone has custom DAG code and operators that set a state that cannot be pickled. this might happen. You must look for it i the code of your DAGs, I am afraid.
Apache Airflow version
Other Airflow 2 version (please specify below)
If "Other Airflow 2 version" selected, which one?
2.7.3
What happened?
I use Google Cloud Storage as the logging backend, this error happens when uploading logs to GCS. See trackback below.
What you think should happen instead?
No response
How to reproduce
Cannot consistently reproduce it, it happens when some tasks complete, we are using KuberentesExecutor.
Operating System
Linux
Versions of Apache Airflow Providers
pip freeze | grep google-
Deployment
Official Apache Airflow Helm Chart
Deployment details
Deployed on GKE
Anything else?
No response
Are you willing to submit PR?
Code of Conduct