Skip to content

Inconsistency: project_id and job_id typed as str instead of int in run list command #114

@stumelius

Description

@stumelius

Inconsistency

In dbt_cloud/command/run/list.py, the filter fields `project_id` and `job_id` are typed as `Optional[str]`, while all other ID fields across the codebase use `int`.

Fix: Change to `Optional[int]` for consistency. The shared `PROJECT_ID_FIELD` / `JOB_ID_FIELD` from `field.py` should be used instead of inline definitions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpriority: mediumImportant but not urgent

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions