datafactory

package
v1.44.1-0...-77b165e Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2025 License: MPL-2.0 Imports: 45 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TypeBasicDatasetCompressionTypeBZip2      string = "BZip2"
	TypeBasicDatasetCompressionTypeDeflate    string = "Deflate"
	TypeBasicDatasetCompressionTypeGZip       string = "GZip"
	TypeBasicDatasetCompressionTypeTar        string = "Tar"
	TypeBasicDatasetCompressionTypeTarGZip    string = "TarGZip"
	TypeBasicDatasetCompressionTypeZipDeflate string = "ZipDeflate"
)

@tombuildsstuff: these have been ported over from the Azure SDK for Go since the service team has removed them but the casing differs in the API, so we need to ensure these are normalized on our side.

Variables

This section is empty.

Functions

func SchemaForDataFlowSourceAndSink

func SchemaForDataFlowSourceAndSink() *pluginsdk.Schema

func SchemaForDataFlowSourceTransformation

func SchemaForDataFlowSourceTransformation() *pluginsdk.Schema

func SchemaForDataFlowletSourceAndSink

func SchemaForDataFlowletSourceAndSink() *pluginsdk.Schema

Types

type DataFactoryCredentialServicePrincipalResource

type DataFactoryCredentialServicePrincipalResource struct{}

func (DataFactoryCredentialServicePrincipalResource) Arguments

func (DataFactoryCredentialServicePrincipalResource) Attributes

func (DataFactoryCredentialServicePrincipalResource) Create

func (DataFactoryCredentialServicePrincipalResource) Delete

func (DataFactoryCredentialServicePrincipalResource) IDValidationFunc

func (DataFactoryCredentialServicePrincipalResource) ModelObject

func (DataFactoryCredentialServicePrincipalResource) ModelObject() interface{}

func (DataFactoryCredentialServicePrincipalResource) Read

func (DataFactoryCredentialServicePrincipalResource) ResourceType

func (DataFactoryCredentialServicePrincipalResource) Update

type DataFactoryCredentialServicePrincipalResourceSchema

type DataFactoryCredentialServicePrincipalResourceSchema struct {
	Name                string                `tfschema:"name"`
	DataFactoryId       string                `tfschema:"data_factory_id"`
	TenantId            string                `tfschema:"tenant_id"`
	ServicePrincipalId  string                `tfschema:"service_principal_id"`
	ServicePrincipalKey []ServicePrincipalKey `tfschema:"service_principal_key"`
	Description         string                `tfschema:"description"`
	Annotations         []string              `tfschema:"annotations"`
}

type DataFactoryCredentialUserAssignedManagedIdentityResource

type DataFactoryCredentialUserAssignedManagedIdentityResource struct{}

func (DataFactoryCredentialUserAssignedManagedIdentityResource) Arguments

func (DataFactoryCredentialUserAssignedManagedIdentityResource) Attributes

func (DataFactoryCredentialUserAssignedManagedIdentityResource) Create

func (DataFactoryCredentialUserAssignedManagedIdentityResource) Delete

func (DataFactoryCredentialUserAssignedManagedIdentityResource) IDValidationFunc

func (DataFactoryCredentialUserAssignedManagedIdentityResource) ModelObject

func (DataFactoryCredentialUserAssignedManagedIdentityResource) Read

func (DataFactoryCredentialUserAssignedManagedIdentityResource) ResourceType

func (DataFactoryCredentialUserAssignedManagedIdentityResource) Update

type DataFactoryCredentialUserAssignedManagedIdentityResourceSchema

type DataFactoryCredentialUserAssignedManagedIdentityResourceSchema struct {
	Name          string   `tfschema:"name"`
	DataFactoryId string   `tfschema:"data_factory_id"`
	IdentityId    string   `tfschema:"identity_id"`
	Description   string   `tfschema:"description"`
	Annotations   []string `tfschema:"annotations"`
}

type DataFactoryDatasetAzureSQLTableResource

type DataFactoryDatasetAzureSQLTableResource struct{}

func (DataFactoryDatasetAzureSQLTableResource) Arguments

func (DataFactoryDatasetAzureSQLTableResource) Attributes

func (DataFactoryDatasetAzureSQLTableResource) Create

func (DataFactoryDatasetAzureSQLTableResource) Delete

func (DataFactoryDatasetAzureSQLTableResource) IDValidationFunc

func (DataFactoryDatasetAzureSQLTableResource) ModelObject

func (DataFactoryDatasetAzureSQLTableResource) ModelObject() interface{}

func (DataFactoryDatasetAzureSQLTableResource) Read

func (DataFactoryDatasetAzureSQLTableResource) ResourceType

func (DataFactoryDatasetAzureSQLTableResource) Update

type DataFactoryDatasetAzureSQLTableResourceSchema

type DataFactoryDatasetAzureSQLTableResourceSchema struct {
	Name                 string                 `tfschema:"name"`
	DataFactoryId        string                 `tfschema:"data_factory_id"`
	LinkedServiceId      string                 `tfschema:"linked_service_id"`
	Schema               string                 `tfschema:"schema"`
	Table                string                 `tfschema:"table"`
	Parameters           map[string]interface{} `tfschema:"parameters"`
	Description          string                 `tfschema:"description"`
	Annotations          []string               `tfschema:"annotations"`
	Folder               string                 `tfschema:"folder"`
	AdditionalProperties map[string]interface{} `tfschema:"additional_properties"`
	SchemaColumn         []DatasetColumn        `tfschema:"schema_column"`
}

type DatasetColumn

type DatasetColumn struct {
	Name        string `json:"name,omitempty"        tfschema:"name"`
	Description string `json:"description,omitempty" tfschema:"description"`
	Type        string `json:"type,omitempty"        tfschema:"type"`
}

DatasetColumn describes the attributes needed to specify a structure column for a dataset

type DatasetSnowflakeSchemaColumn

type DatasetSnowflakeSchemaColumn struct {
	Name      string `json:"name,omitempty"`
	Type      string `json:"type,omitempty"`
	Precision int    `json:"precision,omitempty"`
	Scale     int    `json:"scale,omitempty"`
}

DatasetSnowflakeSchemaColumn describes the attributes needed to specify a Snowflake schema column for a dataset

type Registration

type Registration struct{}

func (Registration) AssociatedGitHubLabel

func (r Registration) AssociatedGitHubLabel() string

func (Registration) DataSources

func (Registration) DataSources() []sdk.DataSource

func (Registration) Name

func (r Registration) Name() string

Name is the name of this Service

func (Registration) Resources

func (Registration) Resources() []sdk.Resource

func (Registration) SupportedDataSources

func (r Registration) SupportedDataSources() map[string]*pluginsdk.Resource

SupportedDataSources returns the supported Data Sources supported by this Service

func (Registration) SupportedResources

func (r Registration) SupportedResources() map[string]*pluginsdk.Resource

SupportedResources returns the supported Resources supported by this Service

func (Registration) WebsiteCategories

func (r Registration) WebsiteCategories() []string

WebsiteCategories returns a list of categories which can be used for the sidebar

type ServicePrincipalKey

type ServicePrincipalKey struct {
	LinkedServiceName string `tfschema:"linked_service_name"`
	SecretName        string `tfschema:"secret_name"`
	SecretVersion     string `tfschema:"secret_version"`
}

type TriggerSchedule

type TriggerSchedule struct {
	DaysOfMonth []int64                          `tfschema:"days_of_month"`
	DaysOfWeek  []string                         `tfschema:"days_of_week"`
	Hours       []int64                          `tfschema:"hours"`
	Minutes     []int64                          `tfschema:"minutes"`
	Monthly     []TriggerScheduleScheduleMonthly `tfschema:"monthly"`
}

type TriggerScheduleDataSource

type TriggerScheduleDataSource struct{}

func (TriggerScheduleDataSource) Arguments

func (d TriggerScheduleDataSource) Arguments() map[string]*pluginsdk.Schema

func (TriggerScheduleDataSource) Attributes

func (d TriggerScheduleDataSource) Attributes() map[string]*pluginsdk.Schema

func (TriggerScheduleDataSource) ModelObject

func (d TriggerScheduleDataSource) ModelObject() interface{}

func (TriggerScheduleDataSource) Read

func (TriggerScheduleDataSource) ResourceType

func (d TriggerScheduleDataSource) ResourceType() string

type TriggerScheduleDataSourceModel

type TriggerScheduleDataSourceModel struct {
	Name          string            `tfschema:"name"`
	DataFactoryID string            `tfschema:"data_factory_id"`
	Description   string            `tfschema:"description"`
	Schedule      []TriggerSchedule `tfschema:"schedule"`
	StartTime     string            `tfschema:"start_time"`
	EndTime       string            `tfschema:"end_time"`
	TimeZone      string            `tfschema:"time_zone"`
	Frequency     string            `tfschema:"frequency"`
	Interval      int64             `tfschema:"interval"`
	Activated     bool              `tfschema:"activated"`
	PipelineName  string            `tfschema:"pipeline_name"`
	Annotations   []string          `tfschema:"annotations"`
}

type TriggerScheduleScheduleMonthly

type TriggerScheduleScheduleMonthly struct {
	Weekday string `tfschema:"weekday"`
	Week    int64  `tfschema:"week"`
}

type TriggerSchedulesDataSource

type TriggerSchedulesDataSource struct{}

func (TriggerSchedulesDataSource) Arguments

func (TriggerSchedulesDataSource) Attributes

func (d TriggerSchedulesDataSource) Attributes() map[string]*pluginsdk.Schema

func (TriggerSchedulesDataSource) ModelObject

func (d TriggerSchedulesDataSource) ModelObject() interface{}

func (TriggerSchedulesDataSource) Read

func (TriggerSchedulesDataSource) ResourceType

func (d TriggerSchedulesDataSource) ResourceType() string

type TriggerSchedulesDataSourceModel

type TriggerSchedulesDataSourceModel struct {
	DataFactoryID string   `tfschema:"data_factory_id"`
	Items         []string `tfschema:"items"`
}

Source Files

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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