Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a warning to the CountRows function if a data source that caches its count is passed to it #2640

Merged

Conversation

CarlosFigueiraMSFT
Copy link
Contributor

Some data sources, like Dataverse, will cache its count and not return the accurate result if a CountRows call is made to it (see note at https://learn.microsoft.com/power-platform/power-fx/reference/function-table-counts#description). This adds a warning to the node if this happens, to make it more explicit to the makers that this is the case.

@CarlosFigueiraMSFT CarlosFigueiraMSFT requested a review from a team as a code owner September 17, 2024 21:46
@LucGenetier
Copy link
Contributor

✅ No public API change.

Copy link
Contributor

@anderson-joyle anderson-joyle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@CarlosFigueiraMSFT CarlosFigueiraMSFT merged commit 166ceb2 into main Sep 18, 2024
4 checks passed
@CarlosFigueiraMSFT CarlosFigueiraMSFT deleted the carlosff/validation/countrowswarningondataverse branch September 18, 2024 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants