Versions Compared

Key

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

...

This will translate to hydrator-plugin-gcp-plugins as the package that contains all the Google Cloud Platform plugins. Inside the spec file, look at actions → arguments and obtain the version, name, jar file, and config file.

Example:

Expand
titlehttps://hub.cdap.io/v2/packages/hydrator-plugin-gcp-plugins/0.14.13/spec.json

Code Block
{
  "specVersion": "1.0",
  "description": "Google Cloud Platform plugins to read from and write to various cloud storage systems.",
  "label": "Google Cloud Platform",
  "author": "Cask",
  "org": "Cask Data, Inc.",
  "cdapVersion": "[6.1.2,6.2.0-SNAPSHOT)",
  "created": 1613178518,
  "categories": [
    "hydrator-plugin"
  ],
  "actions": [
    {
      "type": "one_step_deploy_plugin",
      "label": "Deploy Google Cloud Platform plugins",
      "arguments": [
        {
          "name": "name",
          "value": "google-cloud",
          "canModify": false
        },
        {
          "name": "version",
          "value": "0.14.13",
          "canModify": false
        },
        {
          "name": "scope",
          "value": "user",
          "canModify": false
        },
        {
          "name": "config",
          "value": "google-cloud-0.14.13.json",
          "canModify": false
        },
        {
          "name": "jar",
          "value": "google-cloud-0.14.13.jar",
          "canModify": false
        }
      ]
    }
  ]
}

...