1
0
mirror of synced 2026-01-04 18:04:31 -05:00
Commit Graph

373 Commits

Author SHA1 Message Date
Tim Roes
558bc6df6b Upgrade minimatch (#19464) 2022-11-16 10:17:31 +01:00
Tim Roes
8969824b41 🪟 🔧 Add a start:cloud command to the webapp (#19026)
* Add a start:cloud command to the webapp

* Update airbyte-webapp/scripts/environment.js

Co-authored-by: Joey Marshment-Howell <josephkmh@users.noreply.github.com>

Co-authored-by: Joey Marshment-Howell <josephkmh@users.noreply.github.com>
2022-11-07 14:52:49 +01:00
Lake Mossman
535e8da9e3 Connector builder test result display (#18533)
* [SPIKE] add Builder page with editor

* add YamlEditor component

* export colors from CSS

* move template into dedicated file

* fix initial load from local storage

* move download button into separate component

* fix stylelint

* remove console log

* add todo

* make monaco background transparent and apply gradient to parent div background

* clarify comment

* remove unnecessary 180deg

* lock the builder UI behind a feature

* use rgb instead of hex to fix stylelint

* use _colors.scss and disable hex length stylelint rule

* disable rule in file

* generify ConnectorDocumentationLayout into TwoPanelLayout

* use TwoPanelLayout for BuilderPage

* add darker gradient color to _colors.scss and use in gradient

* move /builder to /connector-builder

* rename TwoPanelLayout to ResizablePanels

* put gradient on parent container instead

* make lightOverlay actually overlay instead of un-rendering children

* add testing panel component and stream selector

* fix rotated text

* fix more styling

* remove unnecessary comment

* add starting flex to right panel

* replace react-select dropdown with headless-ui listbox

* add test controls and fix button icon styling

* add Configure Test Input button and modal

* add connector builder client

* move connector builder state into dedicated context

* fix bold prop in Text component to not throw error

* pass parsed yaml->json into query

* store config in connector builder state context

* add result display

* fix styles of result display

* move config menu into testing panel

* capitalize stream names

* undo changes to Text component, since that is being addressed in a separate PR

* fix more merge issues and fix generated schema usage

* capitalize header

* remove console log

* rename data to streamRead

* fix stylelint and use variables

* use another variable for spacing

* use stream name in state data object

* add paginator component

* save progress on result display

* generify stream selector and add slice selector

* add page display with tabs

* fix scrolling and add logic to make mocking results easier

* make mocks more unique

* wire up slice selector to content shown

* improve placeholder text style

* add gap in page display

* make controlled component and fix mocks

* move tab titles into intl

* fix typo

* move placeholder into intl

* update listbox and paginator to be more generic

* clean up paginator styles

* undo change to App.tsx

* cleanup

* use intl for slice label fallback

* remove manifest and config from react-query keys to prevent losing results when editing yaml

* switch to functional style for generic components
2022-11-03 16:32:33 -07:00
Tim Roes
a44c841d0d 🪟 🔧 Upgrade husky to 8.0.1 (#18719)
* Upgrade Husky

* Upgrade Husky

* Upgrade Husky

* Upgrade Husky

* Upgrade Husky
2022-11-02 09:18:40 -07:00
Octavia Squidington III
b299688f3b Bump Airbyte version from 0.40.17 to 0.40.18 (#18827)
Co-authored-by: grishick <grishick@users.noreply.github.com>
2022-11-01 19:35:23 -07:00
Lake Mossman
6dd52d0e76 Implement Connector Builder testing panel (first iteration) (#18449)
* [SPIKE] add Builder page with editor

* add YamlEditor component

* export colors from CSS

* move template into dedicated file

* fix initial load from local storage

* move download button into separate component

* fix stylelint

* remove console log

* add todo

* make monaco background transparent and apply gradient to parent div background

* clarify comment

* remove unnecessary 180deg

* lock the builder UI behind a feature

* use rgb instead of hex to fix stylelint

* use _colors.scss and disable hex length stylelint rule

* disable rule in file

* generify ConnectorDocumentationLayout into TwoPanelLayout

* use TwoPanelLayout for BuilderPage

* add darker gradient color to _colors.scss and use in gradient

* move /builder to /connector-builder

* rename TwoPanelLayout to ResizablePanels

* put gradient on parent container instead

* make lightOverlay actually overlay instead of un-rendering children

* add testing panel component and stream selector

* fix rotated text

* fix more styling

* remove unnecessary comment

* add starting flex to right panel

* replace react-select dropdown with headless-ui listbox

* add test controls and fix button icon styling

* add Configure Test Input button and modal

* add connector builder client

* move connector builder state into dedicated context

* fix bold prop in Text component to not throw error

* pass parsed yaml->json into query

* store config in connector builder state context

* add result display

* fix styles of result display

* move config menu into testing panel

* capitalize stream names

* undo changes to Text component, since that is being addressed in a separate PR

* fix more merge issues and fix generated schema usage

* capitalize header

* remove console log

* rename data to streamRead

* fix stylelint and use variables

* use another variable for spacing

* use stream name in state data object

* move ConnectorBuilderStateProvider into ConnectorBuilderPage

* fix sizing of modal

* fix styling of active stream selector option

* Update airbyte-webapp/src/components/StreamTestingPanel/ResultDisplay.tsx

Co-authored-by: Tim Roes <tim@airbyte.io>

* Update airbyte-webapp/src/components/StreamTestingPanel/ResultDisplay.tsx

Co-authored-by: Tim Roes <tim@airbyte.io>

* hide result display panel if no data

* remove button specificity styling hacks, use size prop instead

* Update airbyte-webapp/src/components/StreamTestingPanel/StreamSelector.tsx

Co-authored-by: Tim Roes <tim@airbyte.io>

* change logs to errors

Co-authored-by: Tim Roes <tim@airbyte.io>
2022-10-27 22:39:22 -07:00
Octavia Squidington III
73336ff4de Bump Airbyte version from 0.40.16 to 0.40.17 (#18316)
Co-authored-by: edgao <edgao@users.noreply.github.com>
2022-10-21 14:00:39 -07:00
Octavia Squidington III
ce0bbf3f75 Bump Airbyte version from 0.40.15 to 0.40.16 (#18268)
Co-authored-by: evantahler <evantahler@users.noreply.github.com>
2022-10-20 13:29:54 -07:00
Octavia Squidington III
a5a0409ad5 Bump Airbyte version from 0.40.14 to 0.40.15 (#17970)
Co-authored-by: benmoriceau <benmoriceau@users.noreply.github.com>
2022-10-17 13:33:20 -07:00
Edmundo Ruiz Ghanem
7c919e0051 🪟 🔧 Add Datadog support to webapp, cleanup sentry init (#17821)
* Add support for Datadog Real User Monitoring (RUM)

* Move sentry init to its own util

* loadDatadogRum -> initDatadogRum

* Move comment back to app index

* Lazy load Sentry and Datadog

* Update version value for Datadog to match Sentry

* Switch process.env with window for sentry and datadog init

* Remove import optimizations from Sentry and Datadog
2022-10-12 17:35:20 +02:00
Octavia Squidington III
9cb32437e4 Bump Airbyte version from 0.40.13 to 0.40.14 (#17762)
Co-authored-by: benmoriceau <benmoriceau@users.noreply.github.com>
2022-10-07 14:18:21 -07:00
Tim Roes
a1854a4a53 Fix console errors (#17696) 2022-10-07 11:34:04 +02:00
Octavia Squidington III
e382a6e6db Bump Airbyte version from 0.40.12 to 0.40.13 (#17682)
Co-authored-by: xiaohansong <xiaohansong@users.noreply.github.com>
Co-authored-by: Xiaohan Song <xiaohan@airbyte.io>
2022-10-06 15:12:18 -07:00
Octavia Squidington III
71c8e3c062 Bump Airbyte version from 0.40.11 to 0.40.12 (#17653)
Co-authored-by: lmossman <lmossman@users.noreply.github.com>
2022-10-05 18:25:09 -07:00
Octavia Squidington III
e333aa9365 Bump Airbyte version from 0.40.10 to 0.40.11 (#17610)
Co-authored-by: benmoriceau <benmoriceau@users.noreply.github.com>
2022-10-05 08:35:39 -07:00
Octavia Squidington III
1c40fe6644 Bump Airbyte version from 0.40.9 to 0.40.10 (#17359)
Co-authored-by: benmoriceau <benmoriceau@users.noreply.github.com>
2022-09-28 17:09:25 -07:00
letiescanciano
a43d2ed5bc 🪟 🔧 Add Cross domain tracking for segment (#16268)
* Add Cross domain tracking for segment

* add email in identify call to test with Hubspot

* save cookie on local storage, create hook to override Segment cookie

* PR comments
2022-09-28 10:36:28 +02:00
Octavia Squidington III
8dfb8b0c92 Bump Airbyte version from 0.40.8 to 0.40.9 (#17093)
Co-authored-by: terencecho <terencecho@users.noreply.github.com>
2022-09-23 09:46:09 -05:00
Octavia Squidington III
387b96a924 Bump Airbyte version from 0.40.7 to 0.40.8 (#17009)
Co-authored-by: gosusnp <gosusnp@users.noreply.github.com>
2022-09-21 15:57:29 -07:00
Octavia Squidington III
607a7d68ff Bump Airbyte version from 0.40.6 to 0.40.7 (#16785)
Co-authored-by: benmoriceau <benmoriceau@users.noreply.github.com>
2022-09-16 11:36:44 -07:00
Vladimir
7b54fb1d06 🪟 🎉 Suggest most frequently used Destinations / Suggest Google Sheets as a first destination (#16355)
* add SlickSlider component

* add FrequentlyUsedDestinations component

* update FrequentlyUsedDestinations storybook

* add test for FrequentlyUsedDestinations component

* move SlickSlider to base components

* minor refactor

* fix typo

* fix wrong spinner position

* add click handlers to FrequentlyUsedDestinations component, update storybook and test

* add i18n translation

* update ConnectorCard interface name

* simplify interface for ConnectorServiceTypeControl component

* add FrequentlyUsedDestinations to ServiceForm

* refactor ConnectorCard with css module

* replace css props values with vars

* don't show "set up source/destination" button if service is not selected

* fix broken Formik dependency

* create StartWithDestination component

* extend ConnectorCard component to support fullWidth style

* fix reexport components from root components folder

* make children prop as required in SlickSlider

* move "Close onboarding" button a little down

* add StartWithDestination component to ServiceForm

* make DestinationConnectorCard type consistent

* make connectorName prop optional in ConnectorCard

* add tests for StartWithDestination component

* fix and add test for FrequentlyUsedDestinations component

* update StoryBook stories

* update test for FrequentlyUsedDestinations component

* minor fix: simplify arrow func

* fix failed build: empty arrow func

* fix failed build: not mocked custom hook

* fix linter errors

* fix WCAG linter errors

* fix WCAG linter errors - broken style

* fix Formik warning

* fix stylelint errors

* remove unneeded destination ids

* remove unneeded destination id

* update test snapshots

* Update airbyte-webapp/src/components/ConnectorCard/index.tsx

Co-authored-by: Krishna (kc) Glick <krishna@airbyte.io>

* Update airbyte-webapp/src/views/Connector/ServiceForm/ServiceForm.tsx

Co-authored-by: Krishna (kc) Glick <krishna@airbyte.io>

* Update airbyte-webapp/src/views/Connector/ServiceForm/components/FrequentlyUsedDestinations/FrequentlyUsedDestinations.tsx

Co-authored-by: Krishna (kc) Glick <krishna@airbyte.io>

* Update airbyte-webapp/src/views/Connector/ServiceForm/components/StartWithDestination/StartWithDestination.tsx

Co-authored-by: Krishna (kc) Glick <krishna@airbyte.io>

* Update airbyte-webapp/src/views/Connector/ServiceForm/components/FrequentlyUsedDestinations/FrequentlyUsedDestinations.tsx

Co-authored-by: Krishna (kc) Glick <krishna@airbyte.io>

* Update airbyte-webapp/src/views/Connector/ServiceForm/components/StartWithDestination/StartWithDestination.tsx

Co-authored-by: Krishna (kc) Glick <krishna@airbyte.io>

* format code

* move mockData to separate folder

* move arrowButton components outside the SlickSlider

* add pointer to destination's cards

* add test for conditionally rendered submit form button

* update test snapshots

* fix package-lock merge conflict

* fix after merge with the latest master

* update test snapshots

* remove solution when Card has "position: absolute"

* fix capitalized text

* update test snapshots

* fix eslint warnings

Co-authored-by: Krishna (kc) Glick <krishna@airbyte.io>
2022-09-16 18:57:30 +03:00
Tim Roes
ed7489cf71 Prepare for React v18 upgrade (#16694) 2022-09-14 20:08:09 +02:00
Octavia Squidington III
83799372cf Bump Airbyte version from 0.40.5 to 0.40.6 (#16656)
Co-authored-by: benmoriceau <benmoriceau@users.noreply.github.com>
2022-09-13 11:56:33 -07:00
Krishna (kc) Glick
11925f9399 Upgrade React Select (#16027)
* I'm not in love with the end result here, but it's been upgraded and compiles.

* Fixing overflow text issue

* Tim CR
2022-09-13 09:45:00 -04:00
Davin Chia
22b30ecff2 fix: airbyte-webapp/package.json & airbyte-webapp/package-lock.json to reduce vulnerabilities (#16100)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SANITIZEHTML-2957526

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Krishna (kc) Glick <krishna@airbyte.io>
Co-authored-by: Teal Larson <LARSON.TEAL@GMAIL.COM>
2022-09-13 09:06:32 -04:00
Snyk bot
98cc312bc4 fix: airbyte-webapp/package.json & airbyte-webapp/package-lock.json to reduce vulnerabilities (#15048)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-D3COLOR-1076592

Co-authored-by: Krishna (kc) Glick <krishna@airbyte.io>
Co-authored-by: Teal Larson <LARSON.TEAL@GMAIL.COM>
2022-09-12 17:44:03 -04:00
Octavia Squidington III
d8285cb24f Bump Airbyte version from 0.40.4 to 0.40.5 (#16610)
Co-authored-by: alovew <alovew@users.noreply.github.com>
2022-09-12 14:29:38 -07:00
dependabot[bot]
bfd667e4c5 Bump terser from 4.8.0 to 4.8.1 in /airbyte-webapp (#14875)
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Krishna (kc) Glick <krishna@airbyte.io>
Co-authored-by: Teal Larson <LARSON.TEAL@GMAIL.COM>
2022-09-12 17:27:08 -04:00
Teal Larson
42c5265d0d 🪟 🔧 Add accessibility linting (#15859)
* turn on recommended rules

* remove autofocus prop (form already autofocuses there without it anyways)

* remove autofocus prop from connector request form (field autofocuses without it anyways)

* remove autofocus from popout menu (doesn't autofocus even with it on)

* Sidebar popout menu accessibility (role, tabindex, onfocus)

* switch to use onFocus vs onClick

* edit connection name button should be a real button

* maybe create element instead for connectionname?

* fix weird ts button things

* modal and switch

* add label control rule

* disable for tooltip temporarily

* fix rebase issues

* make navbar popout buttons actual buttons

* fix button appearance in sidebar

* remove border from path popout button

* review cleanup

* Update airbyte-webapp/src/components/Modal/Modal.tsx

Co-authored-by: Krishna Glick <krishna@airbyte.io>

* leave modal default for now

* missing comment space

* make eslint jsx a11y plugin a dev dependency

* fix stylelint problem

* add mock intersection observer

* review changes

* switch component

* move the event bubbling to the StatusCell

* Remove autoFocus

* order z-indices by value

* missing bracket

Co-authored-by: Krishna Glick <krishna@airbyte.io>
Co-authored-by: Tim Roes <tim@airbyte.io>
2022-09-07 12:28:56 -04:00
Charles
ce201bc412 deprecate import / export endpoints (#16175)
* deprecate import / export endpoints

* remove fe deps on import / export

* additional fe clean up
2022-09-06 09:34:18 -07:00
letiescanciano
bdfafe5547 🪟 🔧 Add proper page view events for Segment (#16220)
* 🪟 🔧 Add proper page view events for Segment
2022-09-05 13:28:18 +02:00
Octavia Squidington III
abc01d3c49 Bump Airbyte version from 0.40.3 to 0.40.4 (#16275)
Co-authored-by: timroes <timroes@users.noreply.github.com>
2022-09-02 20:17:00 +02:00
letiescanciano
a03509bd5c 🪟 🔧 Remove Fullstory script (#16217) 2022-09-01 15:16:30 +02:00
Krishna Glick
78ca6c7f84 🪟🧹 Stylelint (#15452)
* Stylelint added

* lint staged addition

* Found the right incantation

* WIP

* Typescript import

* stylelint --fix

* Stylelint runs clean!

* More linting!

* paths are hard

* linting

* Tim Code Review

* lint part of build

* Better selector class pattern rule

* Tim CR

* Linting + --fix

* Fixing stylelint issue

* Tim CR
2022-08-29 12:31:16 -04:00
Octavia Squidington III
9e17f97e24 Bump Airbyte version from 0.40.2 to 0.40.3 (#16028)
Co-authored-by: zzztimbo <zzztimbo@users.noreply.github.com>
2022-08-26 14:46:54 -07:00
Octavia Squidington III
b7b18dfcc0 Bump Airbyte version from 0.40.1 to 0.40.2 (#15931)
Co-authored-by: lmossman <lmossman@users.noreply.github.com>
2022-08-24 11:02:50 -07:00
Evan Tahler
381326f4d3 Bump Airbyte version from 0.40.0-alpha to 0.40.1 (#15857) 2022-08-22 14:34:17 -07:00
Evan Tahler
4774949ab0 Remove -alpha tags from Airbyte release versions (#15766)
* Remove alpha tags in autobump files

* remove more alpha tags
2022-08-22 11:06:49 -07:00
Edmundo Ruiz Ghanem
e380c2677c 🪟 🎨 Update Tooltip component to match design library (#14816)
* Add ToolTip storybook

* Update ToolTip to scss

* gitignore storybook-static dir

* Move InfoIcon from ToolTip to icons and remove duplicate

* Fix disabled class name in ToolTip

* Update ToolTip colors and spacing to match updated design and add light mode

* Update ToolTip to show from any side perfectly centered

* Add react-tether dependency
* Update ToolTip to use react-tether
* Add align property to ToolTip

* Add link colors to tooltip links and update storybook

* Fix font-size in Tooltip

* Add minor tweaks to Tooltip component

* Remove "help" cursor from state badge
Update tooltip corner to 5px
Update package-lock with react-tether

* Tooltip mode -> Tooltip theme

* Add tooltip helper components for learn more url and table

* Add tooltip context
* Update tooltip stories to demo with new components

* REname tooltip index from tsx to ts

* Update tooltip to use floating-ui instead of react-tether

* Move z-index values to own z-indices file

* Update InformationTooltip to use regular tooltip style
2022-08-18 14:05:49 -04:00
Edmundo Ruiz Ghanem
90b71b73d4 🪟 🎉 Support docusaurus admonitions in markdown docs (#15519)
* Support docusaurus admonitions in markdown docs

* Narrow down docs folders in vscod workspace
* Add mdast and remark-directive dependencies
* Add remark-directive to Markdown component plugins
* Add admonitions plugin to support docusaurus admonitions
* Add styles for admonitions in markdown files

* Add storybook component for Markdown and fix issues with code blocks

* Rename Markdown component styles files, improve code blocks style and lower heading font sizes

* Update admonitions tag to div

* Update DocumentationPanel to lazy load

* Add @types/unist to package.json
2022-08-12 09:33:14 -04:00
Octavia Squidington III
c1a0cbc0d0 Bump Airbyte version from 0.39.42-alpha to 0.40.0-alpha (#15493)
Co-authored-by: benmoriceau <benmoriceau@users.noreply.github.com>
2022-08-10 10:20:12 +08:00
Octavia Squidington III
5031e72426 Bump Airbyte version from 0.39.41-alpha to 0.39.42-alpha (#15335)
Co-authored-by: xiaohansong <xiaohansong@users.noreply.github.com>
Co-authored-by: Xiaohan Song <xiaohan@airbyte.io>
2022-08-05 14:43:31 -07:00
Teal Larson
a4ccaee837 🪟 Add catalog changes modal on schema refresh (#14074)
* WIP - types, props, components

* logic tweaks

* moving around

* begin styling and content

* modal formatting, section header

* client update, add/removed streams works

* theme tweaks

* WIP -- adding accordion

* hook for modal display logic

* display logic, row/accordion progress

* fix atrocities of table rendering, move header to own component

* headers cleanup

* headers cleanup

* imageblock more flexible

* progress on table todo: consolidate, complete

* styling good, animation TODO

* self review pt. 1

* cleanup

* note

* note

* accessibility and i18n improvements

* fix typo in scss

* missig i18l things

* move icon to /icons

* Update airbyte-webapp/src/views/Connection/CatalogDiffModal/CatalogDiffModal.tsx

Co-authored-by: Edmundo Ruiz Ghanem <168664+edmundito@users.noreply.github.com>

* Update airbyte-webapp/src/views/Connection/CatalogDiffModal/components/DiffAccordion.tsx

Co-authored-by: Edmundo Ruiz Ghanem <168664+edmundito@users.noreply.github.com>

* spacing, use ModalFooter

* Update airbyte-webapp/src/views/Connection/CatalogDiffModal/components/StreamRow.tsx

Co-authored-by: Edmundo Ruiz Ghanem <168664+edmundito@users.noreply.github.com>

* begin moving to memoized reducer function

* memoize diff sorter and remove extra divs

* cleanup

* modal body padding

* up0date to use modal service

* move calculated string mode out of component

* respond to review

* add accordionheader component

* catalog can be undefined

* cleanup cell rendering

* cleanup and make storybook work again

* move table styles within a parent class

* subheading alignment consistency

* more padding/spacing adjustments

* cleanup from review

* mixup from rebase

* set width on modal level not content level

* Update airbyte-webapp/src/views/Connection/CatalogDiffModal/utils.tsx

Co-authored-by: Edmundo Ruiz Ghanem <168664+edmundito@users.noreply.github.com>

* Update airbyte-webapp/src/views/Connection/CatalogDiffModal/utils.tsx

Co-authored-by: Edmundo Ruiz Ghanem <168664+edmundito@users.noreply.github.com>

* linting and unused class cleanup

Co-authored-by: Edmundo Ruiz Ghanem <168664+edmundito@users.noreply.github.com>
2022-08-03 16:56:03 -04:00
Octavia Squidington III
3d5237cdaf Bump Airbyte version from 0.39.40-alpha to 0.39.41-alpha (#15085)
Co-authored-by: girarda <girarda@users.noreply.github.com>
2022-07-27 14:07:53 -07:00
Octavia Squidington III
d665188964 Bump Airbyte version from 0.39.39-alpha to 0.39.40-alpha (#15046)
Co-authored-by: davinchia <davinchia@users.noreply.github.com>
Co-authored-by: Davin Chia <davinchia@gmail.com>
2022-07-26 20:38:12 -07:00
Octavia Squidington III
c3621b5e49 Bump Airbyte version from 0.39.38-alpha to 0.39.39-alpha (#15005)
Co-authored-by: davinchia <davinchia@users.noreply.github.com>
2022-07-25 15:15:19 -07:00
Octavia Squidington III
861503b30e Bump Airbyte version from 0.39.37-alpha to 0.39.38-alpha (#14976)
Co-authored-by: davinchia <davinchia@users.noreply.github.com>
2022-07-23 10:22:12 -07:00
Octavia Squidington III
fd4004af29 Bump Airbyte version from 0.39.36-alpha to 0.39.37-alpha (#14719)
Co-authored-by: edgao <edgao@users.noreply.github.com>
2022-07-14 10:05:50 -07:00
Octavia Squidington III
acd1f75bfa Bump Airbyte version from 0.39.35-alpha to 0.39.36-alpha (#14690)
Co-authored-by: gosusnp <gosusnp@users.noreply.github.com>
2022-07-13 13:39:52 -07:00
Octavia Squidington III
fc3efe1614 Bump Airbyte version from 0.39.34-alpha to 0.39.35-alpha (#14508)
Co-authored-by: lmossman <lmossman@users.noreply.github.com>
2022-07-07 14:04:58 -07:00