List of Contributions

Rob McCurley

Contact Details

My Content

1 to 20 of 23 total
Posted By Rob McCurley 11-12-2020 12:53
Found In Egroup: Data360 DQ+
\ view thread
Jeff, the method you suggest requires creating a setting for each individual analysis created. Is there a way to set spark.yarn.queue to a global default so it doesn't have to be set for each analysis? Perhaps something added in 4.3?
Posted By Rob McCurley 04-20-2020 09:53
Found In Egroup: Data360 DQ+
\ view thread
The PDF release notes for DQ+ 4.3 say "This release applies to both cloud and enterprise editions of the product." But I can't find an install file in the usual area: https://support.infogix.com/hc/en-us/sections/360003487754-Install-Files-and-Patches. Will this version be available for Enterprise/On-Premise ...
Posted By Rob McCurley 03-23-2020 08:36
Found In Egroup: Data360 DQ+
\ view thread
Thanks for looking into this further, Gerard. Your explanation makes sense to me. The enumerated cases help to clarify. My takeaway is this: When I create a Super Group to control access by business users (non-Admins) to features of a specific pipeline, not only do I need to configure the pipeline's ...
Posted By Rob McCurley 03-17-2020 14:04
Found In Egroup: Data360 DQ+
\ view thread
We have DQ+ 3.3, fixpack 3 running in an on-premise/enterprise deployment. In the Details tab of the Environment administration page, towards the bottom under the "Manage Super Groups" button is a section titled "Security:" What does moving a Super Group from the "Available Super Groups" ...
Posted By Rob McCurley 03-12-2020 14:13
Found In Egroup: Data360 DQ+
\ view thread
Brenda, the you've worded it you seem to suggest I try this: But that doesn't work ("Incomplete HDFS URI"). But I think you're suggesting to try this: That doesn't throw an error like the first attempt,but doesn't retrieve any data from the directory, even though the editor regex ...
Posted By Rob McCurley 03-11-2020 12:51
Found In Egroup: Data360 DQ+
\ view thread
I'm trying to read an HDFS file (directory really as typical) that holds data in a series of files bucket_NNNNN, but also contains another file _orc_acid_version that does not contain data and should be excluded. Here's a snapshot from the Ambari file browser: I believe I should be ...
Posted By Rob McCurley 02-27-2020 14:32
Found In Egroup: Data360 DQ+
\ view thread
I have administrator access to our system (DQ+ 3.3 FP3 Enterprise/On-Premise installation), But I see a different Add User dialog that doesn't have an Authentication Type parameter. Is this something we should open a support ticket to correct?
Posted By Rob McCurley 02-26-2020 12:43
Found In Egroup: Data360 DQ+
\ view thread
When Single Sign-On (SSO) is enabled for a DQ+ 3.3 Enterprise/On-Premise installation, is there a way to create a "local" account that can be used to log into DQ+ with credentials other than those provided by LDAP? There seems to be no way to access a login dialog that prompts for a user name and password, ...
Posted By Rob McCurley 02-17-2020 12:48
Found In Egroup: Data360 DQ+
\ view thread
Auto-Owners is auditing and documenting data protection/privacy provided by third-party vendor products. My area has been asked whether Infogix could gain access to information from Auto-Owners data stores being processed by solutions built using Infogix Data360 DQ+. I'm reasonably confident that such ...
Posted By Rob McCurley 02-14-2020 12:34
Found In Egroup: Data360 DQ+
\ view thread
Brenda, customers who use the data entry feature would benefit from an enhancement that created a new role specific to data entry. Please do open an enhancement ticket. -Rob
Posted By Rob McCurley 02-14-2020 12:26
Found In Egroup: Data360 DQ+
\ view thread
Thanks, Brenda. Is there documentation that tells which functions are and are not available within transition scripts?
Posted By Rob McCurley 02-10-2020 14:28
Found In Egroup: Data360 DQ+
\ view thread
The RUNTIME() function seems to be valid within the JavaScript associated with a case transition - the editor provides help and autocompletion for it, but RUNTIME() always seems to return null. // Javascript for a case transition var rtprop = RUNTIME('MyEnvProp'); // rtprop will be null here ...
Posted By Rob McCurley 02-05-2020 05:25
Found In Egroup: Data360 DQ+
\ view thread
Is FireFox one of the supported browsers for Infogix Data360 DQ+ (version 3.3 or higher)? I have a user who uses it as their default browser and would like to use it with DQ+. I searched this site and the product online documentation and couldn't find any official list of supported browsers.
Posted By Rob McCurley 02-05-2020 05:18
Found In Egroup: Data360 DQ+
\ view thread
From experimentation, it seems that only the Super User role allows access to data entry features. This isn't the best in my mind, but can be handled with permissions. There are reasonable scenarios where you'd want a business user to have access to data entry without having full Super User access. Would ...
Posted By Rob McCurley 01-29-2020 16:11
Found In Egroup: Data360 DQ+
\ view thread
We'd like certain business users of the DQ+ to be able to perform data entry on a few specific data stores configured for that functionality. The documentation on roles generally does a good job explaining which roles give access to particular functionality. But I haven't been able to determine from ...
Posted By Rob McCurley 01-28-2020 06:38
Found In Egroup: Data360 DQ+
\ view thread
Improve Permission Report Currently the Permission Report (main menu/Admin/Reports/Permission Report) lists the unqualified name of the object for which permissions are being listed. If there is more than one object with the same name, they are indistinguishable. An improvement would be to add a ...
Posted By Rob McCurley 12-13-2019 09:25
Found In Egroup: Data360 DQ+
\ view thread
I eventually found my answer in the help documentation under User Guide/Case Store/Building Case Store Definitions/Other properties/Background processing script syntax: To reference any Case Store field in your script, regardless of whether it is an input or an output, use the caseData keyword. ...
Posted By Rob McCurley 12-12-2019 15:39
Found In Egroup: Data360 DQ+
\ view thread
DQ+ allows a script to be defined that is executed when a case item moves from one state to another. Can fields from the case item making the transition be read or updated within this script? For example, how might you copy the system-defined "Owner" field of a case to a user-defined field called "LastOwner"? ...
Posted By Rob McCurley 12-12-2019 12:17
Found In Egroup: Data360 DQ+
\ view thread
My organization has a new administrative system that exports data using Kafka. We'd like to be able to directly consume these Kafka topics/streams in DQ+ to do things like data quality checks. Until this functionality appears in DQ+ we'll probably need to stream data to a file data source which will ...
Posted By Rob McCurley 07-08-2019 07:55
Found In Egroup: Data360 DQ+
\ view thread
I agree some consolidation and refactoring of the rules to remove redundancy would be an improvement. Feel free to contact me if you need a pre-release reviewer!