Documentation
¶
Index ¶
Constants ¶
View Source
const SourceKind string = "dataplex"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// Dataplex configs
Name string `yaml:"name" validate:"required"`
Kind string `yaml:"kind" validate:"required"`
Project string `yaml:"project" validate:"required"`
}
func (Config) Initialize ¶
func (Config) SourceConfigKind ¶
type Source ¶
type Source struct {
// Source struct with Dataplex client
Name string `yaml:"name"`
Kind string `yaml:"kind"`
Client *dataplexapi.CatalogClient
Project string `yaml:"project"`
Location string `yaml:"location"`
}
func (*Source) CatalogClient ¶
func (s *Source) CatalogClient() *dataplexapi.CatalogClient
func (*Source) SourceKind ¶
Click to show internal directories.
Click to hide internal directories.