Skip to content

Commit ee6670f

Browse files
committed
deployments with type filtering
1 parent 85c1d90 commit ee6670f

File tree

4 files changed

+25
-66
lines changed

4 files changed

+25
-66
lines changed

static/citus/v3-chinook-ndc-metadata/configuration.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@
783783
"name": "members",
784784
"type": {
785785
"arrayType": {
786-
"scalarType": "text"
786+
"compositeType": "person_name"
787787
}
788788
},
789789
"description": null
@@ -801,7 +801,7 @@
801801
"organization": {
802802
"name": "organization",
803803
"fields": {
804-
"members": {
804+
"committees": {
805805
"name": "committees",
806806
"type": {
807807
"arrayType": {
@@ -848,17 +848,17 @@
848848
"type": {
849849
"scalarType": "text"
850850
},
851-
"description": null
851+
"description": "Address line No 1"
852852
},
853853
"address_line_2": {
854854
"name": "address_line_2",
855855
"type": {
856856
"scalarType": "text"
857857
},
858-
"description": null
858+
"description": "Address line No 2"
859859
}
860860
},
861-
"description": null
861+
"description": "The address of a person, obviously"
862862
},
863863
"person_name": {
864864
"name": "person_name",
@@ -868,17 +868,17 @@
868868
"type": {
869869
"scalarType": "text"
870870
},
871-
"description": null
871+
"description": "The first name of a person"
872872
},
873873
"last_name": {
874874
"name": "last_name",
875875
"type": {
876876
"scalarType": "text"
877877
},
878-
"description": null
878+
"description": "The last name of a person"
879879
}
880880
},
881-
"description": null
881+
"description": "The name of a person, obviously"
882882
}
883883
},
884884
"nativeQueries": {

static/cockroach/v3-chinook-ndc-metadata/configuration.json

+1-42
Original file line numberDiff line numberDiff line change
@@ -818,48 +818,7 @@
818818
"description": "Shows all defined Spatial Reference Identifiers (SRIDs). Matches PostGIS' spatial_ref_sys table."
819819
}
820820
},
821-
"compositeTypes": {
822-
"person_address": {
823-
"name": "person_address",
824-
"fields": {
825-
"address_line_1": {
826-
"name": "address_line_1",
827-
"type": {
828-
"scalarType": "text"
829-
},
830-
"description": null
831-
},
832-
"address_line_2": {
833-
"name": "address_line_2",
834-
"type": {
835-
"scalarType": "text"
836-
},
837-
"description": null
838-
}
839-
},
840-
"description": null
841-
},
842-
"person_name": {
843-
"name": "person_name",
844-
"fields": {
845-
"first_name": {
846-
"name": "first_name",
847-
"type": {
848-
"scalarType": "text"
849-
},
850-
"description": null
851-
},
852-
"last_name": {
853-
"name": "last_name",
854-
"type": {
855-
"scalarType": "text"
856-
},
857-
"description": null
858-
}
859-
},
860-
"description": null
861-
}
862-
},
821+
"compositeTypes": {},
863822
"nativeQueries": {
864823
"address_identity_function": {
865824
"sql": {

static/postgres/v3-chinook-ndc-metadata/configuration.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@
10401040
"name": "members",
10411041
"type": {
10421042
"arrayType": {
1043-
"scalarType": "text"
1043+
"compositeType": "person_name"
10441044
}
10451045
},
10461046
"description": null
@@ -1058,7 +1058,7 @@
10581058
"organization": {
10591059
"name": "organization",
10601060
"fields": {
1061-
"members": {
1061+
"committees": {
10621062
"name": "committees",
10631063
"type": {
10641064
"arrayType": {
@@ -1105,17 +1105,17 @@
11051105
"type": {
11061106
"scalarType": "text"
11071107
},
1108-
"description": null
1108+
"description": "Address line No 1"
11091109
},
11101110
"address_line_2": {
11111111
"name": "address_line_2",
11121112
"type": {
11131113
"scalarType": "text"
11141114
},
1115-
"description": null
1115+
"description": "Address line No 2"
11161116
}
11171117
},
1118-
"description": null
1118+
"description": "The address of a person, obviously"
11191119
},
11201120
"person_name": {
11211121
"name": "person_name",
@@ -1125,17 +1125,17 @@
11251125
"type": {
11261126
"scalarType": "text"
11271127
},
1128-
"description": null
1128+
"description": "The first name of a person"
11291129
},
11301130
"last_name": {
11311131
"name": "last_name",
11321132
"type": {
11331133
"scalarType": "text"
11341134
},
1135-
"description": null
1135+
"description": "The last name of a person"
11361136
}
11371137
},
1138-
"description": null
1138+
"description": "The name of a person, obviously"
11391139
}
11401140
},
11411141
"nativeQueries": {

static/yugabyte/v3-chinook-ndc-metadata/configuration.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@
783783
"name": "members",
784784
"type": {
785785
"arrayType": {
786-
"scalarType": "text"
786+
"compositeType": "person_name"
787787
}
788788
},
789789
"description": null
@@ -801,7 +801,7 @@
801801
"organization": {
802802
"name": "organization",
803803
"fields": {
804-
"members": {
804+
"committees": {
805805
"name": "committees",
806806
"type": {
807807
"arrayType": {
@@ -848,17 +848,17 @@
848848
"type": {
849849
"scalarType": "text"
850850
},
851-
"description": null
851+
"description": "Address line No 1"
852852
},
853853
"address_line_2": {
854854
"name": "address_line_2",
855855
"type": {
856856
"scalarType": "text"
857857
},
858-
"description": null
858+
"description": "Address line No 2"
859859
}
860860
},
861-
"description": null
861+
"description": "The address of a person, obviously"
862862
},
863863
"person_name": {
864864
"name": "person_name",
@@ -868,17 +868,17 @@
868868
"type": {
869869
"scalarType": "text"
870870
},
871-
"description": null
871+
"description": "The first name of a person"
872872
},
873873
"last_name": {
874874
"name": "last_name",
875875
"type": {
876876
"scalarType": "text"
877877
},
878-
"description": null
878+
"description": "The last name of a person"
879879
}
880880
},
881-
"description": null
881+
"description": "The name of a person, obviously"
882882
}
883883
},
884884
"nativeQueries": {

0 commit comments

Comments
 (0)