Skip to content

Commit

Permalink
feat(fabricType): add fabric type RVW (#10472)
Browse files Browse the repository at this point in the history
  • Loading branch information
eboneil authored May 9, 2024
1 parent 96c605d commit c8bb7dd
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 10 deletions.
5 changes: 5 additions & 0 deletions datahub-graphql-core/src/main/resources/entity.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -2685,6 +2685,11 @@ enum FabricType {
Designates corporation fabrics
"""
CORP

"""
Designates review fabrics
"""
RVW
}

"""
Expand Down
1 change: 1 addition & 0 deletions docs/how/updating-datahub.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This file documents any backwards-incompatible changes in DataHub and assists pe
### Breaking Changes

- #10419 - `aws_region` is now a required configuration in the DynamoDB connector. The connector will no longer loop through all AWS regions; instead, it will only use the region passed into the recipe configuration.
- #10472 - `RVW` added as a FabricType. No rollbacks allowed once metadata with this fabric type is added without manual cleanups in databases.

### Potential Downtime

Expand Down
5 changes: 5 additions & 0 deletions li-utils/src/main/pegasus/com/linkedin/common/FabricType.pdl
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,9 @@ enum FabricType {
* Designates corporation fabrics
*/
CORP

/**
* Designates review fabrics
*/
RVW
}
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@
"name" : "FabricType",
"namespace" : "com.linkedin.common",
"doc" : "Fabric group type",
"symbols" : [ "DEV", "TEST", "QA", "UAT", "EI", "PRE", "STG", "NON_PROD", "PROD", "CORP" ],
"symbols" : [ "DEV", "TEST", "QA", "UAT", "EI", "PRE", "STG", "NON_PROD", "PROD", "CORP", "RVW" ],
"symbolDocs" : {
"CORP" : "Designates corporation fabrics",
"DEV" : "Designates development fabrics",
Expand All @@ -845,7 +845,8 @@
"QA" : "Designates quality assurance fabrics",
"STG" : "Designates staging fabrics",
"TEST" : "Designates testing fabrics",
"UAT" : "Designates user acceptance testing fabrics"
"UAT" : "Designates user acceptance testing fabrics",
"RVW" : "Designates review fabrics"
}
}, {
"type" : "record",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@
"name" : "FabricType",
"namespace" : "com.linkedin.common",
"doc" : "Fabric group type",
"symbols" : [ "DEV", "TEST", "QA", "UAT", "EI", "PRE", "STG", "NON_PROD", "PROD", "CORP" ],
"symbols" : [ "DEV", "TEST", "QA", "UAT", "EI", "PRE", "STG", "NON_PROD", "PROD", "CORP", "RVW" ],
"symbolDocs" : {
"CORP" : "Designates corporation fabrics",
"DEV" : "Designates development fabrics",
Expand All @@ -845,7 +845,8 @@
"QA" : "Designates quality assurance fabrics",
"STG" : "Designates staging fabrics",
"TEST" : "Designates testing fabrics",
"UAT" : "Designates user acceptance testing fabrics"
"UAT" : "Designates user acceptance testing fabrics",
"RVW" : "Designates review fabrics"
}
}, {
"type" : "record",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@
"name" : "FabricType",
"namespace" : "com.linkedin.common",
"doc" : "Fabric group type",
"symbols" : [ "DEV", "TEST", "QA", "UAT", "EI", "PRE", "STG", "NON_PROD", "PROD", "CORP" ],
"symbols" : [ "DEV", "TEST", "QA", "UAT", "EI", "PRE", "STG", "NON_PROD", "PROD", "CORP", "RVW" ],
"symbolDocs" : {
"CORP" : "Designates corporation fabrics",
"DEV" : "Designates development fabrics",
Expand All @@ -587,7 +587,8 @@
"QA" : "Designates quality assurance fabrics",
"STG" : "Designates staging fabrics",
"TEST" : "Designates testing fabrics",
"UAT" : "Designates user acceptance testing fabrics"
"UAT" : "Designates user acceptance testing fabrics",
"RVW" : "Designates review fabrics"
}
}, {
"type" : "record",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@
"name" : "FabricType",
"namespace" : "com.linkedin.common",
"doc" : "Fabric group type",
"symbols" : [ "DEV", "TEST", "QA", "UAT", "EI", "PRE", "STG", "NON_PROD", "PROD", "CORP" ],
"symbols" : [ "DEV", "TEST", "QA", "UAT", "EI", "PRE", "STG", "NON_PROD", "PROD", "CORP", "RVW" ],
"symbolDocs" : {
"CORP" : "Designates corporation fabrics",
"DEV" : "Designates development fabrics",
Expand All @@ -587,7 +587,8 @@
"QA" : "Designates quality assurance fabrics",
"STG" : "Designates staging fabrics",
"TEST" : "Designates testing fabrics",
"UAT" : "Designates user acceptance testing fabrics"
"UAT" : "Designates user acceptance testing fabrics",
"RVW" : "Designates review fabrics"
}
}, {
"type" : "record",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@
"name" : "FabricType",
"namespace" : "com.linkedin.common",
"doc" : "Fabric group type",
"symbols" : [ "DEV", "TEST", "QA", "UAT", "EI", "PRE", "STG", "NON_PROD", "PROD", "CORP" ],
"symbols" : [ "DEV", "TEST", "QA", "UAT", "EI", "PRE", "STG", "NON_PROD", "PROD", "CORP", "RVW" ],
"symbolDocs" : {
"CORP" : "Designates corporation fabrics",
"DEV" : "Designates development fabrics",
Expand All @@ -845,7 +845,8 @@
"QA" : "Designates quality assurance fabrics",
"STG" : "Designates staging fabrics",
"TEST" : "Designates testing fabrics",
"UAT" : "Designates user acceptance testing fabrics"
"UAT" : "Designates user acceptance testing fabrics",
"RVW" : "Designates review fabrics"
}
}, {
"type" : "record",
Expand Down

0 comments on commit c8bb7dd

Please sign in to comment.