Setting airbyte_hidden based on environment variable in spec.yaml/json

Summary

Inquiring about setting the ‘airbyte_hidden’ field in spec.yaml/json based on an environment variable defined in a Dockerfile, specifically for a configuration only for ‘dev’.


Question

Hello, Is it possible to set airbyte_hidden to a value inferred from env variable set in dockerfile in spec.yaml/json? like below

“airbyte_hidden”: “${env(CURRENT_ENV) != ‘dev’}”

I am trying to have a configuration only for dev



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

["setting-airbyte-hidden", "environment-variable", "spec.yaml", "json", "dockerfile", "dev-configuration"]