Skip to content

Commit

Permalink
fix: add the ExpressionSetObjectAlias metadata type (#1209)
Browse files Browse the repository at this point in the history
  • Loading branch information
shetzel authored Jan 9, 2024
1 parent 27e615a commit 896ec32
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 8 additions & 0 deletions src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -2572,6 +2572,13 @@
}
}
},
"expressionsetobjectalias": {
"id": "expressionsetobjectalias",
"name": "ExpressionSetObjectAlias",
"suffix": "expressionSetObjectAlias",
"directoryName": "expressionSetObjectAlias",
"strictDirectoryName": false
},
"briefcasedefinition": {
"id": "briefcasedefinition",
"name": "BriefcaseDefinition",
Expand Down Expand Up @@ -3739,6 +3746,7 @@
"decisionMatrixDefinitionVersion": "decisionmatrixdefinitionversion",
"expressionSetDefinition": "expressionsetdefinition",
"expressionSetDefinitionVersion": "expressionsetdefinitionversion",
"expressionSetObjectAlias": "expressionsetobjectalias",
"briefcaseDefinition": "briefcasedefinition",
"batchProcessJobDefinition": "batchprocessjobdefinition",
"acctMgrTargetSetting": "acctmgrtargetsettings",
Expand Down
3 changes: 0 additions & 3 deletions src/registry/nonSupportedTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ export const metadataTypes = [
'ReferencedDashboard',
'WaveAnalyticAssetCollection',

// spins up fine with feature B2CLOYALTYMANAGEMENT, not in describe
'ExpressionSetObjectAlias',

// requires no features, but not in describe
'ExternalDataSrcDescriptor',

Expand Down

0 comments on commit 896ec32

Please sign in to comment.