Skip to content

Commit 1d84ecb

Browse files
authored
Merge branch 'master' into ak/lint-serilization-module
2 parents 7a8abbc + 202338b commit 1d84ecb

File tree

5 files changed

+854
-648
lines changed

5 files changed

+854
-648
lines changed

dbldatagen/column_generation_spec.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ class ColumnGenerationSpec(SerializableToDict):
8282
For full list of options, see :doc:`/reference/api/dbldatagen.column_spec_options`.
8383
"""
8484

85+
datatype: DataType
86+
8587
#: maxValue values for each column type, only if where value is intentionally restricted
8688
_max_type_range = {
8789
'byte': 256,

0 commit comments

Comments
 (0)