Documentation
¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Input ¶ added in v0.13.14
type Input struct {
Dataset *string ` json:"dataset,omitempty"`
}
Input references an existing data source
type Poller ¶ added in v0.13.14
type Poller struct {
// Interval configures the time interval before reattempting to invoke function
Interval *time.Duration
// Timeout specifies the upperbound we will attempt to get a result which meets exit condition
Timeout *time.Duration
}
Poller runs function periodically until exit condition is met
type Stage ¶ added in v0.13.14
type Stage struct {
Alias *string `json:"alias,omitempty"`
Input *string `json:"input,omitempty"`
Pipeline string `json:"pipeline"`
OutputStage bool `json:"outputStage"`
}
Stage applies a pipeline to an input If no input is provided, stage will follow on from previous stage An alias must be provided for callers to be able to reference this stage in OPAL Internally, the alias does not map to the stageID - it is the input name we use when refering to this stage
Source Files
¶
- data_source_app.go
- data_source_app_version.go
- data_source_board.go
- data_source_dashboard.go
- data_source_dataset.go
- data_source_datastream.go
- data_source_default_dashboard.go
- data_source_folder.go
- data_source_link.go
- data_source_monitor.go
- data_source_oid.go
- data_source_query.go
- data_source_rbac_group.go
- data_source_terraform.go
- data_source_user.go
- data_source_worksheet.go
- data_source_workspace.go
- diff.go
- helpers.go
- poller.go
- provider.go
- resource_app.go
- resource_app_datasource.go
- resource_board.go
- resource_bookmark.go
- resource_bookmark_group.go
- resource_channel.go
- resource_channel_action.go
- resource_dashboard.go
- resource_dashboard_link.go
- resource_dataset.go
- resource_dataset_outbound_share.go
- resource_datastream.go
- resource_datastream_token.go
- resource_default_dashboard.go
- resource_filedrop.go
- resource_folder.go
- resource_http_post.go
- resource_layered_setting_record.go
- resource_link.go
- resource_monitor.go
- resource_monitor_action.go
- resource_monitor_action_attachment.go
- resource_poller.go
- resource_preferred_path.go
- resource_rbac_default_group.go
- resource_rbac_group.go
- resource_rbac_group_member.go
- resource_rbac_statement.go
- resource_snowflake_outbound_share.go
- resource_source_dataset.go
- resource_worksheet.go
- resource_workspace.go
Click to show internal directories.
Click to hide internal directories.