Updated on 2025-08-25 GMT+08:00

SDK Overview

The software development kit (SDK) of DataArts Fabric encapsulates REST APIs provided by DataArts Fabric to streamline user development tasks. Users can directly call these APIs to use DataArts Fabric.

Generating SDK Code Online

You are advised to use API Explorer to dynamically generate SDK code as needed, simplifying SDK usage. You can view the SDK code of the corresponding programming language type on the Sample Code tab of a specific API in API Explorer. The code sample panel on the right will automatically assemble parameters into the code for your use. The steps are as follows:

  1. Select an SDK, for example, Create Workspace, and enter the parameter name test_workspace in the request body.
  2. Click Sample Code on the right to view the code, where the entered parameters are generated.
  3. Click Debug on the left to view the debugging result.