For DSE 6.0+
| 2749 | |
| 2750 | |
| 2751 | class SchemaParserDSE60(SchemaParserV3): |
| 2752 | """ |
| 2753 | For DSE 6.0+ |
| 2754 | """ |
| 2755 | recognized_table_options = (SchemaParserV3.recognized_table_options + |
| 2756 | ("nodesync",)) |
| 2757 | |
| 2758 | |
| 2759 | class SchemaParserV4(SchemaParserV3): |