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

V0.40.18 #36

Merged
merged 499 commits into from
Nov 10, 2022
Merged

V0.40.18 #36

merged 499 commits into from
Nov 10, 2022

Conversation

am6010
Copy link

@am6010 am6010 commented Nov 9, 2022

What

Describe what the change is solving
It helps to add screenshots if it affects the frontend.

How

Describe the solution

Recommended reading order

  1. x.java
  2. y.python

🚨 User Impact 🚨

Are there any breaking changes? What is the end result perceived by the user? If yes, please merge this PR with the 🚨🚨 emoji so changelog authors can further highlight this if needed.

Pre-merge Checklist

Expand the relevant checklist and delete the others.

New Connector

Community member or Airbyter

  • Community member? Grant edit access to maintainers (instructions)
  • Secrets in the connector's spec are annotated with airbyte_secret
  • Unit & integration tests added and passing. Community members, please provide proof of success locally e.g: screenshot or copy-paste unit, integration, and acceptance test output. To run acceptance tests for a Python connector, follow instructions in the README. For java connectors run ./gradlew :airbyte-integrations:connectors:<name>:integrationTest.
  • Code reviews completed
  • Documentation updated
    • Connector's README.md
    • Connector's bootstrap.md. See description and examples
    • docs/integrations/<source or destination>/<name>.md including changelog. See changelog example
    • docs/integrations/README.md
    • airbyte-integrations/builds.md
  • PR name follows PR naming conventions

Airbyter

If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.

  • Create a non-forked branch based on this PR and test the below items on it
  • Build is successful
  • If new credentials are required for use in CI, add them to GSM. Instructions.
  • /test connector=connectors/<name> command is passing
  • New Connector version released on Dockerhub by running the /publish command described here
  • After the connector is published, connector added to connector index as described here
  • Seed specs have been re-generated by building the platform and committing the changes to the seed spec files, as described here
Updating a connector

Community member or Airbyter

  • Grant edit access to maintainers (instructions)
  • Secrets in the connector's spec are annotated with airbyte_secret
  • Unit & integration tests added and passing. Community members, please provide proof of success locally e.g: screenshot or copy-paste unit, integration, and acceptance test output. To run acceptance tests for a Python connector, follow instructions in the README. For java connectors run ./gradlew :airbyte-integrations:connectors:<name>:integrationTest.
  • Code reviews completed
  • Documentation updated
    • Connector's README.md
    • Connector's bootstrap.md. See description and examples
    • Changelog updated in docs/integrations/<source or destination>/<name>.md including changelog. See changelog example
  • PR name follows PR naming conventions

Airbyter

If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.

  • Create a non-forked branch based on this PR and test the below items on it
  • Build is successful
  • If new credentials are required for use in CI, add them to GSM. Instructions.
  • /test connector=connectors/<name> command is passing
  • New Connector version released on Dockerhub and connector version bumped by running the /publish command described here
Connector Generator
  • Issue acceptance criteria met
  • PR name follows PR naming conventions
  • If adding a new generator, add it to the list of scaffold modules being tested
  • The generator test modules (all connectors with -scaffold in their name) have been updated with the latest scaffold by running ./gradlew :airbyte-integrations:connector-templates:generator:testScaffoldTemplates then checking in your changes
  • Documentation which references the generator is updated as needed

Tests

Unit

Put your unit tests output here.

Integration

Put your integration tests output here.

Acceptance

Put your acceptance tests output here.

josephkmh and others added 30 commits October 21, 2022 16:27
* test

* fix

* fix other modules

* version bumps + changelog

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
…bytehq#18050)

* properly propagate options

* cleanup

* turn into dataclass

* rename

* no need for deepcopy

* fix test

* bump

* cleaner
* Update SpecActivityImpl to build a VersionedStreamFactory

* Enable Protocol Version detection from Stream for SPEC

* Print log before the action for better debugging

* Fix buffer size for protocol detection

* Improve detectVersion error handling

* extract constan

* Rename attribute for clarity
* remove extra check

* simplify logic
…hq#18309)

* Bump version

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
…ounts which are not part of organization (airbytehq#18111)

* for adDirectSponsoredContents stream skip accounts which are part of organization

* updated PR number

* updated log message, added unit tests

* additional formatting

* updated connector version in source_definitions.yaml

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* add schemaChange field to WebBackendConnectionRead and breakingChange to ConnectionRead
Co-authored-by: edgao <edgao@users.noreply.github.com>
…does not exist (airbytehq#18263)

* Changes method from returning null to throwing Exception to match method structure

* Added javadoc explaining that KeyPair should not be returning null

* Moved ConnectionErrorException to commons package

* Adds error handling for SshWrappedDestinations and markdown to include changes

* Bumps version numbers for Postgres, MySQL, MSSQL

* 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>
* Add new source: xkcd

* Add documentation for xckd connector

* Fix unit test test_parse_response

* Fix xkcd changelog

* Improve iteration method

* Update tests test_next_page_token and test_parse_response

* add timeout for full read

* add seed config and eof

* correct source def id

* auto-bump connector version

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
* fixed ConditionSection width

* fixed relative scss colors import
Co-authored-by: xpuska513 <xpuska513@users.noreply.github.com>
Co-authored-by: Kyryl Skobylko <xpuska513@gmail.com>
airbytehq#18282)

* local datadog docker-compose

* add datadog docker-compose

* update comments
…ehq#18377)

+ Adds a placeholder for 'Deploy Docs' Github Workflow.
* fix: add task to list all dependencies

* fix: remove newline
…hq#18177)

* [11356] Destination-elasticsearch: added custom certificate support
* pagination fix on jira users stream

* Update spec.json

* Update spec.json

* Update streams.py

* bump docker version and changelog

* Update spec.json

* Update streams.py

* update jsons and source

* update source

* Update source.py

* auto-bump connector version

Co-authored-by: Vincent Koc <koconder@users.noreply.github.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
YowanR and others added 10 commits November 2, 2022 11:13
EU OAuth is not fully tested so adding a note to account for that.
* fix visual regression

* remove unused prop
* mysql-source:fix tinyint unsigned handling

* update doc

* format

* upgrade version

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* Allow environment specific sections in docs

* Change syntax to lower case
…bytehq#18809)

* ci: replace GITHUB_OUTPUT with GITHUB_ENV on multiline variables

* ci: replace github set-ouput with new syntax in ./tools/bin/
* Upgrade Husky

* Upgrade Husky

* Upgrade Husky

* Upgrade Husky

* Upgrade Husky
Version 0.40.18

# Conflicts:
#	airbyte-integrations/connectors/source-amplitude/source_amplitude/api.py
#	airbyte-integrations/connectors/source-amplitude/source_amplitude/spec.json
#	airbyte-integrations/connectors/source-chargebee/source_chargebee/spec.json
#	airbyte-integrations/connectors/source-freshdesk/source_freshdesk/spec.json
#	airbyte-integrations/connectors/source-google-analytics-data-api/source_google_analytics_data_api/spec.json
#	airbyte-integrations/connectors/source-google-analytics-v4/source_google_analytics_v4/spec.json
#	airbyte-integrations/connectors/source-google-search-console/source_google_search_console/spec.json
#	airbyte-integrations/connectors/source-intercom/source_intercom/spec.json
#	airbyte-integrations/connectors/source-iterable/source_iterable/spec.json
#	airbyte-integrations/connectors/source-klaviyo/source_klaviyo/spec.json
#	airbyte-integrations/connectors/source-salesforce/setup.py
#	airbyte-integrations/connectors/source-zendesk-support/source_zendesk_support/spec.json
@github-actions
Copy link

github-actions bot commented Nov 9, 2022

NOTE ⚠️ Changes in this PR affect the following connectors. Make sure to run corresponding integration tests:

Sources (95)
  • source-alloydb
  • source-prestashop
  • source-sftp
  • source-retently
  • source-facebook-pages
  • source-twilio
  • source-amazon-seller-partner
  • source-alloydb-strict-encrypt
  • source-postgres-strict-encrypt
  • source-zenloop
  • source-mailchimp
  • source-google-search-console
  • source-elasticsearch
  • source-strava
  • source-tidb
  • source-oracle
  • source-tplcentral
  • source-freshservice
  • source-linnworks
  • source-recharge
  • source-mysql-strict-encrypt
  • source-plaid
  • source-scaffold-java-jdbc
  • source-relational-db
  • source-clickhouse-strict-encrypt
  • source-outreach
  • source-freshsales
  • source-azure-table
  • source-openweather
  • source-amazon-ads
  • source-mssql-strict-encrypt
  • source-asana
  • source-sendgrid
  • source-freshcaller
  • source-appsflyer
  • source-monday
  • source-paystack
  • source-chargebee
  • source-notion
  • source-gitlab
  • source-braintree
  • source-drift
  • source-iterable
  • source-bigquery
  • source-youtube-analytics
  • source-onesignal
  • source-surveymonkey
  • source-mongodb-strict-encrypt
  • source-db2
  • source-redshift
  • source-cockroachdb
  • source-python-http-tutorial
  • source-confluence
  • source-posthog
  • source-github
  • source-cart
  • source-db2-strict-encrypt
  • source-google-ads
  • source-clickhouse
  • source-facebook-marketing
  • source-salesloft
  • source-salesforce
  • source-postgres
  • source-amplitude
  • source-sentry
  • source-e2e-test-cloud
  • source-cockroachdb-strict-encrypt
  • source-zendesk-sunshine
  • source-delighted
  • source-stock-ticker-api-tutorial
  • source-pipedrive
  • source-mysql
  • source-amazon-sqs
  • source-lever-hiring
  • source-kafka
  • source-greenhouse
  • source-lemlist
  • source-pinterest
  • source-klaviyo
  • source-harvest
  • source-instagram
  • source-mssql
  • source-mailgun
  • source-zendesk-talk
  • source-oracle-strict-encrypt
  • source-airtable
  • source-snowflake
  • source-mongodb-v2
  • source-okta
  • source-jdbc
  • source-commercetools
  • source-mongodb
  • source-pardot
  • source-e2e-test
  • source-quickbooks-singer
Destinations (43)
  • destination-dev-null
  • destination-pubsub
  • destination-bigquery
  • destination-aws-datalake
  • destination-postgres-strict-encrypt
  • destination-e2e-test
  • destination-redshift
  • destination-rockset
  • destination-dynamodb
  • destination-keen
  • destination-r2
  • destination-mssql
  • destination-jdbc
  • destination-yugabytedb
  • destination-mssql-strict-encrypt
  • destination-clickhouse
  • destination-csv
  • destination-tidb
  • destination-mariadb-columnstore
  • destination-azure-blob-storage
  • destination-snowflake
  • destination-elasticsearch
  • destination-mongodb-strict-encrypt
  • destination-mysql
  • destination-scylla
  • destination-kafka
  • destination-kinesis
  • destination-oracle-strict-encrypt
  • destination-mongodb
  • destination-redis
  • destination-gcs
  • destination-postgres
  • destination-local-json
  • destination-oracle
  • destination-pulsar
  • destination-clickhouse-strict-encrypt
  • destination-s3
  • destination-elasticsearch-strict-encrypt
  • destination-mqtt
  • destination-bigquery-denormalized
  • destination-cassandra
  • destination-databricks
  • destination-mysql-strict-encrypt

@debanjan97
Copy link
Member

Let's go

@debanjan97 debanjan97 self-requested a review November 10, 2022 13:00
@am6010 am6010 merged commit 221e7d4 into main Nov 10, 2022
@am6010 am6010 deleted the v0.40.18 branch November 10, 2022 14:53
am6010 added a commit that referenced this pull request Nov 11, 2022
This reverts commit 221e7d4.
@am6010 am6010 restored the v0.40.18 branch November 11, 2022 07:32
@am6010 am6010 deleted the v0.40.18 branch November 11, 2022 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment