Function importAsyncDiProject

  • Imports a data integration project from a .zip file and returns an action identifier for tracking the background import operation. Accepts both JSON-based (legacy) and YAML-based project formats, making it the recommended endpoint for deploying YAML-defined pipeline definitions programmatically. Poll the import status using GET /di-projects/actions/{actionId}.

    Parameters

    • projectId: string

      Identifier of the data project.

    • body: { zip?: BodyInit }

      an object with the body content

    • Optionaloptions: ApiCallOptions

    Returns Promise<ImportAsyncDiProjectHttpResponse>

    ImportAsyncDiProjectHttpError