Skip to content

Commit

Permalink
fix: add DataCalcInsightTemplate and DataKitObjectTemplate (#1210)
Browse files Browse the repository at this point in the history
  • Loading branch information
shetzel authored Jan 10, 2024
1 parent e64bec7 commit cb845b3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1686,6 +1686,20 @@
"adapter": "matchingContentFile"
}
},
"datacalcinsighttemplate": {
"id": "datacalcinsighttemplate",
"name": "DataCalcInsightTemplate",
"suffix": "dataCalcInsightTemplate",
"directoryName": "dataCalcInsightTemplates",
"strictDirectoryName": false
},
"datakitobjecttemplate": {
"id": "datakitobjecttemplate",
"name": "DataKitObjectTemplate",
"suffix": "dataKitObjectTemplate",
"directoryName": "dataKitObjectTemplates",
"strictDirectoryName": false
},
"corswhitelistorigin": {
"id": "corswhitelistorigin",
"name": "CorsWhitelistOrigin",
Expand Down Expand Up @@ -3740,6 +3754,8 @@
"ocrSampleDocument": "ocrsampledocument",
"ocrTemplate": "ocrtemplate",
"apt": "actionplantemplate",
"dataCalcInsightTemplate": "datacalcinsighttemplate",
"dataKitObjectTemplate": "datakitobjecttemplate",
"decisionTable": "decisiontable",
"decisionTableDatasetLink": "decisiontabledatasetlink",
"decisionMatrixDefinition": "decisionmatrixdefinition",
Expand Down

0 comments on commit cb845b3

Please sign in to comment.