Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
microsoft
/
PowerPlatform-DataverseClient-Python
Public
Notifications
You must be signed in to change notification settings
Fork
22
Star
56
Code
Issues
6
Pull requests
17
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Add filter and select parameters to client.tables.list()
- #112
#112
Merged
tpellissier-msft
merged 14 commits into
main
microsoft/PowerPlatform-DataverseClient-Python:main
from
feature/tables-list-filter
microsoft/PowerPlatform-DataverseClient-Python:feature/tables-list-filter
Copy head branch name to clipboard
Feb 24, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Add filter and select parameters to client.tables.list()
#112
tpellissier-msft
merged 14 commits into
main
microsoft/PowerPlatform-DataverseClient-Python:main
from
feature/tables-list-filter
microsoft/PowerPlatform-DataverseClient-Python:feature/tables-list-filter
Copy head branch name to clipboard
Commits
Commits on Feb 23, 2026
Add optional filter parameter to client.tables.list()
Show description for a0e1163
tpellissier
and
Claude (claude)
committed
a0e1163
View commit details
Copy full SHA for a0e1163
Browse repository at this point
Add optional select parameter to client.tables.list()
Show description for 6688d6e
tpellissier
and
Claude (claude)
committed
6688d6e
View commit details
Copy full SHA for 6688d6e
Browse repository at this point
Add tables.list(filter, select) usage to examples
Show description for 728ecd2
tpellissier
and
Claude (claude)
committed
728ecd2
View commit details
Copy full SHA for 728ecd2
Browse repository at this point
Fix installation_example validation: update expected methods for current API
Show description for 73083b7
tpellissier
and
Claude (claude)
committed
73083b7
View commit details
Copy full SHA for 73083b7
Browse repository at this point
Revert "Fix installation_example validation: update expected methods for current API"
Show description for 3dbab73
tpellissier
committed
3dbab73
View commit details
Copy full SHA for 3dbab73
Browse repository at this point
Fix Copilot review: wrap user filter in parens to prevent OData or-precedence bypass, update test docstring
Show description for ce5094d
tpellissier
and
Claude (claude)
committed
ce5094d
View commit details
Copy full SHA for ce5094d
Browse repository at this point
Address Copilot review: add files namespace to README concept table
Show description for 1375402
tpellissier
and
Claude (claude)
committed
1375402
View commit details
Copy full SHA for 1375402
Browse repository at this point
Revert "Address Copilot review: add files namespace to README concept table"
Show description for 15a23a1
tpellissier
committed
15a23a1
View commit details
Copy full SHA for 15a23a1
Browse repository at this point
Fix Copilot review round 2: update docstring example to match parens, add assert_called_once to tests
Show description for 448052c
tpellissier
and
Claude (claude)
committed
448052c
View commit details
Copy full SHA for 448052c
Browse repository at this point
Fix Copilot review round 3: reject bare str for select param, update docstrings
Show description for 50d8038
tpellissier
and
Claude (claude)
committed
50d8038
View commit details
Copy full SHA for 50d8038
Browse repository at this point
Merge remote-tracking branch 'origin/main' into feature/tables-list-filter
tpellissier
committed
b233ec3
View commit details
Copy full SHA for b233ec3
Browse repository at this point
Merge remote-tracking branch 'origin/main' into feature/tables-list-filter
tpellissier
committed
18f2974
View commit details
Copy full SHA for 18f2974
Browse repository at this point
Commits on Feb 24, 2026
Simplify TypeError message for bare string select param
Show description for 59bfb35
tpellissier
and
Claude (claude)
committed
59bfb35
View commit details
Copy full SHA for 59bfb35
Browse repository at this point
Fix test assertion to match updated TypeError message
Show description for f50cbf1
tpellissier
and
Claude (claude)
committed
f50cbf1
View commit details
Copy full SHA for f50cbf1
Browse repository at this point
You can’t perform that action at this time.