Ability to hide certain configs (via airbyte-hidden) dynamically based on environment using environment variable #33752
Unanswered
abhijithcdreamorbit
asked this question in
Connector Questions
Replies: 1 comment 1 reply
-
The answer is no. What configs do you want to hide? Can you update the title of your discussion it doesn't give any meaningful context about the problem or feature you want to discuss. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Does airbyte support hiding configs based on environments i.e env variable?
Like for instance.
Spec json would look like
{
"some_key": {
"type": "string",
"title": "Some Key"
},
"use_fake_api": {
"type": "boolean",
"title": "To use mocked api's",
"airbyte_hidden": true
}
}
Idea is to have a way to dynamically hide use_fake_api for production env
Currently airbyte-hidden excepts only true or false. Doesn't allow to set to an evaluated value
Beta Was this translation helpful? Give feedback.
All reactions