1
0
mirror of synced 2026-01-08 12:03:02 -05: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
2022-07-27 12:17:44 -07:00
2022-08-01 15:12:49 +03:00
2022-08-03 21:29:05 +03:00
2022-08-01 16:24:55 -04:00
2022-04-11 20:51:37 -07:00
2020-07-29 10:45:16 -07:00
2021-10-15 14:03:30 -07:00
2021-09-27 11:17:17 -07:00
2022-08-01 09:56:00 -03:00

Introduction

GitHub stars GitHub Workflow Status License License

Data integration made simple, secure and extensible. The new open-source standard to sync data from applications, APIs & databases to warehouses, lakes & other destinations.

Airbyte is on a mission to make data integration pipelines a commodity.

  • Maintenance-free connectors you can use in minutes. Just authenticate your sources and warehouse, and get connectors that adapt to schema and API changes for you.
  • Building new connectors made trivial. We make it very easy to add new connectors that you need, using the language of your choice, by offering scheduling and orchestration.
  • Designed to cover the long tail of connectors and needs. Benefit from the community's battle-tested connectors and adapt them to your specific needs.
  • Your data stays in your cloud. Have full control over your data, and the costs of your data transfers.
  • No more security compliance process to go through as Airbyte is self-hosted.
  • No more pricing indexed on volume, as cloud-based solutions offer.

Here's a list of our connectors with their health status.

Quick start

git clone https://github.com/airbytehq/airbyte.git
cd airbyte
docker-compose up

Now visit http://localhost:8000

Here is a step-by-step guide showing you how to load data from an API into a file, all on your computer.

Features

  • Built for extensibility: Adapt an existing connector to your needs or build a new one with ease.
  • Optional normalized schemas: Entirely customizable, start with raw data or from some suggestion of normalized data.
  • Full-grade scheduler: Automate your replications with the frequency you need.
  • Real-time monitoring: We log all errors in full detail to help you understand.
  • Incremental updates: Automated replications are based on incremental updates to reduce your data transfer costs.
  • Manual full refresh: Sometimes, you need to re-sync all your data to start again.
  • Debugging autonomy: Modify and debug pipelines as you see fit, without waiting.

See more on our website.

Contributing

We love contributions to Airbyte, big or small.

See our Contributing guide on how to get started. Not sure where to start? Weve listed some good first issues to start with. If you have any questions, please open a draft PR or visit our slack channel where the core team can help answer your questions.

Note that you are able to create connectors using the language you want, as Airbyte connections run as Docker containers.

Also, we will never ask you to maintain your connector. The goal is that the Airbyte team and the community helps maintain it, let's call it crowdsourced maintenance!

Community support

For general help using Airbyte, please refer to the official Airbyte documentation. For additional help, you can use one of these channels to ask a question:

  • Slack (For live discussion with the Community and Airbyte team)
  • Forum (For deeper converstaions about features, connectors, or problems)
  • GitHub (Bug reports, Contributions)
  • Twitter (Get the news fast)
  • Weekly office hours (Live informal 30-minute video call sessions with the Airbyte team)

Roadmap

Check out our roadmap to get informed on what we are currently working on, and what we have in mind for the next weeks, months and years.

License

See the LICENSE file for licensing information, and our FAQ for any questions you may have on that topic.

Description
Languages
Python 52.7%
Kotlin 35.8%
Java 8.8%
MDX 0.9%
JavaScript 0.7%
Other 0.8%