For DSE 6.7+
| 2896 | |
| 2897 | |
| 2898 | class SchemaParserDSE67(SchemaParserV4): |
| 2899 | """ |
| 2900 | For DSE 6.7+ |
| 2901 | """ |
| 2902 | recognized_table_options = (SchemaParserV4.recognized_table_options + |
| 2903 | ("nodesync",)) |
| 2904 | |
| 2905 | |
| 2906 | class SchemaParserDSE68(SchemaParserDSE67): |