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:
Selene
2023-05-26 10:16:01 +02:00
committed by GitHub
parent 37c960e104
commit bd622a5381
19 changed files with 707 additions and 2331 deletions

View File

@ -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())},