Documentation ¶
Index ¶
Constants ¶
View Source
const ( ItemName = "Report" ItemTFName = "report" ItemsName = "Reports" ItemsTFName = "reports" ItemType = fabcore.ItemTypeReport ItemDocsSPNSupport = common.DocsSPNSupported ItemDocsURL = "https://learn.microsoft.com/power-bi/developer/projects/projects-report" ItemFormatTypeDefault = "PBIR-Legacy" ItemDefinitionPathDocsURL = "https://learn.microsoft.com/rest/api/fabric/articles/item-management/definitions/report-definition" )
Variables ¶
View Source
var ( ItemFormatTypes = []string{"PBIR-Legacy"} //nolint:gochecknoglobals ItemDefinitionPathsPBIRLegacy = []string{"report.json", "definition.pbir", "StaticResources/RegisteredResources/*", "StaticResources/SharedResources/*"} //nolint:gochecknoglobals )
Functions ¶
func NewDataSourceReport ¶
func NewDataSourceReport() datasource.DataSource
func NewDataSourceReports ¶
func NewDataSourceReports() datasource.DataSource
func NewResourceReport ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.