Best Of
-
Re: OData $top in Power BI
Thanks Henry. I thought this would retrieve all then filter to the top 1000, but it does seem to limit the actual odata query as we hoped to lighten the load in development phase. Thanks2 -
Re: OData $top in Power BI
The $top param is applied in OData like this: https://local.datastudio/odata/default/Customers_profiled?$top=2 Where: local.datastudio is my hostname / aperture URL Customers_profiled is the name of …1 -
Re: Address Validation Issue
I have raised the ticket, hope it can be fixed soon. Thanks a lot Josh Mariana1 -
Re: Need to connect databricks
Hello Databricks has a JDBC driver that customers have used to connect successfully. https://docs.experianaperture.io/data-quality/aperture-data-studio-v2/get-started/configure-external-systems/#thir…1 -
Re: Guidance Needed: Transitioning Data Sources from HD Insights to Databricks
Manually adding a new source to each Dataset post-migration isn’t feasible in our case, as we’re dealing with hundreds or even thousands of Datasets that need to be repointed from HD Insights to Data…1 -
Re: Fire event - if input has no rows
Hi Henry, You gave me a good idea! I’ll simply check if the failing rows are 0, and if so, fire the event: That's the most simple way Thanks! Vera1 -
Re: Determine the minimum numeric value when column contains null/string values
Note - these new "Numeric minimum" and "Numeric Maximum" aggregates in the Group step should operate like the existing "numeric" aggregates like "Sum" and &quo…1 -
Re: Fire event - if input has no rows
I've had to solve this problem too. My approach is typically something like this: Profiling on zero rows of data results in this output: And you can then use the following very simple filter in the S…1 -
Re: On Schedules List Screen - Include whether Refresh Sources
Noting a workaround for doing things at scale is to use the API:1