microsoft / microsoft/fabric-cli
[FEATURE] Enhance polling mechanism of LRO commands
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 173
- Forks
- 63
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 4
Description
Use Case / Problem
Related to issue https://github.com/microsoft/fabric-cli/issues/114
Commands like export use polling mechanism to check for command completion, the mechanism is based on returned time from the API call.
For some commands, according to command action and params (for example get definition of small item), the API completion time might be shorter than the CLI command completion time.
Proposed Solution
Consider how to update the polling mechanism to complete the polling of short LRO commands in shorter time than the default time
Alternatives Considered
No response
Impact Assessment
- This would help me personally
- This would help my team/organization
- This would help the broader fabric-cli community
- This aligns with Microsoft Fabric roadmap items
Implementation Attestation
- I understand this feature should maintain backward compatibility with existing commands
- I confirm this feature request does not introduce performance regressions for existing workflows
- I acknowledge that new features must follow fabric-cli's established patterns and conventions
Implementation Notes
No response
Contributor guide
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
Start by reading related issue #114 and tracing the polling used by export commands, including the small-item definition case. Determine how command action and parameters affect completion timing while preserving existing command behavior; done means short-running LRO commands complete sooner without regressions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100