datalakepipelines

package
v2.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrSinkTransformInvalid = errors.New("--transform format invalid")
View Source
var ErrSourceTypeInvalid = errors.New("--sourceType invalid")

Functions

func Builder

func Builder() *cobra.Command

func CreateBuilder

func CreateBuilder() *cobra.Command

atlas dataLakePipelines create <pipelineName> [--projectId projectId].

func DeleteBuilder

func DeleteBuilder() *cobra.Command

atlas dataLakePipelines delete <pipelineName> [--projectId projectId].

func DescribeBuilder

func DescribeBuilder() *cobra.Command

atlas dataLakePipelines describe <pipelineName> [--projectId projectId].

func ListBuilder

func ListBuilder() *cobra.Command

atlas dataLakePipelines list [--projectId projectId].

func PauseBuilder

func PauseBuilder() *cobra.Command

atlas dataLakePipelines pause <pipelineName> [--projectId projectId].

func StartBuilder

func StartBuilder() *cobra.Command

atlas dataLakePipelines start <pipelineName> [--projectId projectId].

func TriggerBuilder

func TriggerBuilder() *cobra.Command

atlas dataLakePipelines trigger <pipelineName> [--projectId projectId].

func UpdateBuilder

func UpdateBuilder() *cobra.Command

atlas dataLakePipelines update <pipelineName> [--projectId projectId].

func WatchBuilder

func WatchBuilder() *cobra.Command

atlas dataLakePipelines watch <pipelineName> [--projectId projectId].

Types

type CreateOpts

type CreateOpts struct {
	cli.GlobalOpts
	cli.OutputOpts
	// contains filtered or unexported fields
}

func (*CreateOpts) Run

func (opts *CreateOpts) Run() error

type DeleteOpts

type DeleteOpts struct {
	cli.GlobalOpts
	*cli.DeleteOpts
	// contains filtered or unexported fields
}

func (*DeleteOpts) Run

func (opts *DeleteOpts) Run() error

type DescribeOpts

type DescribeOpts struct {
	cli.GlobalOpts
	cli.OutputOpts
	// contains filtered or unexported fields
}

func (*DescribeOpts) Run

func (opts *DescribeOpts) Run() error

type ListOpts

type ListOpts struct {
	cli.GlobalOpts
	cli.OutputOpts
	// contains filtered or unexported fields
}

func (*ListOpts) Run

func (opts *ListOpts) Run() error

type PauseOpts

type PauseOpts struct {
	cli.GlobalOpts
	cli.OutputOpts
	// contains filtered or unexported fields
}

func (*PauseOpts) Run

func (opts *PauseOpts) Run() error

type StartOpts

type StartOpts struct {
	cli.GlobalOpts
	cli.OutputOpts
	// contains filtered or unexported fields
}

func (*StartOpts) Run

func (opts *StartOpts) Run() error

type TriggerOpts

type TriggerOpts struct {
	cli.GlobalOpts
	cli.OutputOpts
	// contains filtered or unexported fields
}

func (*TriggerOpts) Run

func (opts *TriggerOpts) Run() error

type UpdateOpts

type UpdateOpts struct {
	cli.GlobalOpts
	cli.OutputOpts
	// contains filtered or unexported fields
}

func (*UpdateOpts) Run

func (opts *UpdateOpts) Run() error

type WatchOpts

type WatchOpts struct {
	cli.GlobalOpts
	cli.OutputOpts
	cli.WatchOpts
	// contains filtered or unexported fields
}

func (*WatchOpts) Run

func (opts *WatchOpts) Run() error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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