Lake Mossman
Lake Mossman
## What When testing other changes on the Onboarding flow, I noticed that the width of the "create connection" content was very narrow when doing it through the Onboarding flow,...
## What Relates to https://github.com/airbytehq/airbyte/issues/12204 This PR addresses the following parts of the above ticket: 1. Moves field descriptions and examples into InfoTooltips (open to feedback on the tooltip/examples styling...
## What Resolves https://github.com/airbytehq/airbyte/issues/21572 ## How Sets the default value of `end_datetime` to `{{ now_utc() }}` using the existing BuilderOneOf default value mechanism.
## Context It is very common for users to use `{{ now_utc() }}` as the value for the `end_datetime` field in order to keep their data fully up-to-date. Until https://github.com/airbytehq/airbyte/issues/21571...
## Tell us about the problem you're trying to solve When providing both an `icon` to the `Button` component, and a label (as a child), the Button component does not...
## What Resolves https://github.com/airbytehq/airbyte/issues/21490 Adds a landing page for the connector builder, which is shown if the user doesn't have any connector builder changes saved to browser local storage. To...
## Context The YAML -> UI conversion logic currently enforces that authorization components use user-input values for secret fields like api_token. However, this currently is only checking that values are...
## Context Some fields interpolate `options` values into their values, e.g. [here](https://github.com/airbytehq/airbyte/blob/4f0aca536c9fb598bb318eafd733684fbab39772/airbyte-integrations/connectors/source-sendgrid/source_sendgrid/sendgrid.yaml#L12): ``` requester: type: HttpRequester name: "{{ options['name'] }}" ``` These interpolated values need to be handled somehow in...
## Context Enable the `/connector-builder` route in Airbyte Cloud, so that it can be accessed without needing to spin up a local OSS instance of Airbyte. Until we are ready...
## Context Add a forms to the Connector Builder UI to allow users to configure a Record Filter component for a given stream in their connector. Open Question: it seems...