You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+49-4Lines changed: 49 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -152,12 +152,13 @@ This is a native rest connector. This repo is for additional tools specific to G
152
152
153
153
154
154
## Custom Schemas
155
-
If you need to import custom schema data into NIM you can extend the table schemas by adding a custom json file.
155
+
### Schema Definition File
156
+
If you need to import custom schema data into NIM you can extend the table schemas by adding a custom json file where the [SYSTEMNAME] is the name of your system within the NIM console.
@@ -177,7 +178,51 @@ SYSTEMNAME = The name of the system in NIM.
177
178
}
178
179
}
179
180
```
181
+
### Adding T4e Custom Schema Attributes
182
+
Custom schema attributes can be added directly from the Google Admin console or the Developer API console (preferred).
183
+
184
+
Open the Developer API console and use the below values for the customerId and Request Body values and then press Execute. If prompted, allow access for the application to execute the command. You should see a response payload show up once the command has finished.
0 commit comments