Documentation ¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GrantRole ¶ added in v0.14.19
type GrantRole string
const ( Administrator GrantRole = "Administrator" DashboardCreator GrantRole = "DashboardCreator" DashboardEditor GrantRole = "DashboardEditor" DashboardViewer GrantRole = "DashboardViewer" DatasetCreator GrantRole = "DatasetCreator" DatasetEditor GrantRole = "DatasetEditor" DatasetViewer GrantRole = "DatasetViewer" DatastreamCreator GrantRole = "DatastreamCreator" DatastreamEditor GrantRole = "DatastreamEditor" DatastreamViewer GrantRole = "DatastreamViewer" MonitorCreator GrantRole = "MonitorCreator" MonitorEditor GrantRole = "MonitorEditor" MonitorViewer GrantRole = "MonitorViewer" MonitorGlobalMuter GrantRole = "MonitorGlobalMuter" WorksheetCreator GrantRole = "WorksheetCreator" WorksheetEditor GrantRole = "WorksheetEditor" WorksheetViewer GrantRole = "WorksheetViewer" )
func (GrantRole) ToRbacRole ¶ added in v0.14.19
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_cloud_info.go
- data_source_dashboard.go
- data_source_dataset.go
- data_source_datastream.go
- data_source_default_dashboard.go
- data_source_folder.go
- data_source_ingest_info.go
- data_source_link.go
- data_source_monitor.go
- data_source_monitor_action.go
- data_source_monitor_v2.go
- data_source_monitor_v2_action.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_correlation_tag.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_grant.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_monitor_v2.go
- resource_monitor_v2_action.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_resource_grants.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.