Global variable at connection level in connector builder

Summary

How to create a global variable at the connection level in connector builder to store connection start time for syncing streams within a specific range.


Question

Hi everyone, I managed to build my custom connector thanks to the connector builder. However I need a global variable at the connection level (not stream level) that will be the connection start time. Thanks to this variable I could sync all my streams in the same range (between the last_record_datetime and current_connection_start_time).

I can’t find how to do it with the connector builder. Do you guys have any clue ? :slightly_smiling_face:



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want to access the original thread.

Join the conversation on Slack

["global-variable", "connection-level", "connector-builder", "syncing-streams"]

So it has to be variable and not just the user input that stays constant, right?