Nick Brodsky
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 2
- Subscriptions 3
Posts
Recent activity by Nick Brodsky-
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 ...
-
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 ...
-
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...