Chính Bùi Quang
06/12/2023, 4:13 AMkapa.ai
06/12/2023, 4:13 AMkapa.ai
06/12/2023, 4:13 AM"airbyte_hidden": true
keyword in the connector's JSON schema. This will hide the field from the UI but still allow it to be configurable via the API or when running the connector outside of Airbyte. Here's an example: json { "first_name": { "type": "string", "title": "First Name" }, "secret_name": { "type": "string", "title": "You can't see me!!!", "airbyte_hidden": true } }
Source: [Connector Specification Reference](https://docs.airbyte.com/connector-development/connector-specification-reference)