You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sdap.apache.org by GitBox <gi...@apache.org> on 2021/09/08 00:50:22 UTC

[GitHub] [incubator-sdap-ingester] wphyojpl opened a new pull request #39: feat:allow null when standard_name is missing

wphyojpl opened a new pull request #39:
URL: https://github.com/apache/incubator-sdap-ingester/pull/39


   - for multivariable processes, pass `null` when `standard_name` is missing
   - updated test case
   - if it is single variable data, it will be either `"the name"` or `null` is passed
   - if it is multivariable data, it will be either `["name1", "name2", ..., "nameX"]` or `null` values like `["name1",null,"name2",...]`
   - they can be converted back to Python object by using `json.loads(...)`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@sdap.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-sdap-ingester] ngachung merged pull request #39: SDAP-340:fix:allow null when standard_name is missing

Posted by GitBox <gi...@apache.org>.
ngachung merged pull request #39:
URL: https://github.com/apache/incubator-sdap-ingester/pull/39


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@sdap.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org