mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 02:02:12 +08:00
Chore: Unify references for dataquery (#68963)
* Unify references for dataquery * Fix ResultFormat in azure types * Update azure-log with new schema * Fix cloudwatch query * Update thema * Fix test * More fixes * More fixes * Fix lint
This commit is contained in:
@ -40,9 +40,9 @@ func (j *pgoJenny) Generate(decl *pfs.PluginDecl) (*codejen.File, error) {
|
||||
Config: &openapi.Config{
|
||||
Group: decl.SchemaInterface.IsGroup(),
|
||||
Config: &copenapi.Config{
|
||||
ExpandReferences: true,
|
||||
MaxCycleDepth: 10,
|
||||
MaxCycleDepth: 10,
|
||||
},
|
||||
SplitSchema: true,
|
||||
},
|
||||
PackageName: slotname,
|
||||
ApplyFuncs: []dstutil.ApplyFunc{corecodegen.PrefixDropper(decl.Lineage.Name())},
|
||||
|
Reference in New Issue
Block a user