Skip to content

ni.datastore 0.1.0-dev2

Pre-release
Pre-release

Choose a tag to compare

@hunter-ni hunter-ni released this 07 Oct 17:54
af5253a

What's Changed

  • Separate Clients for Data Store and Metadata Store (#37)
    • Data and metadata operations have been split out into separate client APIs. Access them like this (see examples):
    from ni.datastore.data import DataStoreClient
    from ni.datastore.metadata import MetadataStoreClient
    data_store_client = DataStoreClient()
    metadata_store_client = MetadataStoreClient()
  • Remove 'Measurement' from Table of Contents (#30)
  • Schema Registration - Allow Specification from File Path (#31)
  • Implement batch publishing for basic iterables (#33)
  • Fix incorrect comment about oData query (#34)
  • Add basic iterable support to publish_measurement (#38)

Full Changelog: 0.1.0-dev1...0.1.0-dev2