Created
October 13, 2017 16:03
-
-
Save ludflu/076539a59d99ed21e8fa7556cd7ec0a4 to your computer and use it in GitHub Desktop.
NWO2 User & Package migrations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The following is a (probably incomplete) list of breaking changes to the API: | |
| - The collections endpoint has been removed. Use the Packages endpoint instead | |
| - creating a new package now requires a dataset id | |
| - for ETL superuser requests, we now require that the client sets and X-ORGANIZATION-ID header. (this is because data catalog items are stored in a different schema for each org) | |
| - the "ancestors" fields no longer include the datasetId, since datasets are no longer packages | |
| - when creating a package, the "parent" field is now optional - since it might be nested directly under a dataset | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment