René's URL Explorer Experiment


Title: Community Contribution Intake — Triage #1 (2026-03-13) · Issue #144 · microsoft/PowerPlatform-DataverseClient-Python · GitHub

Open Graph Title: Community Contribution Intake — Triage #1 (2026-03-13) · Issue #144 · microsoft/PowerPlatform-DataverseClient-Python

X Title: Community Contribution Intake — Triage #1 (2026-03-13) · Issue #144 · microsoft/PowerPlatform-DataverseClient-Python

Description: Community Contribution Intake -- Triage No. 1 (2026-03-13) Triage Window: All open PRs and issues as of 2026-03-13T23:59:59Z Next Triage: Triage No. 2 -- first week of April 2026 (covers activity after 2026-03-13T23:59:59Z) Triaged by: @...

Open Graph Description: Community Contribution Intake -- Triage No. 1 (2026-03-13) Triage Window: All open PRs and issues as of 2026-03-13T23:59:59Z Next Triage: Triage No. 2 -- first week of April 2026 (covers activity a...

X Description: Community Contribution Intake -- Triage No. 1 (2026-03-13) Triage Window: All open PRs and issues as of 2026-03-13T23:59:59Z Next Triage: Triage No. 2 -- first week of April 2026 (covers activity a...

Opengraph URL: https://github.com/microsoft/PowerPlatform-DataverseClient-Python/issues/144

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Community Contribution Intake — Triage #1 (2026-03-13)","articleBody":"# Community Contribution Intake -- Triage No. 1 (2026-03-13)\n\n\u003e **Triage Window:** All open PRs and issues as of **2026-03-13T23:59:59Z**\n\u003e **Next Triage:** Triage No. 2 -- first week of April 2026 (covers activity after 2026-03-13T23:59:59Z)\n\u003e **Triaged by:** @saurabhrb\n\u003e **Current SDK version:** `v0.1.0b6`\n\u003e **Total PRs reviewed:** 16 | **Total Issues reviewed:** 2\n\nThank you to everyone who has contributed to the PowerPlatform Dataverse Python SDK. We genuinely appreciate the time, expertise, and thoughtfulness that each contributor brings to this project. This triage captures a snapshot of all open contributions so the team can prioritize, coordinate, and ensure every contribution receives a clear response.\n\n\u003e **Note:** This SDK is in early public beta (`v0.1.0b6`). The team is actively working on foundational design and implementation. All version targets and timelines in this document are **aspirational estimates** provided for transparency and planning purposes only. They are subject to change based on internal review, design decisions, testing outcomes, and shifting priorities. We share them so the community has visibility into our thinking -- not as commitments. We will update this triage (or subsequent ones) if plans change materially.\n\n**Response goal:** We aim to acknowledge every community PR and issue within 15 business days. As the SDK is in early beta with a small team, response times may occasionally vary. If you haven't heard from us, please feel free to ping this issue -- we want to make sure nothing is overlooked.\n\n---\n\n## Internal Development Status\n\nThe following PRs and issues are actively being developed by the Microsoft SDK team. Where internal work overlaps with or addresses a community contribution, we've cross-referenced the relevant community PR/issue so contributors can track progress.\n\n| PR/Issue | Title | Owner | Status | Target Version* | Community Cross-Reference |\n|----------|-------|-------|--------|-----------------|---------------------------|\n| PR #98 | Add dataframe methods | @zhaodongwang-msft | In progress | `v0.1.0b7`* | -- |\n| PR #11 | Add CreateInstantEntities API | @zhaodongwang-msft | In progress | `v0.1.0b7`* | -- |\n| PR #129 | Implement batch API including with changeset | @sagebree | In progress | `v0.1.0b7`* | -- |\n| PR #118 | Add QueryBuilder with fluent API | @tpellissier-msft | In progress | `v0.1.0b7`* | -- |\n| PR #119 | Add telemetry hooks with OpenTelemetry | @tpellissier-msft | In progress | `v0.1.0b7`* | -- |\n| PR #50 | Retry logic improvements + fix warnings | @suyask-msft | In progress | `v0.1.0b7`* | -- |\n| PR #136 | Add async/await support (`AsyncDataverseClient`) | copilot-swe-agent | In progress | `v0.1.0b8`* | -- |\n| PR #141 | Add public schema discovery APIs | copilot-swe-agent | In progress | `v0.1.0b7`* | Addresses community PR #132 (@maksii) |\n| PR #135 | Add opt-in HTTP diagnostics logging | copilot-swe-agent | Under evaluation | TBD | Related to internal PR #119 |\n| PR #133 | [DRAFT] Feature/capture telemetry | @saurabhrb | Draft | TBD | Related to internal PR #119 |\n| PR #134 | [WIP] Add async/await capability | copilot-swe-agent | To be closed | -- | Superseded by PR #136 |\n| PR #41 | Delete update (delete_async + elastic table) | @zhaodongwang-msft | Deferred | `v0.1.0b8`* | To be folded into PR #136 |\n\n\u003e *\\* Target versions are aspirational estimates, not commitments. See [disclaimer](#disclaimer) below.*\n\n---\n\n## Community Contributions -- Pull Requests\n\nWe value every pull request from our community. Below, we've organized contributions by priority to provide transparency on how we plan to incorporate them. If your contribution is listed under \"Future Consideration,\" it does not mean it's unimportant -- it means we want to sequence it thoughtfully alongside our internal roadmap.\n\n### Required\n\nContributions the team considers essential for upcoming releases.\n\n| # | PR | Title | Author | Opened | Status | Action | Target* |\n|---|-----|-------|--------|--------|--------|--------|--------|\n| 1.1 | #131 | Add FetchXML query support to Dataverse client | @maksii | 2026-02-28 | Open | **Review** -- self-contained feature with tests and documentation. Thank you, @maksii, for the thorough implementation including paging and validation. | `v0.1.0b7`* |\n| 1.2 | #83 | Cache empty result for picklist label retrieval | @pkontek | 2025-12-18 | Open | **Review** -- small, focused performance fix. Thank you, @pkontek, for identifying this optimization. | `v0.1.0b7`* |\n\n### Good to Have\n\nValuable contributions that improve the SDK but are not blocking the next release.\n\n| # | PR | Title | Author | Opened | Status | Action | Target* |\n|---|-----|-------|--------|--------|--------|--------|--------|\n| 2.1 | #132 | Add extended table metadata retrieval and models for columns and option sets | @maksii | 2026-02-28 | Open | **Under review** -- overlaps with internal PR #141. We appreciate the typed model approach, @maksii, and will evaluate how best to incorporate this with our internal metadata work. | `v0.1.0b7`* |\n| 2.2 | #78 | Add file download and file delete operations | @pkontek | 2025-12-10 | Stale (90+ days) | **Rebase needed** -- extends `client.files` with download and delete. Thank you, @pkontek. This PR has been inactive for 3+ months -- we'd welcome an updated version rebased against `main`. | `v0.1.0b8`* |\n\n### Future Consideration\n\nContributions that align with the long-term roadmap but are not currently prioritized.\n\n| # | PR | Title | Author | Opened | Status | Action | Target* |\n|---|-----|-------|--------|--------|--------|--------|--------|\n| 3.1 | #12 | Add ability to create relationships in initial table definition or as separate operation | @jeffandms | 2025-09-17 | Stale (90+ days) | **Rebase needed** -- expands table creation schema and adds relationship methods. Thank you for the early contribution, @jeffandms. This is 6 months old -- we'd appreciate a rebase so we can evaluate compatibility with current `main`. | TBD |\n\n### Addressed / Duplicates\n\nCommunity contributions already covered by internal work, or duplicates of other items. When a community PR is addressed, we note the commit SHA and/or release version here for traceability.\n\n_No items in this triage._\n\n---\n\n## Community Contributions -- Issues\n\nWe appreciate every issue filed by the community. Bug reports and feature requests help us build a better SDK for everyone.\n\n### Required\n\n| # | Issue | Title | Author | Opened | Status | Action | Target* |\n|---|-------|-------|--------|--------|--------|--------|--------|\n| I-1.1 | #77 | @odata.bind problem with same column and table names | @JakubStarobrat | 2025-12-09 | Open | **Investigate** -- OData binding fails when a lookup column's logical name matches another table's name. Thank you for the detailed reproduction steps, @JakubStarobrat. We're evaluating whether the SDK can provide a workaround or if this should be documented as a Dataverse platform behavior. | `v0.1.0b7`* |\n\n### Good to Have\n\n| # | Issue | Title | Author | Opened | Status | Action | Target* |\n|---|-------|-------|--------|--------|--------|--------|--------|\n| I-2.1 | #76 | Better data type specification | @MarcusRisanger | 2025-12-04 | Open | **Acknowledged** -- valid feedback that column creation lacks control over constraints (string max length, numeric ranges). Thank you, @MarcusRisanger, for the thoughtful comparison with your own library. We plan to address this as part of our metadata/schema enhancement work (internal PR #141). | `v0.1.0b7`* |\n\n### Addressed / Duplicates\n\n_No items in this triage._\n\n---\n\n## Release Roadmap\n\nA brief summary of upcoming releases and which community contributions are being considered for each.\n\n| Version | Estimated Timeline* | Community PRs | Community Issues | Notes |\n|---------|---------------------|---------------|------------------|-------|\n| `v0.1.0b7`* | Q2 2026* | #131 (FetchXML), #83 (cache fix), #132 (metadata models) | #77 (OData bind), #76 (data type specs) | Next beta -- query enhancements, metadata discovery, performance, telemetry |\n| `v0.1.0b8`* | Q3 2026* | #78 (file download/delete) | -- | Async client, file operations expansion |\n| `v1.0.0`* | TBD | #12 (relationships) | -- | GA release -- remaining roadmap items, stability, API finalization |\n\n---\n\n\u003ca id=\"disclaimer\"\u003e\u003c/a\u003e\n\n\u003e **Disclaimer*:** All target versions*, estimated timelines*, and release plans in this document are provided for transparency and planning purposes only. They represent the team's current thinking and are **not commitments**. Targets are subject to change based on internal design reviews, testing outcomes, resource availability, dependency changes, and evolving priorities. We will communicate material changes in subsequent triage issues. We appreciate the community's understanding as we work to build a stable, high-quality SDK.\n\n---\n\n## Action Items\n\n### Internal\n- [ ] **Close** PR #134 -- superseded by #136\n- [ ] **Finalize** PR #136 (async client) -- fold PR #41 delete changes\n- [ ] **Consolidate** telemetry approach -- PR #119 as primary, evaluate #135 as hook, clarify #133\n- [ ] **Consolidate** metadata approach -- align PR #141 with community PR #132\n\n### Community PRs\n- [ ] **Review** PR #131 (FetchXML by @maksii) -- target `v0.1.0b7`\n- [ ] **Review** PR #83 (cache fix by @pkontek) -- target `v0.1.0b7`\n- [ ] **Review** PR #132 (metadata models by @maksii) -- coordinate with internal PR #141, target `v0.1.0b7`\n\n### Community Issues\n- [ ] **Investigate** issue #77 (@JakubStarobrat) -- target `v0.1.0b7`\n- [ ] **Acknowledge** issue #76 (@MarcusRisanger) -- link to metadata/schema roadmap, target `v0.1.0b7`\n\n---\n\n## Stale Contributions\n\nThe following contributions have had no activity for 90+ days and are at risk of closure per our stale policy. We will post a courteous comment on each, asking the contributor if they plan to continue. If no response within 30 days, we will close with an invitation to reopen.\n\n| PR/Issue | Title | Author | Last Activity | Days Inactive |\n|----------|-------|--------|---------------|---------------|\n| PR #78 | Add file download and file delete operations | @pkontek | 2025-12-10 | ~93 days |\n| PR #12 | Create relationships in table definition or separately | @jeffandms | 2025-09-17 | ~178 days |\n\n---\n\n## Process Notes\n\nThis is the first Community Contribution Intake triage. Future triages should:\n\n1. **Title:** `Community Contribution Intake -- Triage No. N (YYYY-MM-DD)`\n2. **Labels:** `triage`, `internal-tracking`\n3. **Cadence:** Monthly -- first week of each month\n4. **Cutoff:** Cover only PRs/issues opened or updated **after `2026-03-13T23:59:59Z`**\n5. **Reference:** Link to this issue (\"Continues from #144\")\n6. **SDK version:** Check `version` in `pyproject.toml` on `main` -- that shows the **next** release version; current public release is one version lower\n7. **Internal devs:** `saurabhrb`, `maxwang96`, `sagebree`, `suyask-msft`, `tpellissier-msft`, `zhaodongwang-msft` -- list their PRs/issues in the Internal Development Status section\n8. **Cross-reference:** When internal work addresses a community contribution, note the community PR/issue number explicitly\n9. **Target versions:** Every community PR/issue must have a target release version or `TBD`\n10. **Carry forward:** Any unresolved action items from this triage\n11. **Stale policy:** Flag contributions with 90+ days of inactivity; close after 30 more days without response\n12. **Notification comments:** After publishing the triage, post a comment on each triaged community PR/issue with the outcome\n13. **Addressed items:** When a community contribution is merged, record the commit SHA and release version in the Addressed / Duplicates tier\n14. **Categories:** Required, Good to Have, Future Consideration, Addressed/Duplicates\n","author":{"url":"https://github.com/saurabhrb","@type":"Person","name":"saurabhrb"},"datePublished":"2026-03-13T19:11:40.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/144/PowerPlatform-DataverseClient-Python/issues/144"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:7f9a2af9-0051-e7e3-39b3-0c3de211e807
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE644:5F79D:7062EA:979141:6A4DAA67
html-safe-nonce7a20a961e8fd81e5bedaf2dddf3421371503e4e562d63a83635544b5789e009e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFNjQ0OjVGNzlEOjcwNjJFQTo5NzkxNDE6NkE0REFBNjciLCJ2aXNpdG9yX2lkIjoiMzI0ODcwMDU5NDMyNDM1MTU5MSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacbb271b21afd0242b86312c736827e65d198975e7c342688d55c0ace920d267f6
hovercard-subject-tagissue:4072923284
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/microsoft/PowerPlatform-DataverseClient-Python/144/issue_layout
twitter:imagehttps://opengraph.githubassets.com/a39dbff00c0c29394834d14fa7493ef40f409fd0049ee64e222c6139ede49328/microsoft/PowerPlatform-DataverseClient-Python/issues/144
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/a39dbff00c0c29394834d14fa7493ef40f409fd0049ee64e222c6139ede49328/microsoft/PowerPlatform-DataverseClient-Python/issues/144
og:image:altCommunity Contribution Intake -- Triage No. 1 (2026-03-13) Triage Window: All open PRs and issues as of 2026-03-13T23:59:59Z Next Triage: Triage No. 2 -- first week of April 2026 (covers activity a...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamesaurabhrb
hostnamegithub.com
expected-hostnamegithub.com
None06b8a6144231bf3a234f1c2e9993861e07ce98a905912b114aa386c2d7e84b33
turbo-cache-controlno-preview
go-importgithub.com/microsoft/PowerPlatform-DataverseClient-Python git https://github.com/microsoft/PowerPlatform-DataverseClient-Python.git
octolytics-dimension-user_id6154722
octolytics-dimension-user_loginmicrosoft
octolytics-dimension-repository_id1042273116
octolytics-dimension-repository_nwomicrosoft/PowerPlatform-DataverseClient-Python
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1042273116
octolytics-dimension-repository_network_root_nwomicrosoft/PowerPlatform-DataverseClient-Python
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release47723578ce6819210724ef064c858fce6d3115a3
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/microsoft/PowerPlatform-DataverseClient-Python/issues/144#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmicrosoft%2FPowerPlatform-DataverseClient-Python%2Fissues%2F144
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmicrosoft%2FPowerPlatform-DataverseClient-Python%2Fissues%2F144
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=microsoft%2FPowerPlatform-DataverseClient-Python
Reloadhttps://github.com/microsoft/PowerPlatform-DataverseClient-Python/issues/144
Reloadhttps://github.com/microsoft/PowerPlatform-DataverseClient-Python/issues/144
Reloadhttps://github.com/microsoft/PowerPlatform-DataverseClient-Python/issues/144
Please reload this pagehttps://github.com/microsoft/PowerPlatform-DataverseClient-Python/issues/144
microsoft https://github.com/microsoft
PowerPlatform-DataverseClient-Pythonhttps://github.com/microsoft/PowerPlatform-DataverseClient-Python
Notifications https://github.com/login?return_to=%2Fmicrosoft%2FPowerPlatform-DataverseClient-Python
Fork 22 https://github.com/login?return_to=%2Fmicrosoft%2FPowerPlatform-DataverseClient-Python
Star 56 https://github.com/login?return_to=%2Fmicrosoft%2FPowerPlatform-DataverseClient-Python
Code https://github.com/microsoft/PowerPlatform-DataverseClient-Python
Issues 6 https://github.com/microsoft/PowerPlatform-DataverseClient-Python/issues
Pull requests 14 https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pulls
Actions https://github.com/microsoft/PowerPlatform-DataverseClient-Python/actions
Projects https://github.com/microsoft/PowerPlatform-DataverseClient-Python/projects
Models https://github.com/microsoft/PowerPlatform-DataverseClient-Python/models
Security and quality 0 https://github.com/microsoft/PowerPlatform-DataverseClient-Python/security
Insights https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pulse
Code https://github.com/microsoft/PowerPlatform-DataverseClient-Python
Issues https://github.com/microsoft/PowerPlatform-DataverseClient-Python/issues
Pull requests https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pulls
Actions https://github.com/microsoft/PowerPlatform-DataverseClient-Python/actions
Projects https://github.com/microsoft/PowerPlatform-DataverseClient-Python/projects
Models https://github.com/microsoft/PowerPlatform-DataverseClient-Python/models
Security and quality https://github.com/microsoft/PowerPlatform-DataverseClient-Python/security
Insights https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pulse
Community Contribution Intake — Triage #1 (2026-03-13)https://github.com/microsoft/PowerPlatform-DataverseClient-Python/issues/144#top
https://github.com/saurabhrb
internal-trackingInternal team tracking — not for external contributorshttps://github.com/microsoft/PowerPlatform-DataverseClient-Python/issues?q=state%3Aopen%20label%3A%22internal-tracking%22
triagePeriodic review of community PRs and issueshttps://github.com/microsoft/PowerPlatform-DataverseClient-Python/issues?q=state%3Aopen%20label%3A%22triage%22
https://github.com/saurabhrb
saurabhrbhttps://github.com/saurabhrb
on Mar 13, 2026https://github.com/microsoft/PowerPlatform-DataverseClient-Python/issues/144#issue-4072923284
@saurabhrbhttps://github.com/saurabhrb
#98https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/98
@zhaodongwang-msfthttps://github.com/zhaodongwang-msft
#11https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/11
@zhaodongwang-msfthttps://github.com/zhaodongwang-msft
#129https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/129
@sagebreehttps://github.com/sagebree
#118https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/118
@tpellissier-msfthttps://github.com/tpellissier-msft
#119https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/119
@tpellissier-msfthttps://github.com/tpellissier-msft
#50https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/50
@suyask-msfthttps://github.com/suyask-msft
#136https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/136
#141https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/141
#132https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/132
@maksiihttps://github.com/maksii
#135https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/135
#119https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/119
#133https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/133
@saurabhrbhttps://github.com/saurabhrb
#119https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/119
#134https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/134
#136https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/136
#41https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/41
@zhaodongwang-msfthttps://github.com/zhaodongwang-msft
#136https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/136
disclaimerhttps://github.com/microsoft/PowerPlatform-DataverseClient-Python/issues/144#disclaimer
#131https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/131
@maksiihttps://github.com/maksii
@maksiihttps://github.com/maksii
#83https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/83
@pkontekhttps://github.com/pkontek
@pkontekhttps://github.com/pkontek
#132https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/132
@maksiihttps://github.com/maksii
#141https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/141
@maksiihttps://github.com/maksii
#78https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/78
@pkontekhttps://github.com/pkontek
@pkontekhttps://github.com/pkontek
#12https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/12
@jeffandmshttps://github.com/jeffandms
@jeffandmshttps://github.com/jeffandms
#77https://github.com/microsoft/PowerPlatform-DataverseClient-Python/issues/77
@JakubStarobrathttps://github.com/JakubStarobrat
@JakubStarobrathttps://github.com/JakubStarobrat
#76https://github.com/microsoft/PowerPlatform-DataverseClient-Python/issues/76
@MarcusRisangerhttps://github.com/MarcusRisanger
@MarcusRisangerhttps://github.com/MarcusRisanger
#141https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/141
#131https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/131
#83https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/83
#132https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/132
#77https://github.com/microsoft/PowerPlatform-DataverseClient-Python/issues/77
#76https://github.com/microsoft/PowerPlatform-DataverseClient-Python/issues/76
#78https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/78
#12https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/12
[WIP] Add async/await capability to Dataverse Python SDK #134https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/134
Add async/await support via parallel AsyncDataverseClient hierarchy #136https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/136
Add async/await support via parallel AsyncDataverseClient hierarchy #136https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/136
Users/zhaodongwang/delete update #41https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/41
Add client-side telemetry hooks with OpenTelemetry integration #119https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/119
Add opt-in HTTP diagnostics logging with automatic header redaction #135https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/135
Add client-side telemetry hooks with OpenTelemetry integration and ad-hoc capture #133https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/133
End-to-end SQL support: schema discovery, DataFrame bridge, helpers, guardrails #141https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/141
Add extended table metadata retrieval and models for columns and option sets #132https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/132
Add FetchXML query support to Dataverse client #131https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/131
@maksiihttps://github.com/maksii
cache empty result for picklist label retrieval in _ODataClient #83https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/83
@pkontekhttps://github.com/pkontek
Add extended table metadata retrieval and models for columns and option sets #132https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/132
@maksiihttps://github.com/maksii
End-to-end SQL support: schema discovery, DataFrame bridge, helpers, guardrails #141https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/141
@odata.bind problem with same column and table names #77https://github.com/microsoft/PowerPlatform-DataverseClient-Python/issues/77
@JakubStarobrathttps://github.com/JakubStarobrat
Better data type specification #76https://github.com/microsoft/PowerPlatform-DataverseClient-Python/issues/76
@MarcusRisangerhttps://github.com/MarcusRisanger
#78https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/78
@pkontekhttps://github.com/pkontek
#12https://github.com/microsoft/PowerPlatform-DataverseClient-Python/pull/12
@jeffandmshttps://github.com/jeffandms
Community Contribution Intake — Triage #1 (2026-03-13) #144https://github.com/microsoft/PowerPlatform-DataverseClient-Python/issues/144
saurabhrbhttps://github.com/saurabhrb
internal-trackingInternal team tracking — not for external contributorshttps://github.com/microsoft/PowerPlatform-DataverseClient-Python/issues?q=state%3Aopen%20label%3A%22internal-tracking%22
triagePeriodic review of community PRs and issueshttps://github.com/microsoft/PowerPlatform-DataverseClient-Python/issues?q=state%3Aopen%20label%3A%22triage%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.