Summary:
Currently, only columns of type ColumnDataTypes.Datetime (with time component) can be created. Add support for creating columns using a new ColumnDataTypes.Date value, enabling users to define and serialize date-only columns (without time information) in tables and datasets.
Relevant code references:
Acceptance Criteria:
- Users can define a new column with
ColumnDataTypes.Date (date only)
- The API and logic accept, process, and serialize date-only columns correctly
- Update enum, column creation, documentation, and unit tests as needed
Parent: #7
Assignee: @areed1192
Summary:
Currently, only columns of type
ColumnDataTypes.Datetime(with time component) can be created. Add support for creating columns using a newColumnDataTypes.Datevalue, enabling users to define and serialize date-only columns (without time information) in tables and datasets.Relevant code references:
ColumnDataTypesenum definitionColumnclass anddata_typehandlingsamples/use_utils.pyandsamples/use_push_datasets.pyAcceptance Criteria:
ColumnDataTypes.Date(date only)Parent: #7
Assignee: @areed1192