Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from upstream #9

Merged
merged 279 commits into from
Jun 29, 2022
Merged

Update from upstream #9

merged 279 commits into from
Jun 29, 2022
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    f4da234 View commit details
    Browse the repository at this point in the history
  2. Keep doc up-to-date with changes (airbytehq#13667)

    `airbyte-db/lib` has been renamed to `airbyte-db/db-lib`
    gosusnp authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    029085a View commit details
    Browse the repository at this point in the history
  3. Updated BigQuery, Google Sheets, Facebook Marketing, Salesforce docs (a…

    …irbytehq#13717)
    
    * initial changes
    
    * Edited google Sheets doc
    
    * More edits
    
    * edited the intro and prereqs for BigQuery
    
    * edited the data loading section
    
    * more edits
    
    * Grammatical edits
    
    * Formatting edits
    Amruta-Ranade authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    7ecfa13 View commit details
    Browse the repository at this point in the history
  4. Adds zombie removal tool (airbytehq#13718)

    * Adds zombie removal tool
    
    * Corrects endpoint adds comments
    
    * Adds API links
    
    * Changes search logic, fixes escape character
    
    * Corrects help text
    supertopher authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    5e1f968 View commit details
    Browse the repository at this point in the history
  5. Fix connection read object building (airbytehq#13568)

    Make sure the sourceCatalogId field is set with the value stored in the
    database.
    malikdiarra authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    39e375b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7aeb48e View commit details
    Browse the repository at this point in the history
  7. Improve Gradle build and fix storybook (airbytehq#13719)

    * Improve Gradle build and fix storybook
    
    * Run all copy tasks after copyDocker
    timroes authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    2e60a1c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    287b5bf View commit details
    Browse the repository at this point in the history
  9. Save streams to reset in job config when creating reset job (airbyteh…

    …q#13703)
    
    * save streams to reset in job config when creating reset job
    
    * change streamDescriptors to streamsToReset
    lmossman authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    e7f8128 View commit details
    Browse the repository at this point in the history
  10. 🐛 Postgres Source: fixed unsupported date-time datatypes during incre…

    …mental sync (airbytehq#13655)
    
    * Postgres Source: fixed unsupposted date-time datatypes during incremental sync
    
    * updated CHANGELOG
    
    * add tests for incremental cursor check
    
    * removed star import
    
    * Postgres Source: fixed unsupposted date-time datatypes during incremental sync
    
    * updated CHANGELOG
    
    * add tests for incremental cursor check
    
    * removed star import
    
    * add timestamp datatype test
    
    * Bump version in Dockerfile
    
    * auto-bump connector version
    
    Co-authored-by: grishick <greg@airbyte.io>
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    3 people authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    a3ca3ab View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    00bf49e View commit details
    Browse the repository at this point in the history
  12. Fail the connection state instead of throwing an exception (airbytehq…

    …#13728)
    
    * Fail the connection state instead of throwin exception
    
    * Fix test
    
    * rm import
    
    * Update airbyte-workers/src/main/java/io/airbyte/workers/general/DefaultCheckConnectionWorker.java
    
    Co-authored-by: Evan Tahler <evan@airbyte.io>
    
    Co-authored-by: Evan Tahler <evan@airbyte.io>
    benmoriceau and evantahler authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    aa3a1b4 View commit details
    Browse the repository at this point in the history
  13. [low-code connectors] add a few unit tests (airbytehq#13666)

    * add a couple of unit tests
    
    * refactor tests
    girarda authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    15fe51b View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. 🎉 Destination databricks: rename to databricks lakehouse (airbytehq#1…

    …3722)
    
    * Update Databricks naming
    
    * Update destination_spec
    
    * Update BOOTSTRAP.md
    
    * Update Dockerfile
    
    * Update README.md
    
    * Update spec.json
    
    * Update databricks.md
    
    * Update databricks.md
    
    * Update airbyte-integrations/connectors/destination-databricks/BOOTSTRAP.md
    
    Co-authored-by: LiRen Tu <tuliren.git@outlook.com>
    
    Co-authored-by: LiRen Tu <tuliren.git@outlook.com>
    Andy and tuliren authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    fe6eda5 View commit details
    Browse the repository at this point in the history
  2. Fallback to parsing datetime and time strings w/ and w/o timezones in…

    … case DateTimeParseException is thrown (airbytehq#13745)
    
    * Fall back to parsing w/ or w/o TZ if parsing a date or a time string fails
    * auto-bump connector version
    
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    grishick and octavia-squidington-iii authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    2cd6200 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccd053d View commit details
    Browse the repository at this point in the history
  4. S3 and GCS destinations: Updating processing data types for Avro/Parq…

    …uet formats (airbytehq#13483)
    
    * S3 destination: Updating processing data types for Avro/Parquet formats
    
    * S3 destination: handle comparing data types
    
    * S3 destination: clean code
    
    * S3 destination: clean code
    
    * S3 destination: handle case with unexpected json schema type
    
    * S3 destination: clean code
    
    * S3 destination: Extract the same logic for Avro/Parquet formats to separate parent class
    
    * S3 destination: clean code
    
    * S3 destination: clean code
    
    * GCS destination: Update data types processing for Avro/Parquet formats
    
    * GCS destination: clean redundant code
    
    * S3 destination: handle case with numbers inside array
    
    * S3 destination: clean code
    
    * S3 destination: add unit test
    
    * S3 destination: update unit test cases with number types.
    
    * S3 destination: update unit tests.
    
    * S3 destination: bump version for s3 and gcs
    
    * auto-bump connector version
    
    * auto-bump connector version
    
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    sashaNeshcheret and octavia-squidington-iii authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    8e54f4f View commit details
    Browse the repository at this point in the history
  5. Source Salesforce: fix sync capped streams with more records than pag…

    …e size (airbytehq#13658)
    
    * change logic for counting records
    
    * update doc
    
    * correct unit test
    
    * auto-bump connector version
    
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    marcosmarxm and octavia-squidington-iii authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    669e6ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a868be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    18f1fb1 View commit details
    Browse the repository at this point in the history
  8. Kube fix and Docs for open telemetry integration (airbytehq#13701)

    * Create interface, factory for metric client
    
    * remove unused func
    
    * change count val to use long
    
    * PR fix
    
    * otel metric client implementation
    
    * merge conflicts resolve
    
    * build fix
    
    * add a test, moved version into deps catalog
    
    * fix test
    
    * add docs for open telemetry
    
    * fix kube setting for otel, and add doc
    
    * helm related fields update for opentel
    xiaohansong authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    05472b8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    03c03ae View commit details
    Browse the repository at this point in the history
  10. Bump Airbyte version from 0.39.17-alpha to 0.39.18-alpha (airbytehq#1…

    …3759)
    
    Co-authored-by: benmoriceau <benmoriceau@users.noreply.github.com>
    Co-authored-by: Benoit Moriceau <benoit@airbyte.io>
    3 people authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    50f2a34 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dd3178e View commit details
    Browse the repository at this point in the history
  12. 🐛 Postgres Source: fixed truncated precision if the value of the mill…

    …iseconds or seconds is 0 (airbytehq#13549)
    
    * Postgres Source: fixed truncated precision if the value of the millisecond or second is 0
    
    * check CI with 1.15.3 testcontainer
    
    * check CI with 1.15.3 testcontainer
    
    * returned latest version of testcontainer
    
    * fixed checkstyle
    
    * fixed checkstyle
    
    * returned latest testcontainer version
    
    * updated CHANGELOG
    
    * bump version
    
    * auto-bump connector version
    
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    VitaliiMaltsev and octavia-squidington-iii authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    f5a6a28 View commit details
    Browse the repository at this point in the history
  13. Postgres source strict encrypt trucnated precision bump version (airb…

    …ytehq#13769)
    
    * Postgres Source: fixed truncated precision if the value of the millisecond or second is 0
    
    * check CI with 1.15.3 testcontainer
    
    * check CI with 1.15.3 testcontainer
    
    * returned latest version of testcontainer
    
    * fixed checkstyle
    
    * fixed checkstyle
    
    * returned latest testcontainer version
    
    * updated CHANGELOG
    
    * bump version
    
    * auto-bump connector version
    
    * Postgres source strict encrypt bump version
    
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    VitaliiMaltsev and octavia-squidington-iii authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    7ce8b49 View commit details
    Browse the repository at this point in the history
  14. Migrate StateDB to support per stream states (airbytehq#13731)

    * Update StateDB to support per Stream states.
    * Add `StateType` type
    * Add `steam_name`, `namespace` and `type` to `state` table.
    * Set the default StateType to LEGACY
    gosusnp authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    a600f6a View commit details
    Browse the repository at this point in the history
  15. Update getting-started-with-airbyte-cloud.md (airbytehq#13741)

    * Update getting-started-with-airbyte-cloud.md
    
    Edited Getting Started with Airbyte Cloud guide to match the updated Cloud UI.
    
    * Update getting-started-with-airbyte-cloud.md
    
    Updated based on Amruta's suggestions.
    sophia-wiley authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    da60cd4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    61ce03a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    22b727c View commit details
    Browse the repository at this point in the history
  18. Source Facebook marketing: fix not syncing any data issue (airbyteh…

    …q#13749)
    
    * airbytehq#253 oncall source fb marketing: fix  issue
    
    * airbytehq#253 oncall: upd changelog
    
    * Update docs/integrations/sources/facebook-marketing.md
    
    * auto-bump connector version
    
    Co-authored-by: Evan Tahler <evan@airbyte.io>
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    3 people authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    81572a9 View commit details
    Browse the repository at this point in the history
  19. Ignore custom connectors during connectors update (airbytehq#13581)

    * Ignore Custom connectors during connectors update
    
    * Skip any connector flagged as custom as well
    
    * Format
    malikdiarra authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    17ee3ad View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. [low-code connectors] Support for list-based stream slicers (airbyteh…

    …q#13668)
    
    * list slicer
    
    * Add comment
    
    * test
    
    * ast eval
    
    * refactor
    
    * fix
    
    * remove print
    
    * rename
    
    * return a generator
    
    * smaller fix and reset to master
    
    * union type hint
    
    * assert
    
    * comment
    
    * format
    girarda authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    2c8fef8 View commit details
    Browse the repository at this point in the history
  2. 📝 Postgres source: add troubleshooting for postgres hot standby (airb…

    …ytehq#13784)
    
    * Add troubleshooting section in postgres doc
    
    * Update doc
    
    * Add one more solution
    tuliren authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    6964fe2 View commit details
    Browse the repository at this point in the history
  3. upgrade debezium version for postgres to 1.9.2 (airbytehq#13368)

    * upgrade debezium version for postgres to 1.9.2
    
    * fix test+build
    
    * fix build
    
    * address review comments
    
    * update link to docs
    
    * fix test
    subodh1810 authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    1ab08e5 View commit details
    Browse the repository at this point in the history
  4. 🐛 Source Amplitude: Fix an infinite loop (airbytehq#13638)

    * Fix infinite loop when fetching Amplitude data
    
    * Update changelog and version
    
    * Address review
    
    * fix: unit tests were failing
    
    * chore: bump version in source definitions
    
    * chore: update seed file
    
    Co-authored-by: Harshith Mullapudi <harshithmullapudi@gmail.com>
    b4stien and harshithmullapudi authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    f015a9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49e82a4 View commit details
    Browse the repository at this point in the history
  6. 🎉 Source Github: Fix API sorting, fix get_starting_point caching (a…

    …irbytehq#13707)
    
    Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
    grubberr authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    dd8aa06 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    330d32e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    897522c View commit details
    Browse the repository at this point in the history
  9. Fix mysql cdc acceptance test (airbytehq#13795)

    * fix mysql cdc acceptance test
    
    * remove comments
    subodh1810 authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    cdb2d8f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    775c027 View commit details
    Browse the repository at this point in the history
  11. Make connector adaptable based on deployment mode (airbytehq#13522)

    * Add deployment mode to env shared with jobs
    
    * Add adaptive runners
    
    * Migrate postgres source to use adaptive runner
    
    * Add an array of specs in docker image spec definition
    
    * Add copyright
    
    * Parse docker image spec with specs list
    
    * Update spec yaml files
    
    * Pass in DEPLOYMENT_MODE to docker compose file
    
    * Revert "Parse docker image spec with specs list"
    
    This reverts commit 8fe41dd.
    
    * Revert changes in docker image spec
    
    * Read cloud specific spec files based on deployment mode
    
    * Revert "Update spec yaml files"
    
    This reverts commit 059f326.
    
    * Publish cloud spec file if necessary
    
    * Fix upload script
    
    * Move test files
    
    * Update docker compose file
    
    * Format code
    
    * Add comment about spec filename
    
    * Add unit tests
    
    * Remove redundant jdbc acceptance test
    
    When running `PostgresStrictEncryptJdbcSourceAcceptanceTest`, the `discover` method tests always fail because there are unexpected columns in the catalog:
    - `wakeup_at`
    - `last_visited_at`
    - `last_comment_at`
    
    These columns only exist in `PostgresJdbcSourceAcceptanceTest`. And this failure cannot be reproduced locally.
    
    The hypothesis is that when the JDBC unit tests are run on CI, they are run in parallel, and the same testcontainer is used for both tests. That's why the strict encrypt test can discover columns from the oridinary unit test.
    
    Given that the JDBC strict encrypt test is basically redundant, it is removed.
    tuliren authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    973f0b1 View commit details
    Browse the repository at this point in the history
  12. Update color palette, add scss colors, borders, and spacing (airbyteh…

    …q#13802)
    
    * Add updated color palette to SCSS and theme
    * Migrate current color palette to new colors
    
    * Add border and spacing variables
    
    * Remove legacy color mapping from scss side
    edmundito authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    40fb874 View commit details
    Browse the repository at this point in the history
  13. Add style guide to front end repo (airbytehq#13418)

    * Add .md from google doc draft
    
    * update per review
    
    * cleanup
    
    * Update STYLEGUIDE.md
    
    Co-authored-by: Tim Roes <tim@airbyte.io>
    teallarson and timroes authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    8ab16cc View commit details
    Browse the repository at this point in the history
  14. Edited Stripe, HubSpot, Intercom docs (airbytehq#13810)

    * Initial edits
    
    * Updated the Stripe connector doc
    
    * Updated the Stripe doc
    
    * Updated HubSpot and Intercom docs
    
    * Minor sidebar edit
    Amruta-Ranade authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    bc98dc0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d5b1069 View commit details
    Browse the repository at this point in the history
  16. Fix broken link (airbytehq#13815)

    * fixing broken links
    
    * docusaurus updates
    Amruta-Ranade authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    fb0b5a3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d93e173 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a182aca View commit details
    Browse the repository at this point in the history
  19. Fix LabeledSwitch component width (airbytehq#13798)

    * Fix LabeledSwitch component width
    
    * Switch to new color palette
    
    * Replace color
    
    * Fix color variable
    timroes authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    649f7ad View commit details
    Browse the repository at this point in the history
  20. Update 4-connection-checking.md (airbytehq#13812)

    * Update 4-connection-checking.md
    
    As discussed in https://airbytehq-team.slack.com/archives/C02UQ9MJ4GG/p1655312684160609 - this example is misleading, as it does not actually connect to any API to validate connectivity.
    
    * Update 4-connection-checking.md
    
    Added a link to OneSignal check_connection, and move the "Note" to below the example
    alexander-marquardt authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    6a78aec View commit details
    Browse the repository at this point in the history
  21. Bump Airbyte version from 0.39.18-alpha to 0.39.19-alpha (airbytehq#1…

    …3820)
    
    Co-authored-by: edgao <edgao@users.noreply.github.com>
    octavia-squidington-iii and edgao authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    7d9f8c9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e8146e5 View commit details
    Browse the repository at this point in the history
  23. Restart workflow after activity failure instead of quarantining (airb…

    …ytehq#13779)
    
    * use SHORT_ACTIVITY_OPTIONS on check connection activity so that it has retries
    
    * retry workflow after delay instead of quarantining
    
    * allow activity env vars to be configured in docker and kube
    
    * add env var for workflow restart delay and refactor slightly
    
    * update tests to handle new restart behavior
    
    * update test name
    
    * add empty env var values to .env files
    
    * fail attempt before job in cleanJobState to prevent state machine failure
    
    * change default value of max activity attempt retries from 10 to 5
    lmossman authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    fc5ba66 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Bump Airbyte version from 0.39.19-alpha to 0.39.20-alpha (airbytehq#1…

    …3829)
    
    Co-authored-by: lmossman <lmossman@users.noreply.github.com>
    octavia-squidington-iii and lmossman authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    aed9244 View commit details
    Browse the repository at this point in the history
  2. 🎉 Postgres source: prepare for removing strict-encrypt variant (airby…

    …tehq#13823)
    
    * Bump postgres version
    
    * Update doc
    
    * auto-bump connector version
    
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    tuliren and octavia-squidington-iii authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    26f4623 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f36bdc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d1b902 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f84341 View commit details
    Browse the repository at this point in the history
  6. [low-code connectors] Cartesian product stream slicer (airbytehq#13740)

    * list slicer
    
    * Add comment
    
    * product stream slicer
    
    * comment
    
    * rename
    
    * format
    
    * Update comment
    
    * split on 2 lines for readability
    
    * Revert "rename"
    
    This reverts commit e801f2d.
    girarda authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    34e2dc3 View commit details
    Browse the repository at this point in the history
  7. updated stacktrace format in java trace messages (airbytehq#13847)

    * updated stacktrace format in java trace messages
    
    * test checks specifically on stacktrace in trace message
    
    * remove unused import
    Phlair authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    da95f50 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ed5d83a View commit details
    Browse the repository at this point in the history
  9. 🎉 Source Github: use GraphQL for pull_request_stats stream (airbyte…

    …hq#13763)
    
    Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
    grubberr authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    62626ee View commit details
    Browse the repository at this point in the history
  10. Tweak schema validation code for readability. (airbytehq#13721)

    * Refactor schema validation for better reading.
    
    * Better comments.
    
    * Format.
    davinchia authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    18b023f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b8940ac View commit details
    Browse the repository at this point in the history
  12. Source Hubspot - fix missing data issue (airbytehq#13837)

    * airbytehq#278 oncall: source hubspot - fix missing data issue
    
    * airbytehq#278 oncall: upd changelog
    
    * auto-bump connector version
    
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    davydov-d and octavia-squidington-iii authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    723bf66 View commit details
    Browse the repository at this point in the history
  13. Source Amplitude: try-catch BadZipFile exception (airbytehq#13846)

    * airbytehq#272 oncall: source Amplitude - try-catch BadZipFile exception
    
    * airbytehq#272-oncall: upd changelog
    
    * auto-bump connector version
    
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    davydov-d and octavia-squidington-iii authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    1d99b58 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bf52c2a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    96a4d75 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    417ba6f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    091c5bc View commit details
    Browse the repository at this point in the history
  18. Emit orphan running jobs metrics (airbytehq#13865)

    That metrics show the number of jobs currently flagged as running that
    are associated to inactive or deprecated connections.
    malikdiarra authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    40d58cc View commit details
    Browse the repository at this point in the history
  19. Add meaningful tests for OTEL client (airbytehq#13831)

    * Add meaningful tests for OTEL client
    
    * PR comment fix
    
    * code clean ups
    xiaohansong authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    9d060a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Persist state to reset connection job config (airbytehq#13867)

    * add current connection state to JobResetConnectionConfig
    
    * pass state from reset connection config to job sync config in generate input activity
    
    * format
    lmossman authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    3bab4c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f709e8 View commit details
    Browse the repository at this point in the history
  3. Harshith/test pr 12536 (airbytehq#13874)

    * 🎉 New Source: Firebolt (#1)
    
    * fix: Boolean type cast
    
    * test: Improve format testing and doc
    
    * refactor: Move some db functionality
    
    * docs: Adding types doc link in utils
    
    * feat: Use future-proof Auth in SDK
    
    * fix: integration tests are failing
    
    * chore: update seed file
    
    Co-authored-by: Petro Tiurin <93913847+ptiurin@users.noreply.github.com>
    Co-authored-by: ptiurin <petro.tiurin@firebolt.io>
    3 people authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    074adef View commit details
    Browse the repository at this point in the history
  4. 🐛 Source Relational DB : remove unicode nulls from cursors (airbytehq…

    …#13854)
    
    * Make sure that cursor value doesn't contain unicode null.
    
    * Test that cursors doesn't contain unicode null
    
    * incr version
    DoNotPanicUA authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    6ba511c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55aecd9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a2a4ab5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e03adaa View commit details
    Browse the repository at this point in the history
  8. Publishing java connectors with better formatted stacktrace in Trace …

    …messages (airbytehq#13852)
    
    * start
    
    * revert
    
    * azblob
    
    * bq
    
    * bq denorm
    
    * megapublish baaaabyyyy
    
    * fix needs
    
    * matrix connectors
    
    * auto-bump connector version
    
    * dont failfast and max parallel 5
    
    * multi runno
    
    * minor
    
    * testing matrix agents
    
    * name
    
    * testing multi agents
    
    * tmp fix
    
    * new multi agents
    
    * multi test
    
    * tryy
    
    * let's do this
    
    * magico
    
    * fix
    
    * label test
    
    * couple more connector bumps
    
    * temp
    
    * things
    
    * check this
    
    * lets gooo
    
    * more connectors
    
    * Fix md and lg spacing scss vars (airbytehq#13886)
    
    * Delete TEMP-testing-command.yml
    
    * auto-bump connector version
    
    * Delete publish-command.yml
    
    * added comment describing bash part
    
    * running single thread
    
    * catch sentry cli
    
    * auto-bump connector version
    
    * Update _variables.scss
    
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    Co-authored-by: Edmundo Ruiz Ghanem <168664+edmundito@users.noreply.github.com>
    3 people authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    e63458f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    72af00a View commit details
    Browse the repository at this point in the history
  10. Update connection update calls to use central utility to ensure conne…

    …ction update has all data (airbytehq#13564)
    
    * Update connection updates with build update utility
    * Add buildConnectionUpdate utility
    * Update components that update the connection to use utility when necessary
    
    * Use conection name when saving connection from replication view to prevent override from refreshed catalog
    
    * Improve connection check on ReplicationView onSubmit function
    edmundito authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    828efb6 View commit details
    Browse the repository at this point in the history
  11. Display connection state in connection setting page (airbytehq#13394)

    * Display Connection State in Setting page
    
    * memoize callback
    
    * rendering and confirmaton
    
    * setState API
    
    * Input validation
    
    * remove JSON step
    
    * rename apiMethod to `updateState`
    
    * test and adjust route
    
    * skip if sync is running
    
    * prevent state update when sync is running
    
    * code editor component
    
    * errors fixed
    
    * scss style
    
    * make linter happy
    
    * Back to monaco editor
    
    * Remove ability to edit state
    
    * Adjust FE code
    
    * Fix CSS problem
    
    * Update airbyte-webapp/src/locales/en.json
    
    Co-authored-by: Edmundo Ruiz Ghanem <168664+edmundito@users.noreply.github.com>
    
    * just use PRE to render state for now
    
    Co-authored-by: Tim Roes <tim@airbyte.io>
    Co-authored-by: Edmundo Ruiz Ghanem <168664+edmundito@users.noreply.github.com>
    3 people authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    e208d2c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e89846c View commit details
    Browse the repository at this point in the history
  13. Update airbyte-protocol.md (airbytehq#13892)

    * Update airbyte-protocol.md
    
    * Fix typo
    
    * Fix prose
    
    * Add protocol reviewers for protocol documentation
    
    * Remove duplicate
    jdpgrailsdev authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    abe3024 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    37b7470 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9c1fbea View commit details
    Browse the repository at this point in the history
  16. Do not hide unexpected errors in the check connection (airbytehq#13903)

    * Do not hide unexpected errors in the check connection
    
    * Fix test
    benmoriceau authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    74d16cc View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. Common code to deserialize a state message in the new format (airbyte…

    …hq#13772)
    
    * Common code to deserialize a state message in the new format
    
    * PR comments and type changed to typed
    
    * Format
    
    * Add StateType and StateWrapper objects to the model
    
    * Use state wrapper instead of Either
    
    * Switch to optional
    
    * PR comments
    
    * Support array legacy state
    
    * format
    
    Co-authored-by: Jimmy Ma <jimmy@airbyte.io>
    benmoriceau and gosusnp authored Jun 18, 2022
    Configuration menu
    Copy the full SHA
    5852989 View commit details
    Browse the repository at this point in the history
  2. 🐛 Source Amazon Seller Partner: handle start date for financial stream (

    airbytehq#13633)
    
    * start and end date for finacial stream should not be more than 180 days apart
    
    * improve unit tests
    
    * make changes to start date for finance stream
    
    * update tests
    
    * lint changes
    
    * update version to 0.2.22 for source-amazon-seller-partner
    ganpatagarwal authored Jun 18, 2022
    Configuration menu
    Copy the full SHA
    b338014 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Normalization: Fix incorrect jinja2 macro json_extract_array call (a…

    …irbytehq#13894)
    
    Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
    grubberr authored Jun 19, 2022
    Configuration menu
    Copy the full SHA
    49d181a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec8e5bc View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. 0.2.5 -> 0.2.6 (airbytehq#13924)

    Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
    grubberr authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    4b116f4 View commit details
    Browse the repository at this point in the history
  2. 13546 Fix integration tests source-postgres Mac OS (airbytehq#13872)

    * 13546 Fix integration tests source-postgres Mac OS
    suhomud authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    174f15d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc03fa4 View commit details
    Browse the repository at this point in the history
  4. Source MsSql : incr ver to include changes airbytehq#13854 (airbytehq…

    …#13887)
    
    * incr version
    
    * put PR id
    
    * docker ver
    DoNotPanicUA authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    8f602ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5783aa View commit details
    Browse the repository at this point in the history
  6. Deprecate PART_SIZE_MB in connectors using S3/GCS storage (airbytehq#…

    …13753)
    
    * Removed part_size from connectors that use StreamTransferManager
    
    * fixed S3DestinationConfigTest
    
    * fixed S3JsonlFormatConfigTest
    
    * upadate changelog and bump version
    
    * auto-bump connector version
    
    * auto-bump connector version
    
    * auto-bump connector version
    
    * auto-bump connector version
    
    * upadate changelog and bump version for Redshift and Snowflake destinations
    
    * auto-bump connector version
    
    * fix GCS staging test
    
    * fix GCS staging test
    
    * auto-bump connector version
    
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    VitaliiMaltsev and octavia-squidington-iii authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    c283d9d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    de05753 View commit details
    Browse the repository at this point in the history
  8. 🎉 New Source Dockerhub (airbytehq#13931)

    * init
    
    * implement working source + tests
    
    * add docs
    
    * add docs
    
    * fix bad comments
    
    * Update airbyte-integrations/connectors/source-dockerhub/acceptance-test-config.yml
    
    * Update airbyte-integrations/connectors/source-dockerhub/Dockerfile
    
    * Update airbyte-integrations/connectors/source-dockerhub/.dockerignore
    
    * Apply suggestions from code review
    
    * Update docs/integrations/sources/dockerhub.md
    
    * Update airbyte-integrations/connectors/source-dockerhub/integration_tests/acceptance.py
    
    Co-authored-by: George Claireaux <george@airbyte.io>
    
    * address @Phlair's feedback
    
    * address @Phlair's feedback
    
    * each record is now a Docker image rather than response page
    
    * format
    
    * fix unit tests
    
    * fix acceptance tests
    
    * add icon, definition and generate seed spec
    
    * add requests to requirements
    
    Co-authored-by: sw-yx <shawnthe1@gmail.com>
    Phlair and swyxio authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    30c5d2d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    efa6042 View commit details
    Browse the repository at this point in the history
  10. Bump Airbyte version from 0.39.20-alpha to 0.39.21-alpha (airbytehq#1…

    …3938)
    
    Co-authored-by: alafanechere <alafanechere@users.noreply.github.com>
    octavia-squidington-iii and alafanechere authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    689064e View commit details
    Browse the repository at this point in the history
  11. newaction (airbytehq#13942)

    Phlair authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    546d633 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b9f79cc View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. 🎉Source-mysql: aligned datatype test (airbytehq#13945)

    * [13607] source-mysql: aligned datatype tests for regular and CDC ways + added CHAR fix to CDC processing
    etsybaev authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    3933972 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a46686e View commit details
    Browse the repository at this point in the history
  3. 🐛 Source: Typeform - Update schema for Responses stream (airbytehq#13935

    )
    
    * Upd responses schema
    
    * Upd docs
    
    * auto-bump connector version
    
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    annalvova05 and octavia-squidington-iii authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    32b5ed7 View commit details
    Browse the repository at this point in the history
  4. 🪟 Updated email invitation flow that enables invited users to set nam…

    …e and create password (airbytehq#12788)
    
    * First pass accepting email link invitation
    * Update Auth service with signInWithEmailLink calls
    * Add AcceptEmailInvite component
    * Update FirebaseActionRoute to handle sign in mode
    * Rename ResetPasswordAction to FirebseActionRoute
    
    * Add create password setp to AcceptEmailInvite component
    
    * Remove continueURL from invite fetch
    
    * Update accept email invite for user to enter both email and password together
    
    * Set name during email link signup
    
    * Update AcceptEmailInvite to send name
    * Add updateName to UserService
    * Update AuthService to set name during sign up
    
    * Remove steps from AcceptEmailInvite component
    Remove setPassword from AuthService
    
    * Add header and title to accept invite page
    
    * Move invite error messages to en file
    
    * For invite link pages, show login link instead of sign up
    
    * Disable name update on sign in via email lnk
    
    * Resend email invite when the invite link is expired
    
    * Fix status message in accept email invite page
    
    * Re-enable set user's name during sign up email invite
    
    * Update signUpWithEmailLink so that sign up is successful even if we fail to update the user's name
    
    * Update comments on GoogleAuthService signInWithEmailLink
    
    * Add newsletter and accept terms checkboxes to accept email invite component
    * Extract signup form from signup page
    * Extract fields from signup form
    * Update accept email invite component to use field components from signup form
    * Ensure that sign up button is disable until form is valid and security checkbox is checked
    
    * Make error status text color in accept email link red
    
    * Update workspace check in DefaultView so that user lands in workspace selector when there are no workspaces
    
    * Add coment around continueUrl param usage in UserService
    
    * Remove usless default case in GoogleAuthService
    edmundito authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    de0cf89 View commit details
    Browse the repository at this point in the history
  5. Source Marketo: process fail during creation of an export job (airbyt…

    …ehq#13930)
    
    * airbytehq#9322 source Marketo: process fail during creation of an export job
    
    * airbytehq#9322 source marketo: upd changelog
    
    * airbytehq#9322 source marketo: fix unit test
    
    * airbytehq#9322 source marketo: fix SATs
    
    * auto-bump connector version
    
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    davydov-d and octavia-squidington-iii authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    e8a5c7f View commit details
    Browse the repository at this point in the history
  6. 🪟 🔧 Add eslint rules for CSS modules (airbytehq#13952)

    * add eslint-plugin-css-modules rules
    
    * Fixes:
    - turn on eslint css modules rule as error
    - remove unused styles
    
    * add warning message if styled components is used
    
    * Revert "add warning message if styled components is used"
    
    This reverts commit 4e92b8b.
    
    * replace rule severity with words
    dizel852 authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    73c1739 View commit details
    Browse the repository at this point in the history
  7. Update salesforce.md

    Fixed broken link
    Amruta-Ranade authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    c425764 View commit details
    Browse the repository at this point in the history
  8. 🪟 🔧 Add auto-fixable linting rules to webapp (airbytehq#13462)

    * Add new eslint rules that fit with our code style and downgrade rules to warn
    
    * allowExpressions in fragment eslint rule
    
    * Enable function-component-definition in eslint and fix styles
    
    * Cleanup lint file
    
    * Fix react/function-component-definition warnings manually
    
    * Add more auto-fixable rules and fix
    
    * Fix functions that require usless returns
    
    * Update array-type rule to array-simple
    
    * Fix eslint errors manually
    disable assignmentExpression for arrays in prefer-destructuring rule
    
    * Auto fix new linting issues after rebase
    edmundito authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    bb68bcd View commit details
    Browse the repository at this point in the history
  9. Enhance /publish to allow for multiple connectors and parallel execut…

    …ion (airbytehq#13864)
    
    * start
    
    * revert
    
    * azblob
    
    * bq
    
    * bq denorm
    
    * megapublish baaaabyyyy
    
    * fix needs
    
    * matrix connectors
    
    * auto-bump connector version
    
    * dont failfast and max parallel 5
    
    * multi runno
    
    * minor
    
    * testing matrix agents
    
    * name
    
    * testing multi agents
    
    * tmp fix
    
    * new multi agents
    
    * multi test
    
    * tryy
    
    * let's do this
    
    * magico
    
    * fix
    
    * label test
    
    * couple more connector bumps
    
    * temp
    
    * things
    
    * check this
    
    * lets gooo
    
    * more connectors
    
    * Delete TEMP-testing-command.yml
    
    * auto-bump connector version
    
    * added comment describing bash part
    
    * running single thread
    
    * catch sentry cli
    
    * auto-bump connector version
    
    * destinations
    
    * + snowflake
    
    * saved
    
    * auto-bump connector version
    
    * auto-bump connector version
    
    * java source bumps
    
    * auto-bump connector version
    
    * auto-bump connector version
    
    * auto-bump connector version
    
    * auto-bump connector version
    
    * auto-bump connector version
    
    * auto-bump connector version
    
    * auto-bump connector version
    
    * auto-bump connector version
    
    * auto-bump connector version
    
    * auto-bump connector version
    
    * auto-bump connector version
    
    * auto-bump connector version
    
    * auto-bump connector version
    
    * auto-bump connector version
    
    * auto-bump connector version
    
    * auto-bump connector version
    
    * auto-bump connector version
    
    * auto-bump connector version
    
    * auto-bump connector version
    
    * remove twice-defined methods
    
    * label things
    
    * revert action
    
    * using the new test action
    
    * point at action
    
    * wrong tag on action
    
    * update pool label
    
    * update to use new ec2-github-runner fork
    
    * this needs to be more generic than publisher
    
    * change publish to run on pool
    
    * add comment about runner-pool usage
    
    * updated publish command docs for multi & parallel connector runs
    
    * auto-bump connector version
    
    * auto-bump connector version
    
    * auto-bump connector version
    
    * unbump failed publish versions
    
    * missed dockerfiles
    
    * remove failed docs
    
    * mssql fix
    
    * overhauled the git comment output
    
    * bumping a test connector that should work
    
    * slight order switcheroo
    
    * output connectors properly in first message
    
    * auto-bump connector version
    
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    Phlair and octavia-squidington-iii authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    e7dae06 View commit details
    Browse the repository at this point in the history
  10. Bump Airbyte version from 0.39.21-alpha to 0.39.22-alpha (airbytehq#1…

    …3979)
    
    Co-authored-by: Phlair <Phlair@users.noreply.github.com>
    octavia-squidington-iii and Phlair authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    5105c00 View commit details
    Browse the repository at this point in the history
  11. Parker/temporal cloud (airbytehq#13243)

    * switch to temporal cloud client for now
    
    * format
    
    * use client cert/key env secret instead of path to secret
    
    * add TODO comments
    
    * format
    
    * add logging to debug timeout issue
    
    * add more logging
    
    * change workflow task timeout
    
    * PR feedback: consolidate as much as possible, add missing javadoc
    
    * fix acceptance test, needs to specify localhost
    
    * add internal-use only comments
    
    * format
    
    * refactor to clean up TemporalClient and prepare it for future dependency injection framework
    
    * remove extraneous log statements
    
    * PR feedback
    
    * fix test
    
    * return isInitialized true in test
    pmossman authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    9403c28 View commit details
    Browse the repository at this point in the history
  12. 📄 Postgres source: fix CDC setup order in docs (airbytehq#13949)

    * postgres source: fix CDC setup order docs
    
    * Update docs/integrations/sources/postgres.md
    
    Co-authored-by: Liren Tu <tuliren@gmail.com>
    adam-bloom and tuliren authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    a14fbda View commit details
    Browse the repository at this point in the history
  13. Per-stream state support for Postgres source (airbytehq#13609)

    * WIP Per-stream state support for Postgres source
    
    * Fix failing test
    
    * Improve code coverage
    
    * Make global the default state manager
    
    * Add legacy adapter state manager
    
    * Formatting
    
    * Include legacy state for backwards compatibility
    
    * Add global state manager
    
    * Implement Global/CDC state handling
    
    * Fix test issues
    
    * Fix issue with updated method signature
    
    * Handle empty state case in global state manager
    
    * Adjust to protocol changes
    
    * Fix failing acceptance tests
    
    * Fix failing test
    
    * Fix unmodifiable list issue
    
    * Fix unmodifiable exception
    
    * PR feedback
    
    * Abstract global state manager selection
    
    * Handle conversion between different state types
    
    * Handle invalid conversion
    
    * Rename parameter
    
    * Refactor state manager creation
    
    * Fix failing tests
    
    * Fix failing integration tests
    
    * Add CDC test
    
    * Fix failing integration test
    
    * Revert change
    
    * Fix failing integration test
    
    * Use per-stream for postgres tests
    
    * Formatting
    
    * Correct stream descriptor validation
    
    * Correct permalink
    
    * PR feedback
    jdpgrailsdev authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    6ca4017 View commit details
    Browse the repository at this point in the history
  14. Bump Airbyte version from 0.39.22-alpha to 0.39.23-alpha (airbytehq#1…

    …3984)
    
    Co-authored-by: pmossman <pmossman@users.noreply.github.com>
    octavia-squidington-iii and pmossman authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    8c96a5e View commit details
    Browse the repository at this point in the history
  15. Adds test for new workflow (airbytehq#13986)

    * Adds test for new workflow
    
    * Adds airbyte repo
    
    * remove testing line
    supertopher authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    7acf0c5 View commit details
    Browse the repository at this point in the history
  16. Add new InterpolatedRequestOptionsProvider that encapsulates all vari…

    …ations of request arguments (airbytehq#13472)
    
    * write out new request options provider and refactor components and parts of the YAML config
    
    * fix formatting
    
    * pr feedback to consolidate body_data_provider to simplify the code
    
    * pr feedback get rid of extraneous optional
    brianjlai authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    be01b47 View commit details
    Browse the repository at this point in the history
  17. publish oss for cloud (airbytehq#13978)

    workflow to publish oss artifacts that cloud needs to build against
    use docker buildx to create arm images for local development
    git-phu authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    bcc20b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    7cd02b0 View commit details
    Browse the repository at this point in the history
  2. 🎉 Source Github: break point added for workflows_runs stream (airbyte…

    …hq#13926)
    
    Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
    grubberr authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    f69a78c View commit details
    Browse the repository at this point in the history
  3. 6339: error when attempting to use azure sql database within an elast…

    …ic pool as source for cdc based replication (airbytehq#13866)
    
    * 6339: debug info
    
    * 6339: not using 'USE' on Azure SQL servers
    
    * 6339: cleanup
    
    * 6339: cleanup2
    
    * 6339: cleanup3
    
    * 6339: versions/changelogs updated
    
    * 6339: merge from master (consolidation issue)
    
    * 6339: dev connector version (for testing in airbyte cloud)
    
    * 6339: code review implementation
    
    * 6339: apply formatting
    kimerinn authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    0d870bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd2d5d0 View commit details
    Browse the repository at this point in the history
  5. 12708: Add an option to use encryption with staging in Redshift Desti…

    …nation (airbytehq#13675)
    
    * 12708: Add an option to use encryption with staging in Redshift Destination
    
    * 12708: docs/docker configs updated
    
    * 12708: merge with master
    
    * 12708: merge fix
    
    * 12708: code review implementation
    
    * 12708: fix for older configs
    
    * 12708: fix for older configs in check
    
    * 12708: merge from master (consolidation issue)
    
    * 12708: versions updated
    kimerinn authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    aa28d44 View commit details
    Browse the repository at this point in the history
  6. 🎉 New Source: Webflow (airbytehq#13617)

    * Added webflow code
    
    * Updated readme
    
    * Updated README
    
    * Added webflow to source_definitions.yaml
    
    * Enhanced documentation for the Webflow source connector
    
    * Improved webflow source connector instructions
    
    * Moved Site ID to before API token in Spec.yaml (for presentation in the UI)
    
    * Addressed comments in PR.
    
    * Changes to address requests in PR review
    
    * Removed version from config
    
    * Minor udpate to spec.yaml for clarity
    
    * Updated to pass the accept-version as a constant rather than parameter
    
    * Updated check_connection to hit the collections API that requires both site id and the authentication token.
    
    * Fixed the test_check_connection to use the new check_connection function
    
    * Added a streams test for generate_streams
    
    * Re-named "autentication" object to "auth" to be more consistent with the way it is created by the CDK
    
    * Added in an explict line to instantiante an "auth" object from WebflowTokenAuthenticator, to make it easier to describe in the blog
    
    * Fixed a typo in a comment
    
    * Renamed some classes to be more intuitive
    
    * Renamed class to be more intuitive
    
    * Minor change to an internal method name
    
    * Made _get_collection_name_to_id_dict staticmethod
    
    * Fixed a unit-test error that only appeared when running " python -m pytest -s unit_tests".
    This was caused by Mocked settings from test_source.py leaking into test_streams.py
    
    * format: add double quotes and remove unused import
    
    * readme: remove semantic version naming of connector in build commands
    
    * Updated spec.yaml
    
    * auto-bump connector version
    
    * format files
    
    * add changelog
    
    * update dockerfile
    
    * auto-bump connector version
    
    Co-authored-by: sajarin <sajarindider@gmail.com>
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
    4 people authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    e4d3d60 View commit details
    Browse the repository at this point in the history
  7. Source-oracle: fixed tests + checkstyle (airbytehq#13997)

    * Source-oracle: fixed tests + checkstyle
    etsybaev authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    eedb740 View commit details
    Browse the repository at this point in the history
  8. 🐛Destination-mysql: fixed integration test and build process (airbyte…

    …hq#13302)
    
    * [13180] destination-mysql: fixed integration test
    etsybaev authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    e9f67ba View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0160da7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fb6ddc4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    24d7fa8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3a179a8 View commit details
    Browse the repository at this point in the history
  13. Revert "6339: error when attempting to use azure sql database within …

    …an elastic pool as source for cdc based replication (airbytehq#13866)" (airbytehq#14011)
    
    This reverts commit 0d870bd.
    kimerinn authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    1b28dce View commit details
    Browse the repository at this point in the history
  14. [low-code connectors] BasicHttpAuthenticator (airbytehq#13733)

    * implement basichttpauthenticator
    
    * add optional refresh access token authenticator
    
    * remove prints
    
    * type hints
    
    * Fix and unit test
    
    * missing test
    
    * Add class to __init__ file
    
    * Add comment
    girarda authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    94abef3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f483396 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1e31474 View commit details
    Browse the repository at this point in the history
  17. Prepare release of JDBC connectors (airbytehq#13987)

    * Prepare release of JDBC connectors
    
    * Update source definitions manually
    jdpgrailsdev authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    df759b3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2cbee5a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    52d6e8d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ff1a1aa View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    799089f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    48baf99 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    bbb340f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5689483 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2378b87 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    595b559 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    cbae47b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    cb90d7b View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Fix per stream state protocol backward compatibility (airbytehq#14032)

    * rename state type field to fix backwards compatibility issue
    
    * replace usages of stateType with type
    lmossman authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    c6d83b3 View commit details
    Browse the repository at this point in the history
  2. support semi incremental by adding extractor record filter (airbytehq…

    …#13520)
    
    * support semi incremental by adding extractor record filter
    
    * refactor extractor into a record_selector that supports extraction and filtering of response records
    brianjlai authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    a612248 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7121364 View commit details
    Browse the repository at this point in the history
  4. add EdDSA support in SSH tunnel (airbytehq#9494)

    * add EdDSA support
    
    * verify EdDSA support works correct
    
    Co-authored-by: Yurii Bidiuk <yura.bidyuk@gmail.com>
    edgao and yurii-bidiuk authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    67a9f06 View commit details
    Browse the repository at this point in the history
  5. 🎉New source connector: source-metabase (airbytehq#13752)

    * Add docs
    
    * Close metabase session when sync finishes
    
    * Close session in check_connection
    
    * Add source definition to seed
    
    * Add icon
    ChristopheDuong authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    1498ce9 View commit details
    Browse the repository at this point in the history
  6. improve cdc check for connectors (airbytehq#14005)

    * improve should use cdc check
    
    * Revert "improve should use cdc check"
    
    This reverts commit 7d01727.
    
    * improve should use cdc check
    
    * add unit test
    subodh1810 authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    62cf441 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24cc5c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7c8d958 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    763e9ca View commit details
    Browse the repository at this point in the history
  10. Remove legacy sentry code from cdk (airbytehq#14016)

    * rip sentry out of cdk
    
    * remove sentry dsn from gsc
    Phlair authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    4d279f8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    64950df View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7f98212 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e348d01 View commit details
    Browse the repository at this point in the history
  14. 🪟Persist unsaved changes on schema refresh (airbytehq#13895)

    * add form values tracker context
    
    * add clarifying comment
    
    * add same functionality to create connection
    
    * Update airbyte-webapp/src/components/CreateConnectionContent/CreateConnectionContent.tsx
    
    Co-authored-by: Edmundo Ruiz Ghanem <168664+edmundito@users.noreply.github.com>
    
    Co-authored-by: Edmundo Ruiz Ghanem <168664+edmundito@users.noreply.github.com>
    teallarson and edmundito authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    a9f216c View commit details
    Browse the repository at this point in the history
  15. Fixes broken links so we can deploy again (airbytehq#14075)

    also adds better error message for when this happens to others
    supertopher authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    2a28509 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d4574c5 View commit details
    Browse the repository at this point in the history
  17. Added webflow icon (airbytehq#14069)

    * Added webflow icon
    
    * Added icon
    alexander-marquardt authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    2ebafe1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    964e6b0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7acbcfb View commit details
    Browse the repository at this point in the history
  20. Added Buy Credits section to Managing Airbyte Cloud (airbytehq#13905)

    * Added Buy Credits section to Managing Airbyte Cloud
    
    * Made some style changes
    
    * Made edits based on Natalie's suggestions
    
    * Deleted link
    
    * Deleted line
    
    * Edited email address
    
    * Updated reaching out to sales sentence
    sophia-wiley authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    c846cc0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b84d632 View commit details
    Browse the repository at this point in the history
  22. Release source connectors (airbytehq#14077)

    * Release source connectors
    
    * Fix issue with database connection in test
    
    * Fix failing tests due to authentication
    
    * auto-bump connector version
    
    * auto-bump connector version
    
    * auto-bump connector version
    
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    jdpgrailsdev and octavia-squidington-iii authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    9695212 View commit details
    Browse the repository at this point in the history
  23. Bump Airbyte version from 0.39.23-alpha to 0.39.24-alpha (airbytehq#1…

    …4094)
    
    Co-authored-by: jdpgrailsdev <jdpgrailsdev@users.noreply.github.com>
    octavia-squidington-iii and jdpgrailsdev authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    d5cca80 View commit details
    Browse the repository at this point in the history
  24. Emit the state to remove in the airbyte empty source (airbytehq#13725)

    What
    This PR updates the EmptyAirbyteSource in order to perform a partial update and handle the new state message format.
    
    How
    The empty will now emit different messages based on the type of state being provided:
    
    Per stream: it will emit one message per stream that have been reset
    Global: It will emit one global message that will contain null for the stream that have been reset including the shared state
    Co-authored-by: Jimmy Ma <jimmy@airbyte.io>
    benmoriceau authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    7f11c91 View commit details
    Browse the repository at this point in the history
  25. Add StatePersistence object (airbytehq#13900)

    Add a StatePersistence object that supports Read/Writes of States to the DB with StreamDescriptor fields
    
    The only migrations that is supported are
    * moving from LEGACY to GLOBAL
    * moving from LEGACY to STREAM
    * All other state type migrations are expected to go through an explicit reset beforehand.
    gosusnp authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    f3c54b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. secret-persistence: Hashicorp Vault Secret Store (airbytehq#13616)

    Co-authored-by: Amanda Murphy <amanda.murphy@heapanalytics.com>
    Co-authored-by: Benoit Moriceau <benoit@airbyte.io>
    3 people authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    007e7b5 View commit details
    Browse the repository at this point in the history
  2. 🐛 Source Hubspot: remove AirbyteSentry dependency (airbytehq#14102)

    * fixed
    
    * updated changelog
    
    * auto-bump connector version
    
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    bazarnov and octavia-squidington-iii authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    21b43f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    273fcaa View commit details
    Browse the repository at this point in the history
  4. Source Hubspot: extend error logging (airbytehq#14054)

    * airbytehq#291 incall - source Hubspot: extend error logging
    
    * huspot: upd changelog
    
    * auto-bump connector version
    
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    davydov-d and octavia-squidington-iii authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    41e88a8 View commit details
    Browse the repository at this point in the history
  5. Update webflow.md (airbytehq#14083)

    * Update webflow.md
    
    Removed a description that is only applicable to people that are writing connector code, not to _users_ of the connector.
    
    * Update webflow.md
    
    * Update webflow.md
    
    * Update webflow.md
    
    * Update webflow.md
    alexander-marquardt authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    4b340c4 View commit details
    Browse the repository at this point in the history
  6. 12708: Add an option to use encryption with staging in Redshift Desti… (

    airbytehq#14013)
    
    * 12708: Add an option to use encryption with staging in Redshift Destination (airbytehq#13675)
    
    * 12708: Add an option to use encryption with staging in Redshift Destination
    
    * 12708: docs/docker configs updated
    
    * 12708: merge with master
    
    * 12708: merge fix
    
    * 12708: code review implementation
    
    * 12708: fix for older configs
    
    * 12708: fix for older configs in check
    
    * 12708: merge from master (consolidation issue)
    
    * 12708: versions updated
    
    * 12708: specs updated
    
    * 12708: specs updated
    
    * 12708: removing autogenerated files from PR
    
    * 12708: changelog updated
    
    * auto-bump connector version
    
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    kimerinn and octavia-squidington-iii authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    6ca0e53 View commit details
    Browse the repository at this point in the history
  7. Source PayPal Transaction: Update Transaction Schema (airbytehq#13682)

    * Update transaction schema.
    * Transform money values from strings to floats or integers.
    
    Co-authored-by: nataly <nataly@airbyte.io>
    Co-authored-by: Augustin <augustin.lafanechere@gmail.com>
    3 people authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    c8d58e8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e706e02 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4c6d518 View commit details
    Browse the repository at this point in the history
  10. 🐛 Destination Redshift: Improved discovery for redshift-destination n…

    …ot SUPER streams (airbytehq#13690)
    
    airbyte-12843: Improved discovery for redshift-destination not SUPER tables, excluded views from discovery.
    alexandertsukanov authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    01a366c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    40b43ad View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    542ea71 View commit details
    Browse the repository at this point in the history
  13. Remove "additionalProperties": false from specs for connectors with s…

    …taging (airbytehq#14114)
    
    * Remove "additionalProperties": false from spec for connectors with staging
    
    * Remove "additionalProperties": false from spec for Redshift destination
    
    * bump versions
    
    * auto-bump connector version
    
    * auto-bump connector version
    
    * auto-bump connector version
    
    * auto-bump connector version
    
    * auto-bump connector version
    
    * auto-bump connector version
    
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    VitaliiMaltsev and octavia-squidington-iii authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    11ea066 View commit details
    Browse the repository at this point in the history
  14. [14003] source-oracle: added custom jdbc field (airbytehq#14092)

    * [14003] source-oracle: added custom jdbc field
    etsybaev authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    cc2b82c View commit details
    Browse the repository at this point in the history
  15. Add JobErrorReporter for sending sync job connector failures to Sentry (

    airbytehq#13899)
    
    * skeleton for reporting connector errors to sentry
    
    * report on job failures instead of attempt failures
    
    * report sync job failures with relevant metadata using JobErrorReporter
    
    * send stack traces from python connectors to sentry
    
    * test JobCreationAndStatusUpdate and JobErrorReporter
    
    * logs
    
    * refactor into helper, initial tests
    
    * using sentry
    
    * run format
    
    * load reporting client from env
    
    * load sentry dsn from env
    
    * send java stack traces to sentry
    
    * test sentryclient, refactor to use Hub instance
    
    * ErrorReportingClient.report -> .reportJobFailureReason
    
    * inject exception helper, test stack trace parse error tagging
    
    * rm logs
    
    * more stack trace tests
    
    * remove logs
    
    * fix failing tests
    
    * rename ErrorReportingClient to JobErrorReportingClient
    
    * rename vars in docker-compose
    
    * Return an Optional instead of null when parsing stack traces
    
    * dont remove airbyte prefix when setting release name
    
    * from_trace_message static
    
    * remove failureSummary from jobfailure input, get from Job
    
    * send stacktrace string if we weren't able to parse
    
    * set deployment mode tag
    
    * update .env
    
    * just log if something goes wrong
    pedroslopez authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    d6d32b3 View commit details
    Browse the repository at this point in the history
  16. Use StateMessageHelper in source (airbytehq#14125)

    * Use StateMessageHelper in source
    
    * PR feedback and formatting
    
    * More PR feedback
    
    * Revert change
    
    * Revert changes
    jdpgrailsdev authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    703ea07 View commit details
    Browse the repository at this point in the history
  17. Bump Airbyte version from 0.39.24-alpha to 0.39.25-alpha (airbytehq#1…

    …4124)
    
    Co-authored-by: brianjlai <brianjlai@users.noreply.github.com>
    octavia-squidington-iii and brianjlai authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    4313a22 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. Refactor acceptance tests and utils (airbytehq#13950)

    * Refactor Basic acceptance tests and utils
    
    * Refactor Advanced acceptance tests and utils
    
    * Remove unused code
    
    * Clear destination db data during cleanup
    
    * Cleanup comments
    
    * cleanup init code
    
    * test creating new desintation db for each test
    
    * cleanup desintation db init
    
    * Allow to edit api client
    
    * pull in temporal cloud changes
    
    * Rename helper to harness; set some funcs to private; turn init into constructor
    
    * add func to set env vars instead of using static vars and move some functionality out of init into acceptance tests
    
    * update javadoc
    
    Co-authored-by: Davin Chia <davinchia@gmail.com>
    
    * fix javadoc formatting
    
    * fix var naming
    
    Co-authored-by: Davin Chia <davinchia@gmail.com>
    terencecho and davinchia authored Jun 25, 2022
    Configuration menu
    Copy the full SHA
    77423b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Bump Airbyte version from 0.39.25-alpha to 0.39.26-alpha (airbytehq#1…

    …4141)
    
    Co-authored-by: terencecho <terencecho@users.noreply.github.com>
    octavia-squidington-iii and terencecho authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    581607c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a891302 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7cce38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5ea9ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ce1ee9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9828246 View commit details
    Browse the repository at this point in the history
  7. Source Twilio: adopt best practices (airbytehq#14000)

    * airbytehq#1946 Source twilio: aopt best practices - tune tests
    
    * airbytehq#1946 add expected_records to acceptance-test-config.yml
    
    * airbytehq#1946 source twilio - upd schema and changelog
    
    * airbytehq#1946 fix expected_records
    
    * airbytehq#1946 source twilio: rm alerts from expected records as they expire in 30 days
    
    * airbytehq#1946 source twilio: bump version
    davydov-d authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    501a1c3 View commit details
    Browse the repository at this point in the history
  8. 🎉 Source BingAds: expose hourly/daily/weekly/monthly options from con…

    …figuration (airbytehq#13801)
    
    * airbytehq#12489 - expose hourly/daily/weekly/monthly reports in discovery by default instead of in the connector's configuration settings
    
    removed:  config settings for hourly/daily/weekly/monthly reports
    added:    default value for all periodic reports to True
    
    * airbytehq#12489 - expose hourly/daily/weekly/monthly reports in discovery by default instead of in the connector's configuration settings
    
    removed:  unused class variables, if-statement
    
    * airbytehq#12489 - expose hourly/daily/weekly/monthly reports in discovery by default instead of in the connector's configuration settings
    
    removed:  unused variables from config
    
    * auto-bump connector version
    
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    drrest and octavia-squidington-iii authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    d19cbef View commit details
    Browse the repository at this point in the history
  9. remove VersionMismatchServer (airbytehq#14076)

    * remove VersionMismatchServer
    
    * remove VersionMismatchServerTest
    
    * revert intended changes
    marcosmarxm authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    070b80f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    93181da View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5c8969f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    626e115 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4bf1ab1 View commit details
    Browse the repository at this point in the history
  14. 🎉 Base Norrmalization: clean-up Redshift tmp_schemas after SAT (air…

    …bytehq#14015)
    
    Now after `base-normalization` SAT the Destination Redshift will be automatically cleaned up from test leftovers. Other destinations are not covered yet.
    bazarnov authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    062b12f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c113f24 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1d5ff44 View commit details
    Browse the repository at this point in the history
  17. 🎉 Introduce Google Analytics Data API source (airbytehq#12701)

    * Introduce Google Analytics Data API source
    
    https://developers.google.com/analytics/devguides/reporting/data/v1
    
    * Add Google Analytics Data API source PR link
    
    * Add `client` class for Google Analytics Data API
    
    * Move dimensions and metrics extraction to the `client` class
    
    In the Google Analytics Data API
    
    * Change the copyright date to 2022 in Google Analytics Data API
    
    * fix: removing incremental syncs
    
    * fix: change project_id to string
    
    * fix: flake check is failing
    
    * chore: added it to source definitions
    
    * chore: update seed file
    
    Co-authored-by: Harshith Mullapudi <harshithmullapudi@gmail.com>
    mohamagdy and harshithmullapudi authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    a6bb6e0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    16d99b9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f918d32 View commit details
    Browse the repository at this point in the history
  20. Fix StatePersistence Legacy read/write (airbytehq#14129)

    StatePersistence will wrap/unwrap legacy state on write/read to ensure
    compatibility with the old behavior/data.
    gosusnp authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    a0f5655 View commit details
    Browse the repository at this point in the history
  21. 🎉 Destination connectors: Improved "SecondSync" checks in Standard D…

    …estination Acceptance tests (airbytehq#14184)
    
    * [11731] Improved "SecondSync" checks in Standard Destination Acceptance tests
    etsybaev authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    26a35af View commit details
    Browse the repository at this point in the history
  22. 🐛 Source Zendesk Support: fixed "Retry-After" non integer value (airb…

    …ytehq#14112)
    
    Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
    grubberr authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    76e50fd View commit details
    Browse the repository at this point in the history
  23. Source Tiktok Marketing: Videometrics (airbytehq#13650)

    * added video metrics in streams.py
    
    * common metrics list updated.
    
    * updated streams.py with extended metrics required.
    
    * updated stream_test
    
    * updated configured_catalog
    
    * video metrics required list updated.
    
    * chore: formatting
    
    * chore: bump version in source definitions
    
    * chore: update seed file
    
    Co-authored-by: Harshith Mullapudi <harshithmullapudi@gmail.com>
    Zawar92 and harshithmullapudi authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    5f4dacc View commit details
    Browse the repository at this point in the history
  24. 🎉 Source Github: secondary rate limits has to retry (airbytehq#13955)

    Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
    grubberr authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    7a15f2d View commit details
    Browse the repository at this point in the history
  25. Harshith/test pr 13118 (airbytehq#14192)

    * Firebolt destination
    
    * feat: Write method dropdown
    
    * feat: Use future-proof Auth in SDK
    
    * refactor: Move writer instantiation
    
    * fix: tests are failing
    
    * fix: tests are failing
    
    * fix: tests are failing
    
    * chore: added connector to definitions
    
    * fix: formatting and spec
    
    * fix: formatting for orbit
    
    Co-authored-by: ptiurin <petro.tiurin@firebolt.io>
    harshithmullapudi and ptiurin authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    9c28951 View commit details
    Browse the repository at this point in the history
  26. 🪟 🎨 Show credit usage on chart's specific day (airbytehq#13503)

    * add tooltip to chart
    
    * Fixes:
    - update main chart color;
    - change onHover background color
    
    * change chart color pallet to grey 500
    
    * update color reference
    
    * remove opacity from UsageCell
    dizel852 authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    7565524 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    79f7d06 View commit details
    Browse the repository at this point in the history
  28. Improve documentation for Postgres Source (airbytehq#13830)

    * Improve documentation for Postgres Source
     * add information about additional JDBC params
     * add anchors for doc sections
     * fix link to CDC on Bare Metal
     * add more details about parsing date/time values
     * add doc link to SSH fields
    grishick authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    8ebd5a0 View commit details
    Browse the repository at this point in the history
  29. Handle null reset source config (airbytehq#14202)

    * handle null reset source config
    
    * format
    lmossman authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    11d4cc7 View commit details
    Browse the repository at this point in the history
  30. Wait indefinitely if connection is not active (airbytehq#14200)

    * also wait indefinitely if connection is deleted
    
    * fix test
    lmossman authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    dde7d1b View commit details
    Browse the repository at this point in the history
  31. Bump Airbyte version from 0.39.26-alpha to 0.39.27-alpha (airbytehq#1…

    …4204)
    
    Co-authored-by: lmossman <lmossman@users.noreply.github.com>
    octavia-squidington-iii and lmossman authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    abb361f View commit details
    Browse the repository at this point in the history
  32. Bmoric/feature flag for state deserialization (airbytehq#14127)

    * Add Feature flag
    
    * Add default feature flag value
    
    * Update test
    
    * remove unsused
    
    * tmp
    
    * Update tests
    
    * rm unwanted change
    
    * PR comments
    benmoriceau authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    6ead732 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. [low-code connectors] default types and default values (airbytehq#14004)

    * default types and default values
    
    * cleanup
    
    * fixes so read works
    
    * remove prints and trycatch
    
    * comment
    
    * remove unused param
    
    * split file
    
    * extract method
    
    * extract methods
    
    * comment
    
    * optional
    
    * fix test
    
    * cleanup
    
    * delete interpolated request header provider
    
    * simplify next page url paginator interface
    
    * comment
    
    * format
    girarda authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    85449c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96d021c View commit details
    Browse the repository at this point in the history
  3. Bump Airbyte version from 0.39.27-alpha to 0.39.28-alpha (airbytehq#1…

    …4210)
    
    Co-authored-by: sherifnada <sherifnada@users.noreply.github.com>
    octavia-squidington-iii and sherifnada authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    cc9a3af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0717d9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    757c797 View commit details
    Browse the repository at this point in the history
  6. [docs] fix numbering and incorrect filename in CDK docs (airbytehq#13045

    )
    
    * [docs] fix numbering in CDK docs
    
    * Update 5-declare-schema.md
    
    * Update 5-declare-schema.md
    
    * Update 6-read-data.md
    
    * Update 8-test-your-connector.md
    swyxio authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    d9d06d2 View commit details
    Browse the repository at this point in the history
  7. Remove the old scheduler from HelmCharts helper (airbytehq#14187)

    * Remove the old scheduler from HelmCharts helper
    
    The old scheduler was removed as part of airbytehq#13400
    
    * Remove legacy `scheduler` comment in HelmCharts
    mohamagdy authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    f5843b0 View commit details
    Browse the repository at this point in the history
  8. Source Gitlab: add GroupIssueBoards stream (airbytehq#13252)

    * GitLab Source: add GroupIssueBoards stream
    
    * Address stream schema comments
    
    * Address comments
    
    * Bump version
    
    * Add as empty stream
    cjwooo authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    06d588b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c8fc578 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a82c01b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    26a33df View commit details
    Browse the repository at this point in the history
  12. 🎉 Source Github: use GraphQL for reviews stream (airbytehq#13989)

    Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
    grubberr authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    4072d46 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    adc04a2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d2e9a79 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d3b1d15 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    45446de View commit details
    Browse the repository at this point in the history
  17. Source Zendesk Chat: Process large amount of data in batches for incr…

    …emental (airbytehq#14214)
    
    * increased the limit of itens in request
    
    * Configuration for max api pages on requests
    
    * included api_pagination_limit in sample
    
    * included api_pagination_limit in invalid_config
    
    * creating new table for chat_session
    
    * reverted api_pagination_limit approach
    
    * removed api_pagination_limit from TimeIncrementalStream
    
    * correct chat json
    
    * bump connector version
    
    * add changelog
    
    * run format
    
    * auto-bump connector version
    
    Co-authored-by: Roberto Bonnet <robertojuarezwp@gmail.com>
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    3 people authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    4a51c89 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4fa2bf3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ca7b92f View commit details
    Browse the repository at this point in the history
  20. Change the persistence activity to use the new persistence layer (air…

    …bytehq#14205)
    
    * Change the persistence activity to use the new persistence layer
    
    * Use lombok
    
    * format
    
    * Use new State message helper
    benmoriceau authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    d0b9de1 View commit details
    Browse the repository at this point in the history
  21. Fix build (airbytehq#14225)

    * Fix build
    
    * Fix test
    benmoriceau authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    09798a1 View commit details
    Browse the repository at this point in the history
  22. Use new state persistence for state reads (airbytehq#14126)

    * Inject StatePersistence into DefaultJobCreator
    * Read the state from StatePersistence instead of ConfigRepository
    * Add a conversion helper to convert StateWrapper to State
    * Remove unused ConfigRepository.getConnectionState
    gosusnp authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    34ed33b View commit details
    Browse the repository at this point in the history
  23. Temporal per stream resets (airbytehq#13990)

    * remove reset flags from workflow state + refactor
    
    * bring back cancelledForReset, since we need to distinguish between that case and a normal cancel
    
    * delete reset job streams on cancel or success
    
    * extract isResetJob to method
    
    * merge with master
    
    * set sync modes on streams in reset job correctly
    
    * format
    
    * Add test for getAllStreamsForConnection
    
    * fix tests
    
    * update more tests
    
    * add StreamResetActivityTests
    
    * fix tests for default job creator
    
    * remove outdated comment
    
    * remove debug lines
    
    * remove unused enum value
    
    * fix tests
    
    * fix constant equals ordering
    
    * make job mock not static
    
    * DRY and add comments
    
    * add comment about deleted streams
    
    * Remove io.airbyte.config.StreamDescriptor
    
    * regisster stream reset activity impl
    
    * refetch connection workflow when checking job id, since it may have been restarted
    
    * only cancel if workflow is running, to allow reset signal to always succeed even if batched with a workflow start
    
    * fix reset signal to use new doneWaiting workflow state prop
    
    * try to fix tests
    
    * fix reset cancel case
    
    * add acceptance test for resetting while sync is running
    
    * format
    
    * fix new acceptance test
    
    * lower sleep on test
    
    * raise sleep
    
    * increase sleep and timeout, and remove repeated test
    
    * use CatalogHelpers to extract stream descriptors
    
    * raise sleep and timeout to prevent transient failures
    
    * format
    
    Co-authored-by: alovew <anne@airbyte.io>
    lmossman and alovew authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    924bab4 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Configuration menu
    Copy the full SHA
    e2e5ff4 View commit details
    Browse the repository at this point in the history