patricker opened a new issue, #26283: URL: https://github.com/apache/airflow/issues/26283
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers apache-airflow-providers-google==8.3.0 ### Apache Airflow version 2.3.4 ### Operating System OSX ### Deployment Virtualenv installation ### Deployment details _No response_ ### What happened `max_id` is not returned through XCOM when `max_id_key` is set. ### What you think should happen instead When `max_id_key` is set, the `max_id` value should be returned as the default XCOM value. This is based off of the parameter description: ``` The results will be returned by the execute() command, which in turn gets stored in XCom for future operators to use. ``` ### How to reproduce Execute the `GCSToBigQueryOperator` operator with a `max_id_key` parameter set. No XCOM value is set. ### Anything else _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
