Dataflow Error: 'Clients have non-trivial state that is local and unpickleable'
问题 I have a pipeline that I can execute locally without any errors. I used to get this error in my locally run pipeline 'Clients have non-trivial state that is local and unpickleable.' PicklingError: Pickling client objects is explicitly not supported. I believe I fixed this by downgrading to apache-beam=2.3.0 Then locally it would run perfectly. Now I am using DataflowRunner and in the requirements.txt file I have the following dependencies apache-beam==2.3.0 google-cloud-bigquery==1.1.0 google