Skip to content

Instantly share code, notes, and snippets.

@ludflu
Created October 13, 2017 16:03
Show Gist options
  • Select an option

  • Save ludflu/076539a59d99ed21e8fa7556cd7ec0a4 to your computer and use it in GitHub Desktop.

Select an option

Save ludflu/076539a59d99ed21e8fa7556cd7ec0a4 to your computer and use it in GitHub Desktop.
NWO2 User & Package migrations
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