diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 000000000..26d33521a --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/changelog/@unreleased/pr-195.v2.yml b/changelog/@unreleased/pr-195.v2.yml new file mode 100644 index 000000000..23561bcbc --- /dev/null +++ b/changelog/@unreleased/pr-195.v2.yml @@ -0,0 +1,5 @@ +type: improvement +improvement: + description: Add new config fields + links: + - https://github.com/palantir/foundry-platform-python/pull/195 diff --git a/config.json b/config.json index 6fd4ba93f..df51dc321 100644 --- a/config.json +++ b/config.json @@ -27,9 +27,16 @@ "operationName": "getDataset" }, "packageName": "datasets", + "errorPackageName": "datasets", "exampleError": "DatasetNotFound", "exampleGenericError": "UnauthorizedError", - "exampleErrorMessage": "There was an error with the request" + "exampleErrorMessage": "There was an error with the request", + "errorTestParameters": { + "datasetRid": "ri.a.b.c.d" + }, + "errorTest2Parameters": { + "datasetRid": 123 + } }, "paginationExampleOperation": { "majorVersion": "v2",