Nick Brodsky
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 2
- Subscriptions 3
Activity overview
Latest activity by Nick Brodsky-
Nick Brodsky commented,
Hi Alison, Thank you for responding to this feature request. We're in the process of writing one Lambda function using pandas.json_normalize(), although for our specific use case, we can't use that...
-
Nick Brodsky commented,
Hi Alison, Thank you for responding to this Feature Request. I'm too busy at the moment to share instructions on IAM configuration, but once that configuration is set up, the code to integrate Clou...
-
Nick Brodsky commented,
Please also note that there are additional IAM policies needed to allow our Fivetran Lambda IAM role to talk to AWS ECR.
-
Nick Brodsky commented,
Hi Alison, Thanks for your response. It's great to hear that you're exploring options to link to code repositories. We chose to create different cloud functions in each development round because we...
-
Nick Brodsky created a post,
Connector Improvement: Enhance documentation in Cloud Functions connector
CompletedFor anyone reading this request, please feel free to ask for more detail or clarification. In the Cloud Functions documentation, the custom error handling section is only half a page. That section ...
-
Nick Brodsky created a post,
Connector Improvement: Add the ability in Cloud Functions to sync data via DataFrame rather than JSON
CompletedWe write Cloud Functions in Python, and in our experience, taking an API response and applying pandas.json_normalize() is easier, less time-consuming, and more performant than parsing/reformatting ...
-
Nick Brodsky created a post,
Connector Improvement: Add the ability to natively deploy Cloud Functions via Git repository
AnsweredWe've had to go through several rounds of development in our Cloud Function in order to get our data to sync as intended. That process has involved creating a new, slightly different Cloud Function...