From 61ddba697e79c163be24b58e45284882f9471228 Mon Sep 17 00:00:00 2001 From: Alexandre Girard Date: Tue, 6 Dec 2022 19:01:54 -0800 Subject: [PATCH] Alex/lowcode custom components docs (#20176) * Update label * reset * update * update * update * Update * update --- docs/connector-development/config-based/advanced-topics.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/connector-development/config-based/advanced-topics.md b/docs/connector-development/config-based/advanced-topics.md index 875aeeeabf39..5212feeccbb2 100644 --- a/docs/connector-development/config-based/advanced-topics.md +++ b/docs/connector-development/config-based/advanced-topics.md @@ -262,8 +262,10 @@ A JSON schema representation of the relationships between the components that ca ## Custom components -:::info -Please help us improve the low code CDK! If you find yourself needing to build a custom component, please [create a feature request issue](https://github.com/airbytehq/airbyte/issues/new?assignees=&labels=type%2Fenhancement%2C+%2Cneeds-triage%2C+low-code&template=feature-request.md&title=Low%20Code%20Feature:). If appropriate, we'll add it directly to the framework (or you can submit a PR)! +:::info +Please help us improve the low code CDK! If you find yourself needing to build a custom component,please [create a feature request issue](https://github.com/airbytehq/airbyte/issues/new?assignees=&labels=type%2Fenhancement%2C+%2Cneeds-triage%2C+area%2Flow-code%2Fcomponents&template=feature-request.md&title=Low%20Code%20Feature:). If appropriate, we'll add it directly to the framework (or you can submit a PR)! + +If an issue already exist for the missing feature you need, please upvote or comment on it so we can prioritize the issue accordingly. ::: Any built-in components can be overloaded by a custom Python class.