Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch Processing: Example 31-3 not demonstrating referencing #41

Closed
hylkevds opened this issue Feb 9, 2018 · 1 comment
Closed

Batch Processing: Example 31-3 not demonstrating referencing #41

hylkevds opened this issue Feb 9, 2018 · 1 comment
Labels
sensing v1.1 This change should be discussed for v1.1 of the sensing document.

Comments

@hylkevds
Copy link
Contributor

hylkevds commented Feb 9, 2018

Example 31-3 is supposed to show how to use referencing in batch requests:

A change set that contains the following requests:

  1. Insert a new Datastream entity (with Content-ID = 1)
  2. Insert a second new entity, a Sensor entity in this example (reference request with Content-ID = 1)

The issue is that the second part of the example doesn't actually reference the first part.

The example is also very odd, since normally one doesn't create a Datastream (presumably with the "wrong" Sensor?), and then a Sensor referencing this Datastream. It makes more sense to first create the Sensor, and then the Datastream.

@hylkevds
Copy link
Contributor Author

Fixed with the publication of Sensing v1.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sensing v1.1 This change should be discussed for v1.1 of the sensing document.
Projects
None yet
Development

No branches or pull requests

2 participants