Skip to content

Make all fields non nullable #216

Description

@adubovik

project_id field for all tables and topic field for embeddings requests may be null.
This complicates SQL queries, since one must perform checks such as project_id <> NULL or topic <> NULL to handle missing values.

We should consistently coalesce the missing values to the undefined string for all nullable fields.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions