This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Hello,
I am trying to run a python script in the script snap that mocks up some test data for unit testing pipelines. The script relies on python data types such as list and dictionary to iterate through the incoming JSON document and manipulate it.
...
I am encountering some severe sluggishness in writing zip files to S3. When writing a 76 MB file, it takes 12 minutes to complete, versus 16 second when writing to a local destination.
I think the problem is in transferring from ground to cloud. This...
Hello,
I have written a script to create a JSON object with counters of a parameterized length, with the desired structure like this:
[
{
“counter”: 1
},
{
“counter”: 2
},
{
“counter”: 3
},
…
]
However, when I do this through a loop in a script sna...
Hello,
As part of an error handling pipeline, I am attempting to write a detailed error file to an S3 bucket, and then attach that file to the email notification at the end of the error pipeline to alert users of the issue.
I was able to do this succ...
Hi,
Yes, we can configure the groundplex to access S3. However, this process is designed to generic enough to move files from locations accessible only from the groundplex to locations accessible from the cloudplex, and vice versa. The S3 scenario is...
Related question: How can we provision a user to have read access to pipelines, access to view their execution on the dashboard, but no execute or write access?
Thanks.