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

Shrodingers/destination databricks dbt #1

Merged
merged 499 commits into from
Jul 6, 2022
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 17, 2022

  1. Configuration menu
    Copy the full SHA
    72af00a View commit details
    Browse the repository at this point in the history
  2. 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
  3. 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
  4. Configuration menu
    Copy the full SHA
    e89846c View commit details
    Browse the repository at this point in the history
  5. 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
  6. Configuration menu
    Copy the full SHA
    37b7470 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c1fbea View commit details
    Browse the repository at this point in the history
  8. 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. fix PostgresJdbcSourceAcceptanceTest by activating the feature flag (a…

    …irbytehq#14240)
    
    * fix PostgresJdbcSourceAcceptanceTest by activating the feature flag
    
    * fix AbstractJdbcSourceAcceptanceTest as well
    
    * fix expected_spec for strict encrypt
    subodh1810 authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    bf054a1 View commit details
    Browse the repository at this point in the history
  2. [13539] Fix integration tests source-clickhouse Mac OS (airbytehq#14201)

    * [13539] Fix integration tests source-clickhouse Mac OS
    fixed unit tests
    
    * [13524] Fix integration tests destination-clickhouse Mac OS
    fixed unit tests
    alexandr-shegeda authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    0a6a630 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#14121)
    
    * 6339: implementation
    
    * 6339: changelog updated
    
    * 6339: definitions updated
    
    * 6339: definitions reverted
    
    * 6339: still struggling with publishing
    
    * auto-bump connector version
    
    * 6339: definitions reverted - correct
    
    * auto-bump connector version
    
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    kimerinn and octavia-squidington-iii authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    a147b6f View commit details
    Browse the repository at this point in the history
  4. 🪟 🎨 Update favicon and table row image styles (airbytehq#14020)

    * style changes to favicon and imageblock
    
    * fix import
    
    * revert component and props names to block
    
    * Update airbyte-webapp/src/components/ImageBlock/ImageBlock.tsx
    
    Co-authored-by: Edmundo Ruiz Ghanem <168664+edmundito@users.noreply.github.com>
    
    * Update airbyte-webapp/src/components/ImageBlock/ImageBlock.module.scss
    
    Co-authored-by: Vladimir <volodymyr.s.petrov@globallogic.com>
    
    * Update airbyte-webapp/src/components/ImageBlock/ImageBlock.tsx
    
    Co-authored-by: Edmundo Ruiz Ghanem <168664+edmundito@users.noreply.github.com>
    
    * Update airbyte-webapp/src/components/ImageBlock/ImageBlock.module.scss
    
    Co-authored-by: Vladimir <volodymyr.s.petrov@globallogic.com>
    
    * add storybook
    
    Co-authored-by: Edmundo Ruiz Ghanem <168664+edmundito@users.noreply.github.com>
    Co-authored-by: Vladimir <volodymyr.s.petrov@globallogic.com>
    3 people authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    5f9a208 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62017d5 View commit details
    Browse the repository at this point in the history
  6. implement logic to trigger snapshot of new tables via debezium (airby…

    …tehq#13994)
    
    * implement logic to trigger snapshot of new tables via debezium
    
    * format
    
    * improve test condition
    
    * fix build
    subodh1810 authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    92550cb View commit details
    Browse the repository at this point in the history
  7. BigQuery Denormalized "airbyte_type": "big_integer" to INT64 (airbyte…

    …hq#14079)
    
    * BigQuery Denormalized "airbyte_type": "big_integer" to INT64
    
    * updated changelog
    
    * added unit test
    
    * removed star import
    
    * fixed checkstyle
    
    * 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 29, 2022
    Configuration menu
    Copy the full SHA
    d3f4fdd View commit details
    Browse the repository at this point in the history
  8. Add Metrics section to Scaling Airbyte doc (airbytehq#14224)

    * Added metrics section to scaling airbyte doc
    
    * Updated URL in doc
    
    * Deleted link
    
    * Added link
    
    * Added backslashes before brackets that aren't links
    
    * Edited note about tagged metrics
    
    * Changed list
    
    * Changed spacing
    
    * Changed spacing
    
    * Changed spacing
    
    * Deleted period
    
    * Fixed broken firebolt link
    
    * Added tables
    
    * Cleaned up wording in tables
    sophia-wiley authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    1db8e99 View commit details
    Browse the repository at this point in the history
  9. Add ability to provide source/destination connector docker image (air…

    …bytehq#14266)
    
    * Add ability to provide source/destination connector docker image
    
    * Make constant public
    jdpgrailsdev authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    f4e2b8e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c30ddd9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4b2f3ea View commit details
    Browse the repository at this point in the history
  12. release new postgres source connector version 0.4.29 (airbytehq#14265)

    * release new postgres source connector version 0.4.29
    
    * add changelog
    
    * auto-bump connector version
    
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    subodh1810 and octavia-squidington-iii authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    4fd3cb1 View commit details
    Browse the repository at this point in the history
  13. 🎉 Source Tiktok marketing - remove granularity config option (airbyte…

    …hq#13890)
    
    * Removed granularity config option from spec, added corresponsing streams for each support granularity (hourly daily, lifetime), updated unittests, SAT
    
    * auto-formating
    
    * auto-formating
    
    * removed AdvertisersIds stream from list of exposed streams, updated docs
    
    * expose new style streams since 0.1.13, expose old streams for config for older version
    
    * update spec
    
    * fixed path to catalog
    
    * increased timeout
    midavadim authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    2904fde View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    42ec475 View commit details
    Browse the repository at this point in the history
  15. Source Tiktok marketing - increase connector version (airbytehq#14272)

    * increased connector version
    
    * increased connector version in seed
    
    * auto-bump connector version
    
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    midavadim and octavia-squidington-iii authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    8784481 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Fix flaky connection manager workflow test (airbytehq#14271)

    * try thread sleep instead of test env, and run 100 times
    
    * replace testEnv.sleep with Thread.sleep in several tests
    
    * replace RepeatedTest with Test
    
    * replace testEnv.sleep with Thread.sleep after signals are executed
    
    * run each test 100 times to see if any are flaky
    
    * add log
    
    * change repetitions to 100 to avoid out of memory
    
    * format
    
    * swap repeated test for normal test
    lmossman authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    29ce34f View commit details
    Browse the repository at this point in the history
  2. 13532 Fixed integration tests destination-mssql Mac OS (airbytehq#14252)

    * 13532 Fixed integration tests destination-mssql Mac OS
    suhomud authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    0fb4b36 View commit details
    Browse the repository at this point in the history
  3. Source Google Analytics: Specify integer for dimension ga:dateHourMin…

    …ute (airbytehq#14298)
    
    * Specify integer for dimension ga:dateHourMinute
    * Update changelog
    arsenlosenko authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    a1e96ef View commit details
    Browse the repository at this point in the history
  4. 🎉 Source Github: rename field mergeable to is_mergeable (airbyteh…

    …q#14274)
    
    Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
    grubberr authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    2fa29a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b1af41 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c797f73 View commit details
    Browse the repository at this point in the history
  7. 🎉 Destination S3: update INSTANCE_PROFILE to use AWSDefaultProfileCre…

    …dential (airbytehq#14231)
    
    Co-authored-by: Mike Balmer <remlabm@users.noreply.github.com>
    xorl and remlabm authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    cfbbec1 View commit details
    Browse the repository at this point in the history
  8. Source Zendesk Support: pagination group membership (airbytehq#14304)

    * add next_page_tooken and request
    
    * correct group_membership paginatin
    
    * update doc
    
    * auto-bump connector version
    
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    marcosmarxm and octavia-squidington-iii authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    dd4079f View commit details
    Browse the repository at this point in the history
  9. 🪟 🐛 Fix OAuth validation not allowing to create source or destination (

    …airbytehq#14197)
    
    * Enable "Set up source/destination" button only if the form is valid
    
    * Update how ServiceForm initial values are patched so that it correctly patches the configuration with default values
    
    * Update initial values patching in service form to use initialValues to preserve already set values
    Update useOAuthFlowAdapter to correctly merge the values from the oauth response
    
    * Remove unused values var from ServiceForm
    edmundito authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    cfea528 View commit details
    Browse the repository at this point in the history
  10. Add acceptance tests for per-stream state updates (airbytehq#14263)

    * Add acceptance tests for per-stream state updates
    
    * PR feedback
    
    * Formatting
    
    * More PR feedback
    
    * PR feedback
    
    * Remove unused constant
    jdpgrailsdev authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    6dadd1b View commit details
    Browse the repository at this point in the history
  11. Make sure that the feature flag is transfer to container (airbytehq#1…

    …4314)
    
    * Make sure that the feature flag is transfer to container
    
    * propagate the feature flags
    
    * Avoid propagating the feature flags
    
    * Fix tests
    benmoriceau authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    c6ff5ab View commit details
    Browse the repository at this point in the history
  12. Source Postgres : use more simple and comprehensive query to get sele…

    …ctable tables (airbytehq#14251)
    
    * use more simple and comprehensive query to get selectable tables
    
    * cover case when schema is not specified
    
    * add test to check discover with different ways of grants
    
    * format
    
    * incr ver
    
    * incr ver
    
    * auto-bump connector version
    
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    DoNotPanicUA and octavia-squidington-iii authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    8b19a70 View commit details
    Browse the repository at this point in the history
  13. Fixed broken link

    Amruta-Ranade authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    39ef844 View commit details
    Browse the repository at this point in the history
  14. Fix for deleting stream resets (airbytehq#14322)

    * Fix for deleting stream resets
    alovew authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    e1c098f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    91af488 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2a93dc1 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Configuration menu
    Copy the full SHA
    3b51eed View commit details
    Browse the repository at this point in the history
  2. Bump Airbyte version from 0.39.29-alpha to 0.39.30-alpha (airbytehq#1…

    …4329)
    
    Co-authored-by: lmossman <lmossman@users.noreply.github.com>
    octavia-squidington-iii and lmossman authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    27b6c3c View commit details
    Browse the repository at this point in the history
  3. Release new postgres strict encrypt version (airbytehq#14331)

    * Bump postgres strict encrypt version
    
    * Update changelogs
    
    * Update doc
    tuliren authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    baebe16 View commit details
    Browse the repository at this point in the history
  4. Release new destination s3 version to pick up latest change (airbyteh…

    …q#14332)
    
    * Bump s3 version
    
    * Update pr id
    
    * auto-bump connector version
    
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    tuliren and octavia-squidington-iii authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    98d087b View commit details
    Browse the repository at this point in the history
  5. 13538 Fix integration tests destination-scylla Mac OS (airbytehq#14308)

    * 13538 Fix integration tests destination-scylla Mac OS
    suhomud authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    6ce0c32 View commit details
    Browse the repository at this point in the history
  6. Update cdk-speedrun.md (airbytehq#14258)

    Added a link at the bottom of the article , so the user may find the more in-depth tutorial about building a real-world connector.
    alexander-marquardt authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    6e733f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b0a6b4e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    721b73d View commit details
    Browse the repository at this point in the history
  9. Update webflow.md (airbytehq#14254)

    Added a link to the new blog - https://airbyte.com/tutorials/extract-data-from-the-webflow-api
    
    Co-authored-by: Simon Späti <simu@sspaeti.com>
    alexander-marquardt and sspaeti authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    efc872f View commit details
    Browse the repository at this point in the history
  10. Alex/declarative stream incremental fix (airbytehq#14268)

    * checkout files from test branch
    
    * read_incremental works
    
    * reset to master
    
    * remove dead code
    
    * comment
    
    * fix
    
    * Add test
    
    * comments
    
    * utc
    
    * format
    
    * small fix
    
    * Add test with rfc3339
    
    * remove unused param
    
    * fix test
    girarda authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    e23789b View commit details
    Browse the repository at this point in the history
  11. 🐛 SingerSource: Fix incompatibilities and typing issues (airbytehq#14148

    )
    
    * Use logging.Logger in SingerSource
    
    * Fix SingerSource ConfigContainer
    
    This fixes typing issues with `ConfigContainer` and makes it compatible
    with `split_config`. Fixes airbytehq#8710.
    
    * Fix SingerSource state and catalog typer issues
    
    * Rename SingerSource method args to match parent classes
    
    * Remove old comment about excluding Singer
    
    Co-authored-by: Alexandre Girard <alexandre@airbyte.io>
    cstruct and girarda authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    be2d1a8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9ffc7dd View commit details
    Browse the repository at this point in the history
  13. fix NPE (airbytehq#14353)

    * fix NPE
    
    * Add test
    
    * Fix trailing
    benmoriceau authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    e5f01f3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8b635aa View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4e9dcc2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    055763e View commit details
    Browse the repository at this point in the history
  17. Bump Airbyte version from 0.39.30-alpha to 0.39.31-alpha (airbytehq#1…

    …4355)
    
    Co-authored-by: benmoriceau <benmoriceau@users.noreply.github.com>
    octavia-squidington-iii and benmoriceau authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    e0fde79 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6c88b48 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    dcfa1fb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    bb74373 View commit details
    Browse the repository at this point in the history
  21. Revert "🎉 Source Github: rename field mergeable to is_mergeable (a…

    …irbytehq#14274)" (airbytehq#14338)
    
    * Revert "🎉 Source Github: rename field `mergeable` to `is_mergeable` (airbytehq#14274)"
    grubberr authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    05e505d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ca272c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. Bmoric/state aggregator (airbytehq#14364)

    * Update state.state type
    
    * Add state aggregator
    
    * Test and format
    
    * PR comments
    
    * Move to its own package
    
    * Update airbyte-workers/src/test/java/io/airbyte/workers/internal/state_aggregator/StateAggregatorTest.java
    
    Co-authored-by: Lake Mossman <lake@airbyte.io>
    
    * format
    
    * Update airbyte-workers/src/main/java/io/airbyte/workers/internal/state_aggregator/DefaultStateAggregator.java
    
    Co-authored-by: Lake Mossman <lake@airbyte.io>
    
    * format
    
    Co-authored-by: Lake Mossman <lake@airbyte.io>
    benmoriceau and lmossman authored Jul 2, 2022
    Configuration menu
    Copy the full SHA
    59e20f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Bump Airbyte version from 0.39.31-alpha to 0.39.32-alpha (airbytehq#1…

    …4383)
    
    Co-authored-by: alafanechere <alafanechere@users.noreply.github.com>
    octavia-squidington-iii and alafanechere authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    944f3b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d545369 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de3a14b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31558fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5cdf2f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65c2389 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c9a6a5 View commit details
    Browse the repository at this point in the history
  8. fix: clone api doesn't take update configurations (airbytehq#13592)

    * fix: clone api doesn't take update configurations
    
    * fix: you will be able to create clone in different workspace
    
    * fix: added description to source/destination body
    harshithmullapudi authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    a140c3e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4395fbb View commit details
    Browse the repository at this point in the history
  10. Source TiDB: correct jdbc string builder (airbytehq#14243)

    * add icon for tidb-connector
    
    * Fix TiDB source connector
    
    * bump connector version
    
    * auto-bump connector version
    
    Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    3 people authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    76a1e86 View commit details
    Browse the repository at this point in the history
  11. Source Google Ads: use docsaurus feature for warn/note and udpdate doc (

    airbytehq#14392)
    
    * use docsaurus feature for warn/note and udpdate doc
    
    * update description in supported streams
    marcosmarxm authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    fc97908 View commit details
    Browse the repository at this point in the history
  12. Source Facebook Marketing: allow configuration of MAX_BATCH_SIZE (air…

    …bytehq#14267)
    
    * Add max batch size config
    
    * Bump semver
    
    * add changelog
    
    * auto-bump connector version
    
    Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
    keiththompson and octavia-squidington-iii authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    efc27a3 View commit details
    Browse the repository at this point in the history
  13. 🎉 Source Github: add Retry for GraphQL API Resource limitations (airb…

    …ytehq#14376)
    
    Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
    grubberr authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    38d8d60 View commit details
    Browse the repository at this point in the history
  14. Add more metadata to the JobErrorReporter (airbytehq#14395)

    * add workspace_id and connector_repository as tags
    
    * add tag for connection url
    
    * fix urls for job notifier
    
    * format
    
    * fix failing test
    pedroslopez authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    65818dc View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. beta -> generally_available (airbytehq#14315)

    Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
    grubberr authored Jul 5, 2022
    Configuration menu
    Copy the full SHA
    5c90be3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc5d702 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    270d7c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7bc27c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ef705e View commit details
    Browse the repository at this point in the history
  6. Use Debezium Postgres image for CDC tests (airbytehq#14318)

    * Use Debezium Postgres image for CDC tests
    
    * Formatting
    jdpgrailsdev authored Jul 5, 2022
    Configuration menu
    Copy the full SHA
    8fda587 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    635cdfb View commit details
    Browse the repository at this point in the history
  8. Bump Airbyte version from 0.39.32-alpha to 0.39.33-alpha (airbytehq#1…

    …4419)
    
    Co-authored-by: pedroslopez <pedroslopez@users.noreply.github.com>
    octavia-squidington-iii and pedroslopez authored Jul 5, 2022
    Configuration menu
    Copy the full SHA
    3ae07ac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    facd6a9 View commit details
    Browse the repository at this point in the history
  10. 🪟 🐛 Fix Setup Source Button on OAuth Sources (airbytehq#14413)

    * don't disable setup button
    
    * make eslint happy
    
    * one more cleanup
    
    * use the spec to decide how to create config object
    teallarson authored Jul 5, 2022
    Configuration menu
    Copy the full SHA
    4a1b230 View commit details
    Browse the repository at this point in the history
  11. Bump Airbyte version from 0.39.33-alpha to 0.39.34-alpha (airbytehq#1…

    …4428)
    
    Co-authored-by: timroes <timroes@users.noreply.github.com>
    octavia-squidington-iii and timroes authored Jul 5, 2022
    Configuration menu
    Copy the full SHA
    d89d8d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. [low-code cdk] Enable configurable state checkpointing (airbytehq#14317)

    * checkout files from test branch
    
    * read_incremental works
    
    * reset to master
    
    * remove dead code
    
    * comment
    
    * fix
    
    * Add test
    
    * comments
    
    * utc
    
    * format
    
    * small fix
    
    * Add test with rfc3339
    
    * remove unused param
    
    * fix test
    
    * configurable state checkpointing
    
    * update test
    girarda authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    37acb92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cced4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f001b1 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/airbytehq/airbyte into sh…

    …rodingers/destination-databricks-dbt
    shrodingers committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    07bfd5f View commit details
    Browse the repository at this point in the history