databricks-cli/bundle/config/resources.go

10 lines
315 B
Go
Raw Normal View History

package config
import "github.com/databricks/bricks/bundle/config/resources"
// Resources defines Databricks resources associated with the bundle.
type Resources struct {
2022-12-01 08:35:21 +00:00
Workflows map[string]resources.Workflow `json:"workflows,omitempty"`
Pipelines map[string]resources.Pipeline `json:"pipelines,omitempty"`
}