chartsSmlChildTableName[TSDB_TABLE_NAME_LEN]="";//user defined child table name can be specified in tag value. If set to empty system will generate table name using MD5 hash.
If you have installed TDengine server or client with prebuilt packages, then you can install the connector from path:
```bash
pip install /usr/local/taos/connector/python
```
```
## Source Code
## Source Code
[TDengine](https://github.com/taosdata/TDengine) connector for Python source code is hosted on [GitHub](https://github.com/taosdata/TDengine/tree/develop/src/connector/python).
[TDengine](https://github.com/taosdata/TDengine) connector for Python source code is hosted on [GitHub](https://github.com/taosdata/taos-connector-python).
{"without-property",'N',0,0,"Dump schema without properties.",2},
{"without-property",'N',0,0,"Dump schema without properties.",2},
{"avro",'v',0,0,"Dump apache avro format data file. By default, dump sql command sequence.",2},
#ifdef AVRO_SUPPORT
{"start-time",'S',"START_TIME",0,"Start time to dump. Either epoch or ISO8601/RFC3339 format is acceptable. ISO8601 format example: 2017-10-01T00:00:00.000+0800 or 2017-10-0100:00:00:000+0800 or '2017-10-01 00:00:00.000+0800'",4},
{"avro",'v',0,0,"Dump apache avro format data file. By default, dump sql command sequence.",3},
{"end-time",'E',"END_TIME",0,"End time to dump. Either epoch or ISO8601/RFC3339 format is acceptable. ISO8601 format example: 2017-10-01T00:00:00.000+0800 or 2017-10-0100:00:00.000+0800 or '2017-10-01 00:00:00.000+0800'",5},
{"avro-codec",'d',"snappy",0,"Choose an avro codec among null, deflate, snappy, and lzma.",4},
{"data-batch",'B',"DATA_BATCH",0,"Number of data point per insert statement. Max value is 32766. Default is 1.",3},
#endif
{"max-sql-len",'L',"SQL_LEN",0,"Max length of one sql. Default is 65480.",3},
{"start-time",'S',"START_TIME",0,"Start time to dump. Either epoch or ISO8601/RFC3339 format is acceptable. ISO8601 format example: 2017-10-01T00:00:00.000+0800 or 2017-10-0100:00:00:000+0800 or '2017-10-01 00:00:00.000+0800'",8},
{"table-batch",'t',"TABLE_BATCH",0,"Number of table dumpout into one output file. Default is 1.",3},
{"end-time",'E',"END_TIME",0,"End time to dump. Either epoch or ISO8601/RFC3339 format is acceptable. ISO8601 format example: 2017-10-01T00:00:00.000+0800 or 2017-10-0100:00:00.000+0800 or '2017-10-01 00:00:00.000+0800'",9},
{"thread_num",'T',"THREAD_NUM",0,"Number of thread for dump in file. Default is 5.",3},
{"data-batch",'B',"DATA_BATCH",0,"Number of data point per insert statement. Max value is 32766. Default is 1.",10},
{"debug",'g',0,0,"Print debug info.",8},
{"max-sql-len",'L',"SQL_LEN",0,"Max length of one sql. Default is 65480.",10},
{"table-batch",'t',"TABLE_BATCH",0,"Number of table dumpout into one output file. Default is 1.",10},
{"thread_num",'T',"THREAD_NUM",0,"Number of thread for dump in file. Default is 5.",10},