| keboola.provisioning.r.client | R Documentation |
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.
| Package: | keboola.provisioning.r.client |
| Type: | Package |
| Version: | 1.0 |
| Date: | 2015-04-28 |
| License: | MIT |
Maintainer: Ondrej Popelka <ondrej.popelka@keboola.com>
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.