Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note: To export all deployed data pipelines for all namespaces, see Lifecycle Microservices, “Export All Application Details”.

To export a single data pipeline in a namespace, see Lifecycle Microservices, “Details of an Application”.

To export all pipelines in a namespace, see Lifecycle Microservices, “List Applications”.

See also Exporting Applications through CDAP Lifecycle Microservices.

Importing data pipelines

  1. In the Pipeline Studio, click Import.

  2. Upload the JSON file that you saved when you exported the pipeline.

  3. (Optional) You might be prompted to upgrade the version of your plugins. Click Fix all. If a particular plugin is not found, follow the prompts to install it from the Hub.

  4. (Optional) If the pipeline uses an earlier version of a plugin and if that version of the plugin exists in the current CDAP instance, you can continue using the earlier version of the plugin, or upgrade to the current version of the plugin (that matches the instance/namespace version).

  5. (Optional) If you use a custom plugin in your pipeline and you receive a prompt in the upgrade window that the plugin was not found, you must deploy that custom plugin first, and then import the pipeline again.
    The pipeline opens in the Pipeline Studio page.

  6. Click Save to save the pipeline as Draft.
    The pipeline appears under Drafts in the List Pipelines page.

...