databricks

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 5, 2023 License: Apache-2.0 Imports: 25 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ConfigSchema = map[string]*schema.Attribute{
	"account_token": {
		Required: false,
		Type:     schema.TypeString,
	},
	"account_host": {
		Required: false,
		Type:     schema.TypeString,
	},
	"workspace_token": {
		Required: false,
		Type:     schema.TypeString,
	},
	"workspace_host": {
		Required: false,
		Type:     schema.TypeString,
	},
	"account_id": {
		Required: true,
		Type:     schema.TypeString,
	},
	"profile": {
		Required: false,
		Type:     schema.TypeString,
	},
	"config_file_path": {
		Required: false,
		Type:     schema.TypeString,
	},
	"username": {
		Required: false,
		Type:     schema.TypeString,
	},
	"password": {
		Required: false,
		Type:     schema.TypeString,
	},
}
View Source
var DatabricksCompositeFilterOperatorMap = map[string]string{
	"=":  " eq ",
	"<>": " ne ",
	"!=": " ne ",
}

Functions

func ConfigInstance

func ConfigInstance() interface{}

func GetConfig

func GetConfig(connection *plugin.Connection) databricksConfig

GetConfig :: retrieve and cast connection config from query data

func Plugin

func Plugin(ctx context.Context) *plugin.Plugin

Plugin creates this (databricks) plugin

Types

This section is empty.

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL