Documentation ¶
Index ¶
Constants ¶
View Source
const ProviderType = abstract.ProviderType("bigquery")
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BigQueryDestination ¶
type BigQueryDestination struct { ProjectID string Dataset string Creds string CleanupPolicy server.CleanupType }
func (*BigQueryDestination) CleanupMode ¶
func (b *BigQueryDestination) CleanupMode() server.CleanupType
func (*BigQueryDestination) GetProviderType ¶
func (b *BigQueryDestination) GetProviderType() abstract.ProviderType
func (*BigQueryDestination) IsDestination ¶
func (b *BigQueryDestination) IsDestination()
func (*BigQueryDestination) Validate ¶
func (b *BigQueryDestination) Validate() error
func (*BigQueryDestination) WithDefaults ¶
func (b *BigQueryDestination) WithDefaults()
type ChangeItem ¶
type ChangeItem struct {
abstract.ChangeItem
}
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
func (Provider) Type ¶
func (p Provider) Type() abstract.ProviderType
Click to show internal directories.
Click to hide internal directories.