keboola.provisioning.r.client.package: Keboola Connection Provisioning client

keboola.provisioning.r.clientR Documentation

Keboola Connection Provisioning client

Description

Implementation of Keboola Connection Provisioning API client. The client allows easy access to API which provides credentials to transformation and sandbox buckets on both mysql and redshift backends.

Details

Package: keboola.provisioning.r.client
Type: Package
Version: 1.0
Date: 2015-04-28
License: MIT

Author(s)

Maintainer: Ondrej Popelka <ondrej.popelka@keboola.com>

Examples

## Not run: 
    # create client
    client <- ProvisioningClient$new(
        backend = 'redshift',
        token = 'your-KBC-token'
    )
    credentials <- client$getCredentials()$credentials
    
    # verify that the credentials actually work
    db <- RedshiftDriver$new()
    db$connect(
        credentials$host, 
        credentials$db, 
        credentials$user, 
        credentials$password, 
        credentials$schema
    )    

## End(Not run)

keboola/provisioning-r-client documentation built on March 15, 2023, 5:36 a.m.