@ashb I will do the change for other operators in this PR. :) ---
I updated other operators in a new commit. There is a special case with `GoogleCloudStorageToBigQueryOperator` which uses `max_id_key` as a flag for `xcom_push`, to harmonize argument between operators I added `do_xcom_push` as well and documented that `max_id_key` is used in combination with `do_xcom_push` Between `xcom_push` and `do_xcom_push`, should I rename to `xcom_push` for argument & `self.xcom_push_flag` for property as in base operators? [ Full content available at: https://github.com/apache/incubator-airflow/pull/3981 ] This message was relayed via gitbox.apache.org for [email protected]
