This is an automated email from the ASF dual-hosted git repository.

gopidesu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 35a6b2c0f29 Fix GCSToBigQueryOperator: avoid pushing non-serializable 
task_instance to XCom (#53094)
35a6b2c0f29 is described below

commit 35a6b2c0f294e1d79aa9143472396cbc91e09eb0
Author: arvindp25 <[email protected]>
AuthorDate: Fri Jul 11 02:06:41 2025 +0530

    Fix GCSToBigQueryOperator: avoid pushing non-serializable task_instance to 
XCom (#53094)
---
 .../src/airflow/providers/google/cloud/transfers/gcs_to_bigquery.py      | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/providers/google/src/airflow/providers/google/cloud/transfers/gcs_to_bigquery.py
 
b/providers/google/src/airflow/providers/google/cloud/transfers/gcs_to_bigquery.py
index f4c47dec942..58154772584 100644
--- 
a/providers/google/src/airflow/providers/google/cloud/transfers/gcs_to_bigquery.py
+++ 
b/providers/google/src/airflow/providers/google/cloud/transfers/gcs_to_bigquery.py
@@ -429,7 +429,6 @@ class GCSToBigQueryOperator(BaseOperator):
                                 table = job_configuration[job_type][table_prop]
                                 persist_kwargs = {
                                     "context": context,
-                                    "task_instance": self,
                                     "table_id": table,
                                 }
                                 if not isinstance(table, str):

Reply via email to