Setting up global connection variable without user input

Summary

How to create a global connection variable in Airbyte platform that is not a user input and can be used to filter streams based on a date field.


Question

Hi all, I want to setup a connection variable connection_run_time that is {{ now_utc() }} . Thanks to this vairable i will be able to filter all my streams base on my date field. This way all my streams will be processed on the same date range. I managed to create a user input datetime with default value but it doesn’t inject the default values. How can I create a global connection variable that is not an user input ?



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-connection-variable", "date-field", "airbyte-platform", "stream-filtering"]