Dataflow release notes

This page documents production updates to the Dataflow service. You can periodically check this page for announcements about new or updated features, bug fixes, known issues, and deprecated functionality.

You can see the latest product updates for all of Google Cloud on the Google Cloud page, browse and filter all release notes in the Google Cloud console, or programmatically access release notes in BigQuery.

To get the latest product updates delivered to you, add the URL of this page to your feed reader, or add the feed URL directly.

August 19, 2026

Feature

Dataflow job builder now supports Delta Lake tables as a source. You can now import existing Delta Lake tables from Cloud Storage (gs://BUCKET_NAME) directly into Lakehouse for Apache Iceberg using Dataflow's job builder UI without writing code. For more information, see Import Delta Lake tables into Lakehouse using Dataflow.

July 31, 2026

Feature

You can now pause a Dataflow batch job using the pause_on_failure service option. This feature lets you preserve the state of your batch pipeline job, address external issues, and resume processing without losing completed work. You can use this option to automatically pause a job on failure, or use this feature to manually pause a job when you chose to. For more information, see Pause a Dataflow job.

June 22, 2026

Feature

You can now use Hyperdisk Balanced disks for Dataflow worker VMs. With Hyperdisk Balanced disks, you can provision IOPS and throughput independently of disk size by using the diskProvisionedIOPS and diskProvisionedThroughput pipeline options (Java SDK) or disk_provisioned_iops and disk_provisioned_throughput_mibps pipeline options (Python and Go SDKs). For more information, see Disk type and Provision IOPS and throughput.

June 16, 2026

Feature

Dataflow now supports NVIDIA RTX Pro 6000 GPUs. You can use this GPU model to run your Apache Beam pipelines on Dataflow. RTX Pro 6000 GPUs are recommended for large, medium, and small model inference workloads. To configure your workers with this GPU model, set the accelerator type to nvidia-rtx-pro-6000. For more information, see Dataflow support for GPUs.

June 15, 2026

Feature

Dataflow has updated and expanded its pipeline update features for streaming jobs:

  • Automated stop-and-replace updates: You can perform automated, declarative stop-and-replace updates to streaming jobs.
  • Parallel updates with the same job name: When you perform automated parallel updates, you can use the same job name for the new replacement job.
  • Auto-cancel draining jobs: When performing parallel or stop-and-replace updates, you can configure Dataflow to automatically cancel the old job if it does not finish draining after a timeout you specify.
  • Update strategy configuration: You can explicitly choose between a parallel update (update_strategy_parallel_job_update) and a standard in-place update (update_strategy_in_place_update) while keeping all other configuration the same.
  • Template upsert functionality: When launching pipelines from classic templates, flex templates, Terraform, or Config Connector, you can use the create_or_update_job experiment to enable automatic create-or-update (upsert) behavior. If an active job with the specified name already exists, it is updated. Otherwise, a new job is created.

For more information, see Automated stop and replace, Automated parallel pipeline updates, and Automatic create or update (upsert) for templates.

April 22, 2026

Feature

Dataflow job builder now supports external Iceberg REST Catalogs as a source. You can now ingest data from external Apache Iceberg REST catalogs (IRC) directly into Lakehouse for Apache Iceberg tables using Dataflow's job builder UI without writing code. For more information, see Import data from external Iceberg catalogs to Lakehouse using Dataflow.

Feature

You can now add existing Apache Parquet files from cloud-based storage, for example, Cloud Storage or Amazon S3, to an Apache Iceberg table in Lakehouse for Apache Iceberg using the Dataflow job builder. This process registers the files without moving or rewriting the underlying data. For more information, see Import Parquet files from storage to Lakehouse using Dataflow.

April 07, 2026

Feature

When you use min_ram or cpu_count resource hints for pipeline steps that don't require accelerators, Auto VM Selection (Instance Flexibility) is enabled automatically. With Auto VM Selection, workers are provisioned from a curated list of machine types that meet your RAM and CPU requirements. For more information, see Auto VM Selection for worker machine types.

February 27, 2026

Feature

Dataflow support for the C4A machine series of Arm processors is now generally available. Arm-based VMs are optimized for power efficiency and can provide improved price-performance for many workloads. For more information, see Use Arm VMs on Dataflow.

February 02, 2026

Feature

Dataflow Managed I/O now supports rolling upgrades for streaming jobs. With this feature, Dataflow upgrades your Managed I/O connectors in running pipelines as new connector versions become available. For more information, see Automatic upgrades.

January 20, 2026

Feature

Dataflow is available in the Bangkok (asia-southeast3) region. Learn more about Google Cloud locations.

January 13, 2026

Feature

Dataflow now serves a notice for when the Dataflow Runner v2 container image of a streaming pipeline will be upgraded. To use a new image and avoid the scheduled maintenance, launch a replacement job before the upgrade. For more information, see Runner v2 harness update.

November 21, 2025

Feature

Dataflow now supports speculative execution for batch pipelines. This feature mitigates the impact of slow-running tasks (stragglers) by launching a redundant execution of these tasks. The first task to finish is used, and the other is canceled, which can improve the overall completion time of your pipeline. This feature is generally available. For more information, see Use speculative execution to avoid stragglers.

September 24, 2025

Feature

For jobs that use GPUs, Dataflow now supports the flex-start provisioning model. This flex-start provisioning model can improve your ability to get access to constrained GPU resources for short-duration workloads. This feature is available in Preview and is for batch pipelines only. For more information, see Configure a provisioning model.

September 08, 2025

Feature

Dataflow now supports using secure tags to set firewall rules on worker VMs. For more information, see Use secure tags with Dataflow.

August 27, 2025

Feature

Dataflow supports TPUs, Google's custom-designed AI accelerators that are optimized for large-scale AI/ML workloads. This feature lets you accelerate inference workloads on frameworks like PyTorch, JAX, and TensorFlow. This feature is generally available with an allowlist. For more information, see Dataflow support for TPUs.

Feature

Dataflow supports specifically targeted reservations for pipelines using accelerators (GPUs or TPUs). This functionality is generally available with an allowlist. For more information, see Use Compute Engine reservations with Dataflow.

Change

Dataflow supports NVIDIA® H100 and NVIDIA® H100 Mega GPU types. For more information, see Dataflow support for GPUs.

August 26, 2025

Fixed

Dataflow Runner v2 fixes an issue that could cause data discrepancies when using splittable DoFns, particularly when processing large datasets as side inputs. This fix ensures that all data is accurately processed and transmitted within the pipeline. This improvement is available in recent Dataflow service releases, and is automatically enabled when using Dataflow Runner v2.

Note: After this fix, pipelines that previously experienced data loss due to this issue might consume more resources (such as CPU, memory, and processing time) because more data is being processed. This increase in resource usage is expected and reflects the correct behavior of the pipeline.

August 11, 2025

Feature

Dataflow now automatically detects performance bottlenecks in streaming jobs. You can see the cause of the bottleneck in the Step Info panel to help with troubleshooting.

For more information, see Troubleshoot bottlenecks.

June 26, 2025

Feature

Dataflow now supports an automated parallel update workflow for streaming jobs. This feature helps minimize disruption by launching a new replacement job that runs in parallel with the existing job. After a duration of time you specify, the old job is automatically drained.

For more information, see Run parallel pipelines.

June 09, 2025

Feature

Dataflow now supports right fitting for streaming jobs. Right fitting lets you specify resource requirements for an entire pipeline or for specific pipeline steps. Previously, right fitting was only supported for batch pipelines. For more information, see Streaming right fitting.

May 12, 2025

Libraries

Go

0.11.0 (2025-05-06)

Features
  • dataflow: A new enum StreamingMode is added (2f22244)
  • dataflow: A new field bugs is added to message .google.dataflow.v1beta3.SdkVersion (2f22244)
  • dataflow: A new field data_sampling is added to message .google.dataflow.v1beta3.DebugOptions (2f22244)
  • dataflow: A new field default_streaming_mode is added to message .google.dataflow.v1beta3.TemplateMetadata (2f22244)
  • dataflow: A new field default_value is added to message .google.dataflow.v1beta3.ParameterMetadata (2f22244)
  • dataflow: A new field disk_size_gb is added to message .google.dataflow.v1beta3.RuntimeEnvironment (2f22244)
  • dataflow: A new field dynamic_destinations is added to message .google.dataflow.v1beta3.PubsubLocation (2f22244)
  • dataflow: A new field enable_launcher_vm_serial_port_logging is added to message .google.dataflow.v1beta3.FlexTemplateRuntimeEnvironment (2f22244)
  • dataflow: A new field enum_options is added to message .google.dataflow.v1beta3.ParameterMetadata (2f22244)
  • dataflow: A new field group_name is added to message .google.dataflow.v1beta3.ParameterMetadata (2f22244)
  • dataflow: A new field hidden_ui is added to message .google.dataflow.v1beta3.ParameterMetadata (2f22244)
  • dataflow: A new field image_repository_cert_path is added to message .google.dataflow.v1beta3.ContainerSpec (2f22244)
  • dataflow: A new field image_repository_password_secret_id is added to message .google.dataflow.v1beta3.ContainerSpec (2f22244)
  • dataflow: A new field image_repository_username_secret_id is added to message .google.dataflow.v1beta3.ContainerSpec (2f22244)
  • dataflow: A new field name is added to message .google.dataflow.v1beta3.ListJobsRequest (2f22244)
  • dataflow: A new field parent_name is added to message .google.dataflow.v1beta3.ParameterMetadata (2f22244)
  • dataflow: A new field parent_trigger_values is added to message .google.dataflow.v1beta3.ParameterMetadata (2f22244)
  • dataflow: A new field runtime_updatable_params is added to message .google.dataflow.v1beta3.Job (2f22244)
  • dataflow: A new field satisfies_pzi is added to message .google.dataflow.v1beta3.Job (2f22244)
  • dataflow: A new field service_resources is added to message .google.dataflow.v1beta3.Job (2f22244)
  • dataflow: A new field step_names_hash is added to message .google.dataflow.v1beta3.PipelineDescription (2f22244)
  • dataflow: A new field straggler_info is added to message .google.dataflow.v1beta3.WorkItemDetails (2f22244)
  • dataflow: A new field straggler_summary is added to message .google.dataflow.v1beta3.StageSummary (2f22244)
  • dataflow: A new field streaming_mode is added to message .google.dataflow.v1beta3.Environment (2f22244)
  • dataflow: A new field streaming_mode is added to message .google.dataflow.v1beta3.FlexTemplateRuntimeEnvironment (2f22244)
  • dataflow: A new field streaming_mode is added to message .google.dataflow.v1beta3.RuntimeEnvironment (2f22244)
  • dataflow: A new field streaming is added to message .google.dataflow.v1beta3.TemplateMetadata (2f22244)
  • dataflow: A new field supports_at_least_once is added to message .google.dataflow.v1beta3.TemplateMetadata (2f22244)
  • dataflow: A new field supports_exactly_once is added to message .google.dataflow.v1beta3.TemplateMetadata (2f22244)
  • dataflow: A new field trie is added to message .google.dataflow.v1beta3.MetricUpdate (2f22244)
  • dataflow: A new field update_mask is added to message .google.dataflow.v1beta3.UpdateJobRequest (2f22244)
  • dataflow: A new field use_streaming_engine_resource_based_billing is added to message .google.dataflow.v1beta3.Environment (2f22244)
  • dataflow: A new field user_display_properties is added to message .google.dataflow.v1beta3.JobMetadata (2f22244)
  • dataflow: A new message DataSamplingConfig is added (2f22244)
  • dataflow: A new message HotKeyDebuggingInfo is added (2f22244)
  • dataflow: A new message ParameterMetadataEnumOption is added (2f22244)
  • dataflow: A new message RuntimeUpdatableParams is added (2f22244)
  • dataflow: A new message SdkBug is added (2f22244)
  • dataflow: A new message ServiceResources is added (2f22244)
  • dataflow: A new message Straggler is added (2f22244)
  • dataflow: A new message StragglerInfo is added (2f22244)
  • dataflow: A new message StragglerSummary is added (2f22244)
  • dataflow: A new message StreamingStragglerInfo is added (2f22244)
  • dataflow: A new method_signature job,update_mask is added to method UpdateJob in service JobsV1Beta3 (2f22244)
  • dataflow: A new value BIGQUERY_TABLE is added to enum ParameterType (2f22244)
  • dataflow: A new value BOOLEAN is added to enum ParameterType (2f22244)
  • dataflow: A new value ENUM is added to enum ParameterType (2f22244)
  • dataflow: A new value GO is added to enum Language (2f22244)
  • dataflow: A new value JAVASCRIPT_UDF_FILE is added to enum ParameterType (2f22244)
  • dataflow: A new value KAFKA_READ_TOPIC is added to enum ParameterType (2f22244)
  • dataflow: A new value KAFKA_TOPIC is added to enum ParameterType (2f22244)
  • dataflow: A new value KAFKA_WRITE_TOPIC is added to enum ParameterType (2f22244)
  • dataflow: A new value