Cloud Data Fusion version 6.11.1.3 is generally available (GA).
Fixed in Cloud Data Fusion 6.11.1.3:
Fixed an issue that caused pipeline preview runs to fail with an
InaccessibleObjectException when using certain plugins, such as
Cloud SQL for PostgreSQL
(CDAP-21212).
Fixed an issue causing custom plugins to lose their logging context when running in parallel pipeline branches, ensuring consistent log propagation across both linear and parallel branched pipeline executions (CDAP-21245).
Fixed critical security vulnerabilities in CDAP (CDAP-21250).
Improved the latency of the List pipelines page (CDAP-21244).
Fixed an issue causing intermittent service unavailability after instance upgrades (CDAP-21254).
Changes in Cloud Data Fusion 6.11.1.3:
deployStrategy query parameter in the
Deploy Application API
to skip the re-deployment of an existing pipeline if its configuration hasn't
changed
(CDAP-21246).The HTTP plugin version 1.5.2 is available in Cloud Data Fusion version 6.11.1. This release includes the following change:
Cloud Data Fusion version 6.11.1.2 is generally available (GA).
This release includes the following changes:
Fixed an issue that caused pipelines to get stuck in the provisioning state when processing large run records (CDAP-21234).
Fixed the triggers panel in the pipeline details page to display the correct triggers count on initial load (CDAP-21230).
Updated the GraphQL query mechanism to cache the pipelines list and fix the long loading screen in the deployed pipelines list page (CDAP-21229).
The SAP ODP plugin version 0.12.1 is available in Cloud Data Fusion version 6.10 and later. This release includes the following features and changes:
Hierarchy data sources are now supported for extraction.
ODQ fields are populated with TSN, package number, and record number for full extraction.
Structured SAP messages are now displayed according to the message type
(for example, type E as error and type I as information). Earlier, all
messages from SAP displayed as errors.
You can now use the TVARVC table entries with parameter
/GOOG/ODP_TRANSFER_MODE (for all data sources) or /GOOG/M_DatasourceName
(for individual data sources) to determine if data is transferred in CHAR or
XML format. Maintain 'C' to transfer data in CHAR format. Maintain an empty
value to transfer data in XML format.
Cloud Data Fusion version 6.11.1.1 is generally available (GA). This release includes the following feature:
InstanceV3 monitored-resource: Introduced
datafusion.googleapis.com/InstanceV3 as the default monitored resource for
instance-level metrics and system service logs. This resource excludes the
org_id and namespace labels found in InstanceV2. Emission of
InstanceV2 metrics and logs is disabled by default for new and upgraded
instances but can be re-enabled using the REST API.
For more information, see Metrics overview and View pipeline logs.
Fixed in Cloud Data Fusion 6.11.1.1:
The SAP Table Reader plugin version 0.11.5 is available in Cloud Data Fusion version 6.10 and later.
This release includes the following change:
Job abort failed error
message in the detail logs.The Salesforce plugin version 1.7.0 is available in Cloud Data Fusion version 6.8.0 and later. This release includes the following change:
Salesforce has deprecated certain fields in the API version 64.0. Upgrading to Salesforce plugin version 1.7.0 might cause pipelines that use these fields, to fail. To ensure your pipelines continue to work, you must manually update your pipeline schema to either load a new schema or remove the deprecated fields. For more information, see Prerequisites for upgrading to Salesforce plugin version 1.7.0.
]]>The ServiceNow plugin version 1.2.7 is available in Cloud Data Fusion version 6.10.1. This release includes the following change:
Cloud Data Fusion version 6.11.1 is generally available (GA). This release includes the following features:
Fixed in Cloud Data Fusion 6.11.1:
Dataproc 2.0 is no longer supported in Cloud Data Fusion version 6.11.1 and later.
Changes in Cloud Data Fusion 6.11.1:
You can now attach tags to Cloud Data Fusion instances during instance creation. This ensures immediate metadata for better organization, cost tracking, and policy automation. For more information, see Attach tags during instance creation.
]]>The Cloud Data Fusion version 6.10.1.5 patch revision is generally available (GA). 6.10.1.5 includes reliability fixes.
]]>The SAP ODP plugin version 0.12 is available in Cloud Data Fusion version 6.10 and later. This release includes the following changes:
We recommend upgrading all your pipelines to the latest SAP ODP plugin version, as earlier versions are no longer compliant with SAP Guidelines.
]]>The Oracle plugin version 1.12.3 is available in Cloud Data Fusion (via Hub) versions 6.11.0 and later, and 1.11.8 is available in Cloud Data Fusion (via Hub) version 6.10.
This release provides backward compatibility for recent schema changes, including the following:
To address backward compatibility for these changes, two new hidden fields are introduced in Oracle batch source configurations: treatPrecisionlessNumAsDeci and treatAsOldTimestamp. Both flags default to false. To enable these flags, edit the respective values in your exported connection JSON (if using connections) or pipeline JSON (if not using connections) before re-importing or re-deploying (PLUGIN-1893).
The Elasticsearch plugin version 1.11.0 is available in Cloud Data Fusion version 6.11.0. This release includes the following change:
The HTTP plugin version 1.4.4 is available in Cloud Data Fusion version 6.10.1. This release includes the following changes:
Implemented the Client Credentials Grant flow for HTTP OAuth2, enabling authorized clients to securely access data using the client_credentials grant type. Client credentials can be passed through Basic Authentication header, in the request body, or as query parameters (PLUGIN-1872).
Fixed an issue causing the HTTP Source plugin to throw a NullPointerException when the BasePageIterator received a null response (PLUGIN-1894).
Cloud Data Fusion is available in the northamerica-south1 (Mexico) region. For more information, see Pricing.
The Salesforce plugin version 1.6.10 is available in Cloud Data Fusion versions 6.10.1 and 6.11.0. This release includes the following changes:
The DB plugin versions 1.11.7 and 1.12.2 are available in Cloud Data Fusion versions 6.10.1 and 6.11.0 respectively. This release includes the following change:
TRANSACTION_ISOLATION_LEVEL property to DB Plugins (PostgreSQL, MySQL, and MSSQL).The MariaDB Batch Source plugin versions 1.11.7 and 1.12.2 are available in Cloud Data Fusion versions 6.10.1 and 6.11.0 respectively. This release includes the following changes:
Fixed an issue related to the MariaDB YEAR data type causing pipeline failures when the date type was manually changed to DATE. Validation for this specific scenario is now skipped (PLUGIN-1888).
Fixed an issue that caused pipeline failures with a java.lang.ClassNotFoundException: Class io.cdap.plugin.db.DBRecord not found error, which was due to a class loading problem (PLUGIN-1874).
Added a committer to Database plugins to manage committing or rolling back entire tasks, depending on whether the task completes successfully or is aborted (PLUGIN-1815).
Cloud Data Fusion version 6.9 is no longer supported. You should upgrade your instances to run in a supported version. For instructions, see Manage version upgrades for instances and pipelines.
]]>The Python Transform plugin (version 2.3.2) is available in CDAP version 6.10.1. This includes bug fix for the deprecated PROTOCOL_TLSv1 on Dataproc 2.0 and later. The issue occurs when earlier TLS versions, such as TLSv1 and TLSv1.1 are disabled by default due to security concerns. Applications relying on ssl.PROTOCOL_TLSv1 in Python might fail and requires updates to use ssl.PROTOCOL_TLSv1_2 or later.
Cloud Data Fusion version 6.11.0 is available in Preview.
Cloud Data Fusion 6.11.0 offers high availability with reduced upgrade downtime.
When a pipeline run fails, you can retrieve detailed error information on the pipeline details page of the Cloud Data Fusion web interface.
Cloud Data Fusion classifies pipeline errors by category, reason, and message. This classification speeds up resolution and reduces the need to examine complex logs. For more information, see Retrieve error information for a failed pipeline run.
You can view instance metrics and pipeline metrics in Cloud Monitoring and in the dashboard provided by Cloud Data Fusion. For more information, see Metrics overview and Monitor Cloud Data Fusion system, instance, and pipeline health.
You can view instance logs and pipeline logs in Cloud Logging, and in the dashboard provided by Cloud Data Fusion. For more information, see View Cloud Data Fusion logs.
The following APIs for downloading system service and pipeline run logs are deprecated in 6.11.0:
GET /v3/namespaces/<NAMESPACE_ID>/apps/<APP_ID>/<PROGRAM_TYPE>/<PROGRAM_ID>/logsGET /v3/system/services/<SERVICE_ID>/logsThe ability to retrieve all applications without pagination using the GET /v3/namespaces/<NAMESPACE_ID>/apps endpoint is deprecated in 6.11.0.
Fixed in Cloud Data Fusion 6.11.0:
Fixed a null pointer exception in the BigQuery multi-sink plugin when used without a reference name (PLUGIN-1843).
Fixed Joiner plugin failures observed on Dataproc 2.2-debian12 instances (CDAP-21075).
Fixed an issue that prevented pipelines from accepting empty input in Amazon S3 and Google Cloud Storage source plugins (PLUGIN-1742).
Fixed an issue in RBAC-enabled instances where the pipeline details page displayed an incorrect author name (CDAP-21069).
Changes in Cloud Data Fusion 6.11.0:
To create ephemeral clusters, Cloud Data Fusion uses the Dataproc 2.2 image by default. For more information about its limitations in Cloud Data Fusion, see Change the Dataproc image to version 2.1.
The maximum concurrent runs limit for triggers is displayed in the console (CDAP-21072).
Added support for destination table write preference in the BigQuery Execute plugin (PLUGIN-1438).
The following APIs for searching and querying metrics are deprecated in 6.11.0:
POST v3/metrics/queryPOST v3/metrics/searchA soft limit of 2 MB for pipeline JSON size is introduced in 6.11.0. Pipelines exceeding this size might encounter deployment failures.
]]>The SAP OData plugin version 0.11.6 is available in Cloud Data Fusion version 6.8.0 and later. This release includes the following change:
Fixed an issue causing pipeline deployments to fail due to SAP memory dumps when processing large datasets with macro filters: ERROR Stage 'SAP OData' encountered : CDF_SAP_ODATA_01534 - Service validation failed. Root Cause:Invalid parametertype used at function.
You can use custom constraints with Organization Policy to provide more granular control over specific fields for some Cloud Data Fusion resources. For more information, see Create custom organization policy constraints.
]]>The SAP SuccessFactors plugin version 1.2.4 is available in Cloud Data Fusion version 6.8.0 and later. This release lets you use OAuth 2.0 for ODATA API authentication (PLUGIN-1741).
]]>The Cloud Data Fusion version 6.10.1.2 patch revision is generally available (GA). 6.10.1.2 includes the following changes:
You can generate audit logs that record data plane activities within your Cloud Data Fusion instance. Data plane audit logging is available in Preview for RBAC-enabled instances.
To improve the API response time, by default, all program activity records older than 30 days are cleaned up. Any activity older than 30 days isn't visible in the Cloud Data Fusion studio (CDAP-14950).
When using role-based access control, performing the List Pipelines operation requires datafusion.pipelines.list permission, in addition to datafusion.namespaces.get permission. For more information, see RBAC roles and permissions (CDAP-20931).
Fixed an issue causing the flow control metric, flowcontrol.launching.count, to overcount in cases where servers were restarted when a pipeline run was in progress (CDAP-21046).
Fixed an issue causing the flow control metric, flowcontrol.launching.count, to be stale after a restart when no pipelines were running (CDAP-21048).
Fixed an issue causing the default max concurrent runs limit for triggers not to appear in the web interface, making it difficult to tell if triggers were working as intended (CDAP-21072).
Fixed an issue causing the top panel of the Studio tab to disappear when you edited a pipeline draft that's based on a pipeline from an earlier Cloud Data Fusion version (CDAP-21073).
Improved performance by removing a call to the list apps API during pipeline deployment when checking if a pipeline already exists (CDAP-21074).
Cloud Data Fusion supports the CMEK organization policy.
]]>The Snowflake plugin version 1.1.4 is available in Cloud Data Fusion version 6.8.0 and later. This release includes the following changes (PLUGIN-1816):
\). You can set a new escape character using the cdap.snowflake.source.escape runtime argument.The Cloud SQL MySQL plugins version 1.11.5 is available in Cloud Data Fusion versions 6.10.0 and later. This release fixes an issue in the Cloud SQL MySQL sink causing pipelines to fail when the schema contains a MySQL reserved word (PLUGIN-1017).
]]>The HTTP plugin version 1.4.3 is available in Cloud Data Fusion version 6.8.0 and later. This release includes the following changes (PLUGIN-1810):
PATCH option was added to the HTTP Method field.get_schema method was called and a non-2xx response code was received.The Cloud SQL MySQL plugins version 1.11.5 is available in Cloud Data Fusion versions 6.8.0 and later. This release fixes an issue in the Cloud SQL MySQL sink causing pipelines to fail when the schema contains a MySQL reserved word (PLUGIN-1017). This note is incorrect; see entry for November 27, 2024.
The SAP table batch source plugin version 0.11.5 is available in Cloud Data Fusion version 6.8.0 and later. This release fixes an issue causing the following error: Error encountered while configuring the stage: Unable to access Cloud Storage or download JCo libraries from Cloud Storage.