- May 20, 2022
-
-
Octavia Squidington III authored
Co-authored-by:
tealjulia <tealjulia@users.noreply.github.com>
-
Pedro Calleja authored
-
Octavia Squidington III authored
Co-authored-by:
lmossman <lmossman@users.noreply.github.com>
-
Teal Larson authored
Revert "Fix cancel button when it doesn't provide feedback to the user + UX improvements (#12569)" (#13066) This reverts commit b0f06e06.
-
Tuhai Maksym authored
* Destination-S3: Remove configurable part size * Changelog updated * auto-bump connector version Co-authored-by:
Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
-
lmossman authored
-
Adam authored
* fix #12680: use correct max size for SUPER type * address review comments * docs: add changelog entry * bump version * test: make large record actually too big * fix: use a method instead of member variable for correct override * fix: if overall object is invalid, don't check individual elements * feat: add unit test for isValidData * auto-bump connector version Co-authored-by:
Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
-
Baz authored
-
Niccolo Salvini authored
fixed typo
-
Topher Lubaway authored
-
Topher Lubaway authored
* Adds schedule_data json column updates the version test thingy schema dumped * adds schema dump * formatting
-
Topher Lubaway authored
zipped files with JSON extension made this task sad
-
oneshcheret authored
* S3 destination: Update the releaseStage * S3 destination: Update the releaseStage
-
- May 19, 2022
-
-
Pedro S. Lopez authored
* initial implementation * add parse_response_error_message tests * move error handler to existing try/catch in AbstractSource * formatting * var rename * use isinstance for type checking * add docstrings * add more abstract_source and httpstream tests * fix wrong httperror usage * more test cases * bump version, update changelog
-
Edmundo Ruiz Ghanem authored
-
Teal Larson authored
* Works on Sources and Destination create now * styling for side panel * side panel now reusable component * works as expected in Connections flow * move documentation url to context * cleanup * fix incorrect docs fetching * move documentation panel into documentation layout * move layout and provider to wrapper * memoize the replaced urls * cleanup unused props * make panels size aware * adjust min size of docs panel * cleanup * Show placeholder if no docs exist * remove unneeded ternary * use react.fc * add context to settings pages for sources/destinations * fix general documentation panel styling * close on navigation * rename context, close panel on step change * fix scroll with dark overlay * add overflow scroll to fix blinking * fix merge bug
-
Augustin authored
-
Erica Struthers authored
-
Topher Lubaway authored
also upgrades docusaurus also removes legacy npm lock
-
Chun-Sheng, Li authored
-
Davin Chia authored
I was reading this code when I realised this module is gradually developing into a sprawl. Reorganise to make this more readable and clarify certain operations. A less-urgent follow up step here is to pull all process related code out of this module and combine it with the container-orchestrator module to achieve a clear split between 'job execution code' and 'process abstraction code'. - Move all the worker implementations from top-level into the io.airbyte.workers.general package. Leave normalization related code in the normalization package as this is actually a special case of the dbt worker and should be deprecated once we implement general DBT support. - Move all exceptions into an exceptions package. - With this change, top level code in the airbyte workers module is now all interfaces + worker app set up code. - Rename io.airbyte.workers.protocols.airbyte to io.airbyte.workers.internal to better represent this subpackage contains interfaces/implementations internal to the workers. Protocol is confusing since it implies some relation to the general airbyte protocol. - Rename io.airbyte.workers.worker_run to io.airbyte.workers.run for conciseness. - Merge io.airbyte.workers.test_helper to io.airbyte.workers.helper. Only a single class was present here.
-
Davin Chia authored
No longer needed since we removed the old scheduler.
-
Andrii Leonets authored
* add MySqlTestDataComparator * enable new DAT * enable new DAT * handle json type + fix boolean compare for both cases * format
-
dependabot[bot] authored
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4 ) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Serhii Chvaliuk authored
Source Facebook Marketing - Update CDK to v0.1.58 avoid crashing on incorrect stream schemas (#13008) Signed-off-by:
Sergey Chvalyuk <grubberr@gmail.com>
-
Serhii Chvaliuk authored
Signed-off-by:
Sergey Chvalyuk <grubberr@gmail.com>
-
Lake Mossman authored
* Migrate OSS to temporal scheduler * add comment about migration being performed in server * add comments about removing migration logic * formatting and add tests for migration logic * rm duplicated test * remove more duplicated build task * remove retry * disable acceptance tests that call temporal directly when on kube * set NEW_SCHEDULER and CONTAINER_ORCHESTRATOR_ENABLED env vars to true to be consistent * set default value of container orchestrator enabled to true * Revert "set default value of container orchestrator enabled to true" This reverts commit 21b36703a9051bcbcaaf7ef56eec406d19027529. * Revert "set NEW_SCHEDULER and CONTAINER_ORCHESTRATOR_ENABLED env vars to true to be consistent" This reverts commit 6dd2ec04a2225fa7e5bcbebf89d2fd286ddc1521. * Revert "Revert "set NEW_SCHEDULER and CONTAINER_ORCHESTRATOR_ENABLED env vars to true to be consistent"" This reverts commit 2f40f9da5040d02b2a8671597bd6dc274529bde4. * Revert "Revert "set default value of container orchestrator enabled to true"" This reverts commit 26068d5b31a78601550d36abc09035feb5ec804b. * fix sync workflow test * remove defunct cancellation tests due to internal temporal error * format - remove unused imports * revert changes that set container orchestrator enabled to true everywhere * remove NEW_SCHEDULER feature flag from .env files, and set CONTAINER_ORCHESTRATOR_ENABLED flag to true for kube .env files Co-authored-by:
Benoit Moriceau <benoit@airbyte.io>
-
- May 18, 2022
-
-
Evan Tahler authored
* Quote and comma-separate Pokemon examples to clarify help text Closes #12792 * Bump version * auto-bump connector version Co-authored-by:
Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
-
Pedro S. Lopez authored
* cause failure by using invalid sync mode * create configured stream without passing pydantic validation * fix formatting * bump version, update changelog
-
Brian Lai authored
improve incremental SAT testing to walk through each stream state instead of just the latest (#12802) * improve SAT test for incrementals to walk through steam states not just the latest * convert batch to tuple and pr feedback * bump version and update changelog * patch pytest so test doesn't get skipped * update changelog and dockerfile again
-
Marcos Marx authored
* remove log summary and update log message * apply suggestions
-
Anne authored
* add spotbugs configuration
-
Edmundo Ruiz Ghanem authored
-
Evan Tahler authored
-
Topher Lubaway authored
* Adds a new string cloumn to configs for cron closes #11418 i'm new to this task in Java please be brutal * Adds airbyte header * WIP * Rebase a week of commits * WIP for davin * deps update * Reorganize code for better readability. Also add a schema. * Update tests. * Correct bad test. * Adds note for testing version change * formatting change Co-authored-by:
Davin Chia <davinchia@gmail.com>
-
Topher Lubaway authored
* More helpful error message for detected changes * Wrote the check backwards * more clear errors * Newline cinema
-
Malik Diarra authored
-
Serhii Chvaliuk authored
* Fixed checking --event-buffer-size on old dbt crashed entrypoint.sh Signed-off-by:
Sergey Chvalyuk <grubberr@gmail.com>
-
LiRen Tu authored
-
- May 17, 2022
-
-
Pedro S. Lopez authored
* add SAT case for airbyte trace message on failure * add ability to opt-out * add tests * add option to docs * bump version, update changelog * fix type errors * update changelog
-