Welcome to the

Google Cloud Community

Meet industry peers, ask questions, collaborate to find answers, and connect with Googlers who are making the products you use every day.

cancel
Showing results for 
Search instead for 
Did you mean: 
Bronze 5
Since ‎02-10-2023
yesterday

My Stats

  • 37 Posts
  • 0 Solutions
  • 26 Likes given
  • 5 Likes received

phertzog's Bio

Badges phertzog Earned

View all badges

Recent Activity

Hello,I have an integration that I trigger using a Cloud Scheduler trigger. The first publishing worked fine and created a cron job to run my integration.I then had to fix a bug in my integration. I have created a new version or the integration and m...
Hello,I have written a jsonnet mapping to add properties to json object. The purpose is to add new properties to json object if they are missing because the input csv didn't contain the expected column. The code is following local f = import "functio...
Hello,I try to use the Object.values function to extract a Json values array in a Javascript Task.The code is the following var ftpMapping = {"a": "1", "b": "2"} var transKeys = Object.keys(ftpMapping) var transValues = Object.values(ftpMapping) The ...
Hello, I am starting to play with the API Hub. I want to register manually an API and have seen that the form requires 2 "versions" information : Version ID and Version. What is the difference between them? Should the Version Id be unique across all ...
Hello,We have set up an integration using the Schedule Trigger (Not the Cloud Schedule Trigger).A few days ago we had a role issue that made the integration crash. The issue was that the Integration service account didn't have access to the encryptio...