microsoft / microsoft/fabric_data_agent_client
Mismatch Between MS Learn Documentation and GitHub Repo for Fabric Data Agent Python Client
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 36
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
The MS Learn article for “Consume Fabric data agent from external applications with Python client SDK” uses DataAgentClient, while the official GitHub repo uses FabricDataAgentClient. The constructor signatures differ: Learn shows credential=InteractiveBrowserCredential(), whereas the repo expects tenant_id and data_agent_url. Additionally, Learn references a fabric-data-agent-client package, but the repo only documents cloning and installing via requirements.txt. Please align the import name, initialization method, and installation steps between the documentation and the repo, or clarify if a new package is planned.
Ref - MS Learn Doc: https://learn.microsoft.com/en-us/fabric/data-science/consume-data-agent-python?tabs=windows%2Cvariables
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
Start with the referenced MS Learn article and the repository's Python usage and requirements.txt documentation. Compare DataAgentClient versus FabricDataAgentClient, constructor arguments, and installation instructions. Done means the article and repository agree, or the documentation clearly states whether a separate package is planned.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100