Skip to content

Add support for ColumnDataTypes.Date (date-only) when creating columns #12

@areed1192

Description

@areed1192

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions