List of Contributions

Gary Allemann

Contact Details

My Content

1 to 14 of 14 total
Posted By Gary Allemann 07-25-2024 09:21
Found In Egroup: Data360 Govern
\ view thread
HI Peter. You could add a new asset that is your table and link that as a relationship?That would show up as a table? Or maybe try html or rich text? ------------------------------ Gary Allemann MDM - Partner Master Data Management JOHANNESBURG ------------------------------
Posted By Gary Allemann 03-10-2021 04:35
Found In Egroup: Data360 Govern
\ view thread
I am looking for ideas as to how I can present failing rows from a DQ rule as part of an issue in Govern Failing rows will have different structures depending on the underlying entity. Currently returned as delimited file or json structure. Data may include PII and so may need to be ...
Posted By Gary Allemann 02-09-2021 04:58
Found In Egroup: Data360 Govern
\ view thread
Thanks. Sorted. Not sure why it was not giving me a JSON error but appreciate it
Posted By Gary Allemann 02-06-2021 02:35
Found In Egroup: Data360 Govern
\ view thread
HI Mandy Even if I add a Threshold value to my body (as per below) I still get the error "Asset is missing a required Threshold field value" curl -X POST --header 'Content-Type: application/json' --header 'Accept: application/json' -d '[ \ ( \ "Threshold": "1.0", \ "Name": "Test", ...
Posted By Gary Allemann 02-05-2021 00:57
Found In Egroup: Data360 Govern
\ view thread
HI Mandy. trying to add a dq rule via swagger I get the following response: [ ( "ItemNumber": 1, "uid": "00000000-0000-0000-0000-000000000000", "Message": "Asset is missing a required Threshold field value", "Success": false ) ] So the threshold value seems still to be required ...
Posted By Gary Allemann 02-04-2021 07:40
Found In Egroup: Data360 Govern
\ view thread
I am doing an integration to an external DQ tool that uses this value - but I can add a custom field. Thanks for the feedback
Posted By Gary Allemann 02-03-2021 03:59
Found In Egroup: Data360 Govern
\ view thread
When I GET a data quality rule from Govern using the API the Threshold for the rule is not returned as a standard field - see return body below. Is it possible to access the Threshold value as I wish to use this elsewhere? i see in the configuration that this is not a standard field for a ...
Posted By Gary Allemann 12-02-2020 22:27
Found In Egroup: Data360 Analyze
\ view thread
HI Thank you for your responses. Gerard's comment picked up my (rather stupid) error - I had not used the from variable setting. Resolved
Posted By Gary Allemann 12-02-2020 00:57
Found In Egroup: Data360 Analyze
\ view thread
I am trying to PUT records into a D360 Govern reference list using the http node in Analyse. the following code works fine in POSTMAN when copied and pasted from Analyze: POST /api/v2/assets/3da7196b-4cc5-4b4f-ae59-5a68fb2d5960 HTTP/1.1 Host: masterdatapoc.dev.data3sixty.com Authorization: ...
Posted By Gary Allemann 08-20-2020 06:45
Found In Egroup: Data360 Analyze
\ view thread
I have a MySQL database that I am trying to get metadata for The database has multiple tables etc I have configured a Database Metadata node to read the metadata - only the Metadata and Catalog outputs are populated. How do I get the tables and other metadata to show. Right now only the ...
Posted By Gary Allemann 07-01-2020 06:53
Found In Egroup: Data360 Analyze
\ view thread
Thank you. I was passing the full string and it wasn't being recognised. This is working for me :)
Posted By Gary Allemann 07-01-2020 04:48
Found In Egroup: Data360 Analyze
\ view thread
I have set up a REST API integration to push / pull metadata into Data360 govern If I hardcode the header Authorization: privatekey;secretkey this works fine I cannot seem to find a way to pass this information as a variable. (preferably encrypted) what am I missing?
Posted By Gary Allemann 05-21-2020 22:39
Found In Egroup: Data360 Analyze
\ view thread
Thank you Adrian - I have created this as a library node and tested it against two scenarios - it works for both. Appreciate it
Posted By Gary Allemann 05-21-2020 05:20
Found In Egroup: Data360 Analyze
\ view thread
I am trying to parse multiple JSON files thaat have teh following basic format: Metadata (record) Column Definitions (array of column definitions) Rows (sample attached) (array of rows) As per previous posts I understand that JSON support is limited for objects containing multiple ...