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

Source Amazon SP: Update reports streams logics. #5311

Commits on Aug 27, 2021

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

Commits on Sep 14, 2021

  1. #5796 silence printing full config when config validation fails (#5879)

    * - #5796 silence printing full config when config validation fails
    
    * fix unit tests after config validation check changes
    
    Co-authored-by: Marcos Eliziario Santos <marcos@coremarcos.com>
    eliziario and eliziario authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    1314a6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75c17b4 View commit details
    Browse the repository at this point in the history
  3. Update ads_insights.json (#5946)

    fix ads_insights schema according to [facebook docs](https://developers.facebook.com/docs/marketing-api/reference/adgroup/insights/) and my own data
    m-ronchi authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    20ee2d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7eb5577 View commit details
    Browse the repository at this point in the history
  5. 🐛 Source Facebook Marketing: Convert values' types according to schem…

    …a types (#4978)
    
    * Convert values' types according to schema types
    
    * Put streams back to `configured_catalog.json`
    
    Put back `ads_insights` and `ads_insights_age_and_gender` streams.
    
    * Pickup changes from #5946
    
    * Implement change request + fix previous PR
    
    * Update schema
    
    * Remove items_type from convert_to_schema_types()
    
    * Bump connectors version
    Zirochkaa authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    6d39afc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a31b9a9 View commit details
    Browse the repository at this point in the history
  7. use spec when persisting source configs (#6036)

    * switch most usages of writing sources to using specs
    
    * fix other usages
    
    * fix test
    
    * only wait on the server in the scheduler, not the worker
    
    * fix
    
    * rephrase sanity check and remove stdout
    jrhizor authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    14ac554 View commit details
    Browse the repository at this point in the history
  8. 🎉 Source Stripe: Add PaymentIntents stream (#6004)

    * Add `PaymentIntents` stream
    
    * Update docs
    
    * Implement change request + few updates
    
    Split `source.py` file into `source.py` and `streams.py` files.
    Update `payment_intents.json` file.
    
    * Bump connectors version + update docs
    Zirochkaa authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    49d0f7e View commit details
    Browse the repository at this point in the history
  9. Add skeleton for databricks destination (#5629)

    Co-authored-by: Liren Tu <tuliren.git@outlook.com>
    Co-authored-by: LiRen Tu <tuliren@gmail.com>
    3 people authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    79256c4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    679ddf4 View commit details
    Browse the repository at this point in the history
  11. 🎉 New Destination: Databricks (#5998)

    Implement new destination connector for databricks delta lake.
    Resolves #2075.
    
    Co-authored-by: George Claireaux <george@claireaux.co.uk>
    Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
    3 people authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    e837048 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Configuration menu
    Copy the full SHA
    0552b17 View commit details
    Browse the repository at this point in the history
  2. publish #6058 (#6059)

    sherifnada authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    b596194 View commit details
    Browse the repository at this point in the history
  3. Destination Kafka: correct spec json and data types in config (#6040)

    * correct spec json and data types in config
    
    * bump version
    
    * correct tests
    
    * correct config parser NPE
    
    * format files
    
    Co-authored-by: Marcos Marx <marcosmarx@MacBook-Pro-de-Marcos.local>
    marcosmarxm and Marcos Marx authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    9dafec6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aca8c50 View commit details
    Browse the repository at this point in the history
  5. Fix more doc issues (#6072)

    tuliren authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    2390b54 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    84b3fbd View commit details
    Browse the repository at this point in the history
  7. Fix dependabot security alert. (#6073)

    * Pin set value to greater than 4.0.1 to fix security warning.
    
    * Format the rest of the connectors.
    davinchia authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    0691e77 View commit details
    Browse the repository at this point in the history
  8. add coverage report (#6045)

    Co-authored-by: Dmytro Rezchykov <dmitry.rezchykov@zazmic.com>
    avida and Dmytro Rezchykov authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    7a6da86 View commit details
    Browse the repository at this point in the history
  9. Fix the format of the data returned by Google Ads oauth to match the …

    …config accepted by the connector (#6032)
    sherifnada authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    3ed42fc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e915448 View commit details
    Browse the repository at this point in the history
  11. 🎉 Source Github: add caching for all streams (#5949)

    * Source Github: add checking for all streams
    
    * bump version, update changelogs
    yevhenii-ldv authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    8c127d8 View commit details
    Browse the repository at this point in the history
  12. Disable automatic migration acceptance test (#5988)

    - The automatic migration acceptance test no longer works because of the new Flyway migration system.
    - The file-based migration system is being deprecated.
    tuliren authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    278cb7d View commit details
    Browse the repository at this point in the history
  13. 🎉 CDK: Add requests native authenticator support (#5731)

    * Add requests native auth class
    
    * Update init file.
    Update type annotations.
    Bump version.
    
    * Update TokenAuthenticator implementation.
    Update Oauth2Authenticator implemetation.
    Add CHANGELOG.md record.
    
    * Update Oauth2Authenticator default value setting.
    Update CHANGELOG.md
    
    * Add requests native authenticator tests
    
    * Add CDK requests native __call__ method tests.
    Update CHANGELOG.md
    
    * Add outdated auth deprication messages
    
    * Update requests native auth __call__ method tests
    
    * Bump CDK version to 0.1.20
    htrueman authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    4a0d364 View commit details
    Browse the repository at this point in the history
  14. Interface changes to support separating secrets from the config (#6065)

    * Interface changes to support separating secrets from the config
    * Cleanup from PR comments and whitespace
    airbyte-jenny authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    d0f2181 View commit details
    Browse the repository at this point in the history
  15. Update log message for empty env variable (#6115)

    Co-authored-by: Jared Rhizor <jared@dataline.io>
    tuliren and jrhizor authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    078c660 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Bump Airbyte version from 0.29.17-alpha to 0.29.18-alpha (#6125)

    Co-authored-by: davinchia <davinchia@users.noreply.github.com>
    jrhizor and davinchia authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    2b7c56e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dcaf25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29cb35c View commit details
    Browse the repository at this point in the history
  4. CDK: support nested refs resolving (#6044)

    Co-authored-by: Dmytro Rezchykov <dmitry.rezchykov@zazmic.com>
    avida and Dmytro Rezchykov authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    474b8f1 View commit details
    Browse the repository at this point in the history
  5. feat: path for nested fields (#6130)

    * feat: path for nested fields
    
    * fix: clipRule error
    
    * fix: remove field name
    isalikov authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    cba0e33 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39e77f3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8b40e13 View commit details
    Browse the repository at this point in the history
  8. Doc explains normalization full-refresh implications (#6097)

    * update docs
    
    * add info in quickstart connection page
    
    * update abhi comments
    
    Co-authored-by: Marcos Marx <marcosmarx@MacBook-Pro-de-Marcos.local>
    marcosmarxm and Marcos Marx authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    06128ab View commit details
    Browse the repository at this point in the history
  9. Fix migration validation issue (#6154)

    Resolves #6151.
    tuliren authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    fc64d88 View commit details
    Browse the repository at this point in the history
  10. Bump Airbyte version from 0.29.18-alpha to 0.29.19-alpha (#6156)

    Co-authored-by: tuliren <tuliren@users.noreply.github.com>
    jrhizor and tuliren authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    8d533e6 View commit details
    Browse the repository at this point in the history
  11. Add information on which destinations support Incremental - Deduped H…

    …istory in their docs (#6031)
    
    Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
    avaidyanatha and Abhi Vaidyanatha authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    d732eaf View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Update Airbyte Spec acknowledgements. (#6155)

    Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
    avaidyanatha and Abhi Vaidyanatha authored Sep 17, 2021
    Configuration menu
    Copy the full SHA
    4940c1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bac19c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    108d9e0 View commit details
    Browse the repository at this point in the history
  4. 🎉 Create a Helm Chart For Airbyte (#5891)

    See number #1868. This creates an initial helm chart for installing Airbyte in Kubernetes to make it easier for users who are more familiar with helm. It also includes GitHub actions to help continually test that the chart works in the most basic case.
    All of the templates are based off of the kustomize folder, but minio and postgres have been removed in favor of adding the bitnami helm charts as dependencies since they have an active community and allow easily tweaking their install.
    jonstacks authored Sep 17, 2021
    Configuration menu
    Copy the full SHA
    fe460ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13e8be5 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/master' into htrueman/source-ama…

    …zon-sp-extra-endpoint-support
    htrueman committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    ba88b73 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'htrueman/source-amazon-sp-extra-endpoint-support' into …

    …htrueman/source-amazon-sp-change-report-streams-logics
    htrueman committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    ae690d1 View commit details
    Browse the repository at this point in the history