Skip to content

Include column metadata in column-value item fetch#41

Open
omribz156 wants to merge 1 commit into
mondaycom:masterfrom
omribz156:codex/fetch-items-column-metadata
Open

Include column metadata in column-value item fetch#41
omribz156 wants to merge 1 commit into
mondaycom:masterfrom
omribz156:codex/fetch-items-column-metadata

Conversation

@omribz156
Copy link
Copy Markdown

Summary

  • Add the missing column { id title } selection to fetch_items_by_column_value results.
  • This matches the existing response model, where ColumnValue.column already supports column metadata.

Verification

  • python -m venv .venv
  • .\.venv\Scripts\python -m pip install -e .
  • .\.venv\Scripts\python -m compileall src
  • generated get_item_query(...) locally and confirmed the query includes column { id title }
  • git diff --check

This was implemented with Codex assistance, with the patch kept focused and manually reviewed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant