You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Haonan Hou (Jira)" <ji...@apache.org> on 2022/03/08 06:05:00 UTC

[jira] [Assigned] (IOTDB-2357) Support create timeseries interface with tags in Python client

     [ https://issues.apache.org/jira/browse/IOTDB-2357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Haonan Hou reassigned IOTDB-2357:
---------------------------------

    Assignee: Haonan Hou

> Support create timeseries interface with tags in Python client
> --------------------------------------------------------------
>
>                 Key: IOTDB-2357
>                 URL: https://issues.apache.org/jira/browse/IOTDB-2357
>             Project: Apache IoTDB
>          Issue Type: New Feature
>          Components: Client/Python
>            Reporter: Haonan Hou
>            Assignee: Haonan Hou
>            Priority: Minor
>              Labels: easy-fix, pull-request-available
>
> Java session api has the following interface.
> {code:java}
>   public void createMultiTimeseries(
>       List<String> paths,
>       List<TSDataType> dataTypes,
>       List<TSEncoding> encodings,
>       List<CompressionType> compressors,
>       List<Map<String, String>> propsList,
>       List<Map<String, String>> tagsList,
>       List<Map<String, String>> attributesList,
>       List<String> measurementAliasList)
> {code}
> We need to support this interface in Python client as well.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)