shahar1 commented on code in PR #67137: URL: https://github.com/apache/airflow/pull/67137#discussion_r3280223443
########## providers/google/docs/changelog.rst: ########## @@ -45,6 +48,56 @@ Changelog * Remove ``MLEngineModelVersionDetailsLink`` use ``airflow.providers.google.cloud.links.vertex_ai.VertexAIModelLink`` instead * Remove ``MLEngineJobSListLink`` use appropriate link from ``airflow.providers.google.cloud.links.vertex_ai`` instead +Breaking changes +~~~~~~~~~~~~~~~~ + +* ``Remove MLEngine from google provider (#66526)`` + +Features +~~~~~~~~ + +* ``Add 'host_key_policy' option to 'ComputeEngineSSHHook' (#66746)`` +* ``Add BigQueryStreamingBufferEmptySensor for DML on streaming tables (#66652)`` +* ``Add persist_xcom option to BigQueryInsertJobOperator (#66760)`` Review Comment: Should be `Deprecate unused job_id_path XCom push from BigQueryInsertJobOperator (#66760)`. Accidentally missed it out when merging. I'll take care of a fix. CC: @jscheffl -- 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]
