glueutils

package
v0.0.101 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeleteClassifier added in v0.0.73

func DeleteClassifier(classifierName string) (*glue.DeleteClassifierOutput, error)

func DeleteConnection added in v0.0.73

func DeleteConnection(connectionName string) (*glue.DeleteConnectionOutput, error)

func DeleteCrawlers added in v0.0.73

func DeleteCrawlers(crawlerName string) (*glue.DeleteCrawlerOutput, error)

func DeleteDatabase added in v0.0.73

func DeleteDatabase(databaseName string) (*glue.DeleteDatabaseOutput, error)

func DeleteJob added in v0.0.73

func DeleteJob(jobName string) (*glue.DeleteJobOutput, error)

func DeleteTable added in v0.0.73

func DeleteTable(databaseName, tableName string) (*glue.DeleteTableOutput, error)

func DeleteTriggers added in v0.0.73

func DeleteTriggers(triggerName string) (*glue.DeleteTriggerOutput, error)

func DeleteWorkflow added in v0.0.73

func DeleteWorkflow(workflowName string, deep bool) (*glue.DeleteWorkflowOutput, []error)

func GetClassifier added in v0.0.73

func GetClassifier(classifierName string) (*glue.GetClassifierOutput, error)

func GetConnection added in v0.0.73

func GetConnection(connectionName string) (*glue.GetConnectionOutput, error)

func GetCrawler added in v0.0.73

func GetCrawler(crawlerName string) (*glue.GetCrawlerOutput, error)

func GetDatabase added in v0.0.73

func GetDatabase(databaseName string) (*glue.GetDatabaseOutput, error)

func GetJob added in v0.0.73

func GetJob(jobName string) (*glue.GetJobOutput, error)

func GetTable added in v0.0.73

func GetTable(databaseName, tableName string) (*glue.GetTableOutput, error)

func GetTrigger added in v0.0.73

func GetTrigger(triggerName string) (*glue.GetTriggerOutput, error)

func GetWorkflow added in v0.0.73

func GetWorkflow(workflowName string) (*glue.GetWorkflowOutput, error)

func ListClassifiers added in v0.0.73

func ListClassifiers() ([]string, error)

func ListConnections added in v0.0.73

func ListConnections() ([]string, error)

func ListCrawlers added in v0.0.73

func ListCrawlers() ([]string, error)

func ListDatabases added in v0.0.73

func ListDatabases() ([]string, error)

func ListJobs added in v0.0.73

func ListJobs() ([]string, error)

func ListTables added in v0.0.73

func ListTables(databaseName string) ([]string, error)

func ListTriggers added in v0.0.73

func ListTriggers() ([]string, error)

func ListWorkflowExecution added in v0.0.98

func ListWorkflowExecution(wfName string) ([]types.WorkflowRun, error)

func ListWorkflows added in v0.0.73

func ListWorkflows() ([]string, error)

func PushRepo added in v0.0.93

func PushRepo(jobname string) error

func ResetAllJobBookmark added in v0.0.99

func ResetAllJobBookmark() error

func ResetJobBookmark added in v0.0.99

func ResetJobBookmark(jobName string) (*glue.ResetJobBookmarkOutput, error)

func StartWorkflow

func StartWorkflow(workflowName string, params map[string]string) error

func UpdateJob added in v0.0.93

func UpdateJob(jobname string) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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