microsoft / microsoft/DataFactory.MCP
Query Experience - Count Rows
Open
Nobody has claimed this yet.
enhancement
query-experience
- Dominant language
- C#
- Stars
- 42
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
Issue: Add count_rows tool
Labels: enhancement, query-experience, priority:medium
Problem:
Getting a row count requires a full query with Table.RowCount. Should be a one-liner.
Acceptance Criteria:
- Tool accepts: dataflow ID, table name
- Returns row count as integer
- Optimized to avoid full table scan where possible
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named in the issue. Start by locating the existing query tool that uses Table.RowCount and review how it accepts a dataflow ID and table name. Add the count_rows tool, then verify it returns an integer and avoids a full table scan where possible.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100