List of Contributions

Gerry Mullin

Contact Details

My Content

1 to 12 of 12 total
Posted By Gerry Mullin 03-29-2024 09:24
Found In Egroup: Data360 Analyze
\ view thread
Any time a user has made a change to a data flow and exits without saving, you will get a warning saying its locked for editing by the user. Is there any good way, even as an admin, to remove this message and revert to the last saved copy? I haven't found any easy way to get around this without deleting ...
Posted By Gerry Mullin 03-29-2024 09:20
Found In Egroup: Data360 Analyze
\ view thread
Just to give my experience on loading to tables, I have found the JDBC Store to be generally quicker. I can tell you my experience with loading to Snowflake, I had an extremely slow loading table that took hours to load less than 100k rows. Other tables would load far more than that in minutes so I couldn't ...
Posted By Gerry Mullin 03-18-2024 13:37
Found In Egroup: Data360 Analyze
\ view thread
We currently using the requests package in a Python node rather than the HTTP node to pull back data from an API call that has an unknown number of pages. I would like to move to the HTTP node and it looks like there are Paging options but I can't seem to get it to work. Here is what the URL looks ...
Posted By Gerry Mullin 03-06-2024 09:36
Found In Egroup: Data360 Analyze
\ view thread
Thanks Adrian. ------------------------------ Gerry Mullin Avalara Inc Seattle WA ------------------------------
Posted By Gerry Mullin 03-05-2024 10:36
Found In Egroup: Data360 Analyze
\ view thread
We are trying to upload a file to an S3 bucket. Using the standard encryption works fine, but when we change to use Server-side encryption with AWS Key Management Service keys (SSE-KMS) and specify a Encryption key ARN, it will continue to upload but the encryption type is Server-side encryption with ...
Posted By Gerry Mullin 09-11-2023 14:35
Found In Egroup: Data360 Analyze
\ view thread
I removed java.exe from Path and JAVA_HOME from my Environment Variables and it installed. ------------------------------ Gerry Mullin Avalara Inc Seattle WA ------------------------------
Posted By Gerry Mullin 09-07-2023 13:10
Found In Egroup: Data360 Analyze
\ view thread
I just installed the free desktop version of 3.12.2 and this message popped up at the end. I did not restore from backup or perform an upgrade, there was no other instance of Analyze on my laptop at the time of installing. HTTP node won't run, says its missing Furl module, other nodes to seem to work. ...
Posted By Gerry Mullin 04-18-2023 13:16
Found In Egroup: Data360 Analyze
\ view thread
You could just try to convert the value to a string and if it fails it would indicate its not a windows-1252 character. This is on a transform node where I added a second out2 pin. ------------------------------ Gerry Mullin Avalara Inc Seattle WA ------------------------------
Posted By Gerry Mullin 03-01-2023 12:27
Found In Egroup: Data360 Analyze
\ view thread
In a Transform node, this will get the username of whoever is running the data flow. username = node.properties.getString("","graph.username") ------------------------------ Gerry Mullin Avalara Inc Seattle WA ------------------------------ ------------------------------------------- ...
Posted By Gerry Mullin 01-13-2023 08:49
Found In Library: Data360 Analyze
Posted By Gerry Mullin 01-13-2023 08:49
Found In Egroup: Data360 Analyze
\ view thread
@ Precisely - ​​I tried to upload an LNA here but I get told its not supported. Considering the forum perhaps we should allow LNA files? Uploading as a zip. ------------------------------ Gerry Mullin Avalara Inc Seattle WA ------------------------------ ------------------------------------------- ...
Posted By Gerry Mullin 01-13-2023 08:47
Found In Egroup: Data360 Analyze
\ view thread
You can count the rows separately and bring them into the main dataset via a lookup. Then its just a case of filtering what you want. ------------------------------ Gerry Mullin Avalara Inc Seattle WA ------------------------------ ------------------------------------------- Original Message: ...