@Test
 public void testGetKeyFromTs() throws Exception {
   try (DataCursor cursor =
       nbb.AsConnection().getData(new FlowRef("NBB", "TEST_DATASET", null), Key.ALL, true)) {
     cursor.nextSeries();
     assertEquals(Key.parse("LOCSTL04.AUS.M"), cursor.getKey());
   }
 }