0.10.5-alpha.1749641115 • Published 10 months ago

@datarobot/pulumi-datarobot v0.10.5-alpha.1749641115

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

DataRobot Resource Provider

The DataRobot Resource Provider lets you manage DataRobot resources. The provider is built on terraform-provider-datarobot. To use this package, please install the Pulumi CLI first.

Installing

This package is available for several languages/platforms:

Python

To use from Python, install using pip:

pip install pulumi_datarobot

Javascript/Typescript

To use from JavaScript or TypeScript in Node.js, install using either npm:

npm install @datarobot/pulumi-datarobot

or yarn:

yarn add @datarobot/pulumi-datarobot

Go

go get github.com/datarobot-community/pulumi-datarobot/sdk/go/...

.NET

To use from .NET, install using dotnet add package:

dotnet add package DataRobotPulumi.Datarobot

YAML

No install necessary, just run pulumi up.

Configuration

The following configuration points are available for the DataRobot provider:

  • datarobot:apikey (environment: DATAROBOT_API_TOKEN) - the API key for DataRobot
  • datarobot:endpoint (environment: DATAROBOT_ENDPOINT) - the endpoint for DataRobot

Examples

See datarobot-pulumi examples

Air-Gapped Environments

Keep the following items in mind if running in an air-gapped environment:

  • Run pulumi login --local to store state files on your local filesystem, instead of the default Pulumi Cloud. Pulumi binaries are available here.
  • Set DATAROBOT_ENDPOINT: https://{datarobot.example.com}/api/v2 (replacing {datarobot.example.com} with your specific deployment endpoint)
  • For Python, the pulumi and pulumi-datarobot packages must be installed in the air-gapped system.

    Example using pip wheel:

    1. create a directory where you want to store package wheels.

      mkdir folder_containing_wheel
    2. Now install wheels of the python library you want to install

      pip wheel pulumi-datarobot -w folder_containing_wheel

      This will store all your required dependent wheels of the pulumi-datarobot package in the folder. you can check it with doing ls -ltr`.

    3. Now, you can make a tar file of this folder.

      tar cf folder_containing_wheel.tar folder_containing_wheel/

      and you can transfer it to your air-gapped system.

      Now untar the folder.

      tar xf folder_containing_wheel.tar
      cd folder_containing_wheel/

      now install wheels from the folder.

      pip install * -f ./ --no-index 
0.8.9

1 year ago

0.8.8

1 year ago

0.8.5

1 year ago

0.8.4

1 year ago

0.4.8

1 year ago

0.8.7

1 year ago

0.8.6

1 year ago

0.9.0

12 months ago

0.7.2

1 year ago

0.5.4

1 year ago

0.3.6

1 year ago

0.5.3

1 year ago

0.9.2

12 months ago

0.7.4

1 year ago

0.5.0

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.9.4

11 months ago

0.9.3

12 months ago

0.7.5

1 year ago

0.10.1

10 months ago

0.10.3

10 months ago

0.8.12

1 year ago

0.8.11

1 year ago

0.8.14

1 year ago

0.8.13

1 year ago

0.8.10

1 year ago

0.8.19

1 year ago

0.8.16

1 year ago

0.8.15

1 year ago

0.8.18

1 year ago

0.8.17

1 year ago

0.8.1

1 year ago

0.4.5

1 year ago

0.8.3

1 year ago

0.8.2

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.6.1

1 year ago

0.4.2

1 year ago

0.3.5

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

1.0.1

1 year ago

0.2.7

1 year ago

0.2.6

1 year ago

0.1.45

2 years ago

0.1.46

2 years ago

0.2.1

2 years ago

0.2.3

1 year ago

0.2.2

2 years ago

0.2.5

1 year ago

0.2.4

1 year ago

0.1.44

2 years ago

0.1.41

2 years ago

0.1.42

2 years ago

0.1.43

2 years ago

0.1.37

2 years ago

0.1.39

2 years ago

0.1.36

2 years ago

0.1.34

2 years ago

0.1.35

2 years ago

0.1.33

2 years ago

0.1.32

2 years ago