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

feat: replace openjdk with amazoncorretto:17.0.4 on connectors for seсurity compliance #17511

Merged

Conversation

cuyk
Copy link
Contributor

@cuyk cuyk commented Oct 3, 2022

What

replace openjdk docker base image with amazoncorretto:17.0.4 on connectors for security compliance.

Note

Failed connectors tests are failing on master as well.

🚨 User Impact 🚨

No user impact.

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.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 3, 2022

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

  • source-postgres-strict-encrypt
  • destination-mysql
  • destination-s3
  • source-jdbc
  • destination-clickhouse-strict-encrypt
  • destination-e2e-test
  • source-redshift
  • destination-oracle-strict-encrypt
  • source-alloydb-strict-encrypt
  • source-tidb
  • destination-mysql-strict-encrypt
  • source-mongodb
  • destination-pubsub
  • destination-redis
  • destination-mongodb
  • source-relational-db
  • destination-scylla
  • destination-bigquery-denormalized
  • destination-rockset
  • destination-cassandra
  • source-mysql-strict-encrypt
  • destination-mongodb-strict-encrypt
  • destination-pulsar
  • destination-mssql-strict-encrypt
  • destination-azure-blob-storage
  • source-elasticsearch
  • destination-dev-null
  • source-mongodb-strict-encrypt
  • source-e2e-test
  • source-mysql
  • destination-postgres
  • destination-redshift
  • source-mongodb-v2
  • destination-databricks
  • destination-gcs
  • destination-meilisearch
  • source-zoom-singer
  • source-bigquery
  • source-alloydb
  • source-db2-strict-encrypt
  • source-cockroachdb
  • destination-oracle
  • source-cockroachdb-strict-encrypt
  • source-kafka
  • source-mssql
  • source-oracle
  • source-snowflake
  • source-postgres
  • source-scaffold-java-jdbc
  • destination-elasticsearch-strict-encrypt
  • destination-elasticsearch
  • destination-dynamodb
  • destination-mssql
  • source-sftp
  • source-mssql-strict-encrypt
  • source-clickhouse
  • source-db2
  • destination-snowflake
  • destination-csv
  • destination-tidb
  • destination-clickhouse
  • destination-mqtt
  • destination-local-json
  • source-python-http-tutorial
  • source-stock-ticker-api-tutorial
  • source-clickhouse-strict-encrypt
  • destination-mariadb-columnstore
  • destination-keen
  • destination-kafka
  • destination-bigquery
  • destination-jdbc
  • source-oracle-strict-encrypt
  • destination-r2
  • destination-postgres-strict-encrypt
  • destination-kinesis
  • source-e2e-test-cloud

@cuyk
Copy link
Contributor Author

cuyk commented Oct 3, 2022

/test connector=connectors/source-postgres-strict-encrypt

🕑 connectors/source-postgres-strict-encrypt https://github.com/airbytehq/airbyte/actions/runs/3175983217
✅ connectors/source-postgres-strict-encrypt https://github.com/airbytehq/airbyte/actions/runs/3175983217
No Python unittests run

Build Passed

Test summary info:

All Passed

@cuyk
Copy link
Contributor Author

cuyk commented Oct 3, 2022

/test connector=connectors/destination-mysql

🕑 connectors/destination-mysql https://github.com/airbytehq/airbyte/actions/runs/3175984367
✅ connectors/destination-mysql https://github.com/airbytehq/airbyte/actions/runs/3175984367
Python tests coverage:

Name                                                              Stmts   Miss  Cover
-------------------------------------------------------------------------------------
normalization/transform_config/__init__.py                            2      0   100%
normalization/transform_catalog/reserved_keywords.py                 14      0   100%
normalization/transform_catalog/__init__.py                           2      0   100%
normalization/destination_type.py                                    14      0   100%
normalization/__init__.py                                             4      0   100%
normalization/transform_catalog/destination_name_transformer.py     166      8    95%
normalization/transform_catalog/table_name_registry.py              174     34    80%
normalization/transform_config/transform.py                         189     48    75%
normalization/transform_catalog/utils.py                             51     14    73%
normalization/transform_catalog/dbt_macro.py                         22      7    68%
normalization/transform_catalog/catalog_processor.py                147     80    46%
normalization/transform_catalog/transform.py                         61     38    38%
normalization/transform_catalog/stream_processor.py                 589    394    33%
-------------------------------------------------------------------------------------
TOTAL                                                              1435    623    57%

Build Passed

Test summary info:

All Passed

@cuyk
Copy link
Contributor Author

cuyk commented Oct 3, 2022

/test connector=connectors/destination-s3

🕑 connectors/destination-s3 https://github.com/airbytehq/airbyte/actions/runs/3175983243
✅ connectors/destination-s3 https://github.com/airbytehq/airbyte/actions/runs/3175983243
No Python unittests run

Build Passed

Test summary info:

All Passed

@cuyk
Copy link
Contributor Author

cuyk commented Oct 3, 2022

/test connector=connectors/source-jdbc

🕑 connectors/source-jdbc https://github.com/airbytehq/airbyte/actions/runs/3176090926
✅ connectors/source-jdbc https://github.com/airbytehq/airbyte/actions/runs/3176090926
No Python unittests run

Build Passed

Test summary info:

All Passed

@cuyk
Copy link
Contributor Author

cuyk commented Oct 3, 2022

/test connector=connectors/destination-clickhouse-strict-encrypt

🕑 connectors/destination-clickhouse-strict-encrypt https://github.com/airbytehq/airbyte/actions/runs/3176091328
✅ connectors/destination-clickhouse-strict-encrypt https://github.com/airbytehq/airbyte/actions/runs/3176091328
Python tests coverage:

Name                                                              Stmts   Miss  Cover
-------------------------------------------------------------------------------------
normalization/transform_config/__init__.py                            2      0   100%
normalization/transform_catalog/reserved_keywords.py                 14      0   100%
normalization/transform_catalog/__init__.py                           2      0   100%
normalization/destination_type.py                                    14      0   100%
normalization/__init__.py                                             4      0   100%
normalization/transform_catalog/destination_name_transformer.py     166      8    95%
normalization/transform_catalog/table_name_registry.py              174     34    80%
normalization/transform_config/transform.py                         189     48    75%
normalization/transform_catalog/utils.py                             51     14    73%
normalization/transform_catalog/dbt_macro.py                         22      7    68%
normalization/transform_catalog/catalog_processor.py                147     80    46%
normalization/transform_catalog/transform.py                         61     38    38%
normalization/transform_catalog/stream_processor.py                 589    394    33%
-------------------------------------------------------------------------------------
TOTAL                                                              1435    623    57%

Build Passed

Test summary info:

All Passed

@cuyk
Copy link
Contributor Author

cuyk commented Oct 3, 2022

/test connector=connectors/destination-e2e-test

🕑 connectors/destination-e2e-test https://github.com/airbytehq/airbyte/actions/runs/3176092411
❌ connectors/destination-e2e-test https://github.com/airbytehq/airbyte/actions/runs/3176092411
🐛 https://gradle.com/s/poufjhsoodlra

Build Failed

Test summary info:

Could not find result summary

@cuyk
Copy link
Contributor Author

cuyk commented Oct 3, 2022

/test connector=connectors/source-redshift

🕑 connectors/source-redshift https://github.com/airbytehq/airbyte/actions/runs/3176193853
✅ connectors/source-redshift https://github.com/airbytehq/airbyte/actions/runs/3176193853
No Python unittests run

Build Passed

Test summary info:

All Passed

@cuyk
Copy link
Contributor Author

cuyk commented Oct 3, 2022

/test connector=connectors/destination-oracle-strict-encrypt

🕑 connectors/destination-oracle-strict-encrypt https://github.com/airbytehq/airbyte/actions/runs/3176195920
✅ connectors/destination-oracle-strict-encrypt https://github.com/airbytehq/airbyte/actions/runs/3176195920
Python tests coverage:

Name                                                              Stmts   Miss  Cover
-------------------------------------------------------------------------------------
normalization/transform_config/__init__.py                            2      0   100%
normalization/transform_catalog/reserved_keywords.py                 14      0   100%
normalization/transform_catalog/__init__.py                           2      0   100%
normalization/destination_type.py                                    14      0   100%
normalization/__init__.py                                             4      0   100%
normalization/transform_catalog/destination_name_transformer.py     166      8    95%
normalization/transform_catalog/table_name_registry.py              174     34    80%
normalization/transform_config/transform.py                         189     48    75%
normalization/transform_catalog/utils.py                             51     14    73%
normalization/transform_catalog/dbt_macro.py                         22      7    68%
normalization/transform_catalog/catalog_processor.py                147     80    46%
normalization/transform_catalog/transform.py                         61     38    38%
normalization/transform_catalog/stream_processor.py                 589    394    33%
-------------------------------------------------------------------------------------
TOTAL                                                              1435    623    57%

Build Passed

Test summary info:

All Passed

@cuyk
Copy link
Contributor Author

cuyk commented Oct 3, 2022

/test connector=connectors/source-alloydb-strict-encrypt

🕑 connectors/source-alloydb-strict-encrypt https://github.com/airbytehq/airbyte/actions/runs/3176207251
✅ connectors/source-alloydb-strict-encrypt https://github.com/airbytehq/airbyte/actions/runs/3176207251
No Python unittests run

Build Passed

Test summary info:

All Passed

@cuyk
Copy link
Contributor Author

cuyk commented Oct 3, 2022

/test connector=connectors/source-tidb

🕑 connectors/source-tidb https://github.com/airbytehq/airbyte/actions/runs/3176197206
✅ connectors/source-tidb https://github.com/airbytehq/airbyte/actions/runs/3176197206
No Python unittests run

Build Passed

Test summary info:

All Passed

@cuyk
Copy link
Contributor Author

cuyk commented Oct 3, 2022

/test connector=connectors/destination-mysql-strict-encrypt

🕑 connectors/destination-mysql-strict-encrypt https://github.com/airbytehq/airbyte/actions/runs/3176197370
✅ connectors/destination-mysql-strict-encrypt https://github.com/airbytehq/airbyte/actions/runs/3176197370
Python tests coverage:

Name                                                              Stmts   Miss  Cover
-------------------------------------------------------------------------------------
normalization/transform_config/__init__.py                            2      0   100%
normalization/transform_catalog/reserved_keywords.py                 14      0   100%
normalization/transform_catalog/__init__.py                           2      0   100%
normalization/destination_type.py                                    14      0   100%
normalization/__init__.py                                             4      0   100%
normalization/transform_catalog/destination_name_transformer.py     166      8    95%
normalization/transform_catalog/table_name_registry.py              174     34    80%
normalization/transform_config/transform.py                         189     48    75%
normalization/transform_catalog/utils.py                             51     14    73%
normalization/transform_catalog/dbt_macro.py                         22      7    68%
normalization/transform_catalog/catalog_processor.py                147     80    46%
normalization/transform_catalog/transform.py                         61     38    38%
normalization/transform_catalog/stream_processor.py                 589    394    33%
-------------------------------------------------------------------------------------
TOTAL                                                              1435    623    57%

Build Passed

Test summary info:

All Passed

@cuyk
Copy link
Contributor Author

cuyk commented Oct 3, 2022

/test connector=connectors/source-mongodb

🕑 connectors/source-mongodb https://github.com/airbytehq/airbyte/actions/runs/3176198563
❌ connectors/source-mongodb https://github.com/airbytehq/airbyte/actions/runs/3176198563
🐛 https://gradle.com/s/inshsdkjqyie6

Build Failed

Test summary info:

Could not find result summary

@cuyk
Copy link
Contributor Author

cuyk commented Oct 3, 2022

/test connector=connectors/destination-pubsub

🕑 connectors/destination-pubsub https://github.com/airbytehq/airbyte/actions/runs/3176199032
✅ connectors/destination-pubsub https://github.com/airbytehq/airbyte/actions/runs/3176199032
No Python unittests run

Build Passed

Test summary info:

All Passed

@cuyk
Copy link
Contributor Author

cuyk commented Oct 3, 2022

/test connector=connectors/destination-redis

🕑 connectors/destination-redis https://github.com/airbytehq/airbyte/actions/runs/3176350407
✅ connectors/destination-redis https://github.com/airbytehq/airbyte/actions/runs/3176350407
No Python unittests run

Build Passed

Test summary info:

All Passed

@cuyk
Copy link
Contributor Author

cuyk commented Oct 3, 2022

/test connector=connectors/destination-mongodb

🕑 connectors/destination-mongodb https://github.com/airbytehq/airbyte/actions/runs/3176350025
✅ connectors/destination-mongodb https://github.com/airbytehq/airbyte/actions/runs/3176350025
No Python unittests run

Build Passed

Test summary info:

All Passed

@cuyk
Copy link
Contributor Author

cuyk commented Oct 3, 2022

/test connector=connectors/source-relational-db

🕑 connectors/source-relational-db https://github.com/airbytehq/airbyte/actions/runs/3176352475
❌ connectors/source-relational-db https://github.com/airbytehq/airbyte/actions/runs/3176352475
🐛

Build Failed

Test summary info:

Could not find result summary

@cuyk
Copy link
Contributor Author

cuyk commented Oct 3, 2022

/test connector=connectors/destination-scylla

🕑 connectors/destination-scylla https://github.com/airbytehq/airbyte/actions/runs/3176351171
❌ connectors/destination-scylla https://github.com/airbytehq/airbyte/actions/runs/3176351171
🐛 https://gradle.com/s/qqsgkrjevvu5g

Build Failed

Test summary info:

Could not find result summary

@cuyk
Copy link
Contributor Author

cuyk commented Oct 3, 2022

/test connector=connectors/destination-bigquery-denormalized

🕑 connectors/destination-bigquery-denormalized https://github.com/airbytehq/airbyte/actions/runs/3176352703
✅ connectors/destination-bigquery-denormalized https://github.com/airbytehq/airbyte/actions/runs/3176352703
Python tests coverage:

Name                                                              Stmts   Miss  Cover
-------------------------------------------------------------------------------------
normalization/transform_config/__init__.py                            2      0   100%
normalization/transform_catalog/reserved_keywords.py                 14      0   100%
normalization/transform_catalog/__init__.py                           2      0   100%
normalization/destination_type.py                                    14      0   100%
normalization/__init__.py                                             4      0   100%
normalization/transform_catalog/destination_name_transformer.py     166      8    95%
normalization/transform_catalog/table_name_registry.py              174     34    80%
normalization/transform_config/transform.py                         189     48    75%
normalization/transform_catalog/utils.py                             51     14    73%
normalization/transform_catalog/dbt_macro.py                         22      7    68%
normalization/transform_catalog/catalog_processor.py                147     80    46%
normalization/transform_catalog/transform.py                         61     38    38%
normalization/transform_catalog/stream_processor.py                 589    394    33%
-------------------------------------------------------------------------------------
TOTAL                                                              1435    623    57%

Build Passed

Test summary info:

All Passed

@cuyk
Copy link
Contributor Author

cuyk commented Oct 3, 2022

/test connector=connectors/destination-rockset

🕑 connectors/destination-rockset https://github.com/airbytehq/airbyte/actions/runs/3176351833
❌ connectors/destination-rockset https://github.com/airbytehq/airbyte/actions/runs/3176351833
🐛 https://gradle.com/s/lb753zj4ova6s

Build Failed

Test summary info:

Could not find result summary

@cuyk
Copy link
Contributor Author

cuyk commented Oct 3, 2022

/test connector=connectors/destination-cassandra

🕑 connectors/destination-cassandra https://github.com/airbytehq/airbyte/actions/runs/3176352308
✅ connectors/destination-cassandra https://github.com/airbytehq/airbyte/actions/runs/3176352308
No Python unittests run

Build Passed

Test summary info:

All Passed

@cuyk
Copy link
Contributor Author

cuyk commented Oct 3, 2022

/test connector=connectors/source-mysql-strict-encrypt

🕑 connectors/source-mysql-strict-encrypt https://github.com/airbytehq/airbyte/actions/runs/3176608955
✅ connectors/source-mysql-strict-encrypt https://github.com/airbytehq/airbyte/actions/runs/3176608955
No Python unittests run

Build Passed

Test summary info:

All Passed

@cuyk
Copy link
Contributor Author

cuyk commented Oct 3, 2022

/test connector=connectors/destination-mongodb-strict-encrypt

🕑 connectors/destination-mongodb-strict-encrypt https://github.com/airbytehq/airbyte/actions/runs/3176611102
✅ connectors/destination-mongodb-strict-encrypt https://github.com/airbytehq/airbyte/actions/runs/3176611102
No Python unittests run

Build Passed

Test summary info:

All Passed

@cuyk
Copy link
Contributor Author

cuyk commented Oct 3, 2022

/test connector=connectors/destination-pulsar

🕑 connectors/destination-pulsar https://github.com/airbytehq/airbyte/actions/runs/3176610489
✅ connectors/destination-pulsar https://github.com/airbytehq/airbyte/actions/runs/3176610489
No Python unittests run

Build Passed

Test summary info:

All Passed

@cuyk
Copy link
Contributor Author

cuyk commented Oct 3, 2022

/test connector=connectors/destination-mssql-strict-encrypt

🕑 connectors/destination-mssql-strict-encrypt https://github.com/airbytehq/airbyte/actions/runs/3176623847
✅ connectors/destination-mssql-strict-encrypt https://github.com/airbytehq/airbyte/actions/runs/3176623847
Python tests coverage:

Name                                                              Stmts   Miss  Cover
-------------------------------------------------------------------------------------
normalization/transform_config/__init__.py                            2      0   100%
normalization/transform_catalog/reserved_keywords.py                 14      0   100%
normalization/transform_catalog/__init__.py                           2      0   100%
normalization/destination_type.py                                    14      0   100%
normalization/__init__.py                                             4      0   100%
normalization/transform_catalog/destination_name_transformer.py     166      8    95%
normalization/transform_catalog/table_name_registry.py              174     34    80%
normalization/transform_config/transform.py                         189     48    75%
normalization/transform_catalog/utils.py                             51     14    73%
normalization/transform_catalog/dbt_macro.py                         22      7    68%
normalization/transform_catalog/catalog_processor.py                147     80    46%
normalization/transform_catalog/transform.py                         61     38    38%
normalization/transform_catalog/stream_processor.py                 589    394    33%
-------------------------------------------------------------------------------------
TOTAL                                                              1435    623    57%

Build Passed

Test summary info:

All Passed

@cuyk
Copy link
Contributor Author

cuyk commented Oct 3, 2022

/test connector=connectors/destination-azure-blob-storage

🕑 connectors/destination-azure-blob-storage https://github.com/airbytehq/airbyte/actions/runs/3176623829
✅ connectors/destination-azure-blob-storage https://github.com/airbytehq/airbyte/actions/runs/3176623829
No Python unittests run

Build Passed

Test summary info:

All Passed

@cuyk cuyk temporarily deployed to more-secrets October 7, 2022 12:07 Inactive
@airbytehq airbytehq deleted a comment from github-actions bot Oct 7, 2022
@cuyk cuyk force-pushed the vova/2362-replace-openjdk-with-amazoncorretto-connectors branch from 014e869 to 97e4aaf Compare October 10, 2022 09:14
@github-actions
Copy link
Contributor

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

  • source-db2
  • destination-postgres
  • destination-pubsub
  • source-mysql
  • source-e2e-test-cloud
  • source-kafka
  • source-oracle
  • source-mongodb-strict-encrypt
  • source-stock-ticker-api-tutorial
  • destination-mssql-strict-encrypt
  • destination-s3
  • destination-redis
  • source-postgres-strict-encrypt
  • source-oracle-strict-encrypt
  • destination-kafka
  • destination-bigquery
  • destination-mssql
  • destination-redshift
  • destination-scylla
  • destination-tidb
  • destination-jdbc
  • source-db2-strict-encrypt
  • destination-clickhouse-strict-encrypt
  • destination-gcs
  • source-mongodb
  • source-mongodb-v2
  • destination-postgres-strict-encrypt
  • destination-e2e-test
  • source-zoom-singer
  • source-tidb
  • source-relational-db
  • destination-mariadb-columnstore
  • destination-bigquery-denormalized
  • source-alloydb
  • source-cockroachdb
  • destination-dynamodb
  • source-clickhouse-strict-encrypt
  • source-redshift
  • destination-mongodb
  • source-bigquery
  • destination-snowflake
  • destination-kinesis
  • destination-cassandra
  • source-elasticsearch
  • source-python-http-tutorial
  • destination-pulsar
  • destination-mysql-strict-encrypt
  • source-e2e-test
  • source-postgres
  • destination-databricks
  • destination-r2
  • destination-elasticsearch-strict-encrypt
  • source-scaffold-java-jdbc
  • destination-elasticsearch
  • source-sftp
  • source-alloydb-strict-encrypt
  • source-cockroachdb-strict-encrypt
  • source-mssql-strict-encrypt
  • source-clickhouse
  • destination-mysql
  • source-mysql-strict-encrypt
  • destination-rockset
  • destination-csv
  • destination-oracle-strict-encrypt
  • destination-meilisearch
  • destination-mqtt
  • destination-azure-blob-storage
  • destination-dev-null
  • destination-mongodb-strict-encrypt
  • source-mssql
  • destination-keen
  • destination-local-json
  • source-jdbc
  • destination-oracle
  • destination-clickhouse
  • source-snowflake

@cuyk cuyk temporarily deployed to more-secrets October 10, 2022 09:16 Inactive
@cuyk cuyk merged commit ab71f5b into master Oct 10, 2022
@cuyk cuyk deleted the vova/2362-replace-openjdk-with-amazoncorretto-connectors branch October 10, 2022 09:35
letiescanciano added a commit that referenced this pull request Oct 10, 2022
…vation

* master: (22 commits)
  Update full-refresh-append.md (#17784)
  Update full-refresh-overwrite.md (#17783)
  Update incremental-append.md (#17785)
  Update incremental-deduped-history.md (#17786)
  Update cdc.md (#17787)
  🪟 🔧 Ignore classnames during jest snapshot comparison (#17773)
  feat: replace openjdk with amazoncorretto:17.0.4 on connectors for seсurity compliance (#17511)
  Start testing buildpulse. (#17712)
  Add missing types to the registry (#17763)
  jobs db descriptions (#16543)
  config db data catalog (#16427)
  Update lowcode docs (#17752)
  db migrations to support new webhook operations (#17671)
  Bump Airbyte version from 0.40.13 to 0.40.14 (#17762)
  September Release Notes (#17754)
  Revert "Use java-datadog-tracer-base image (#17625)" (#17759)
  Add connection migrations for schema changes (#17651)
  Connection Form Refactor - Part Two (#16748)
  Improve E2E testing around the Connection Form (#17577)
  Bump strict encrypt version (#17747)
  ...
cuyk added a commit that referenced this pull request Oct 11, 2022
…s for seсurity compliance (#17511)"

This reverts commit ab71f5b.
cuyk added a commit that referenced this pull request Oct 11, 2022
cuyk added a commit that referenced this pull request Oct 11, 2022
…onnectors for seсurity compliance (#17511)" (#17820)"

This reverts commit e47c94e.
cuyk added a commit that referenced this pull request Oct 11, 2022
…onnectors for seсurity compliance (#17511)" (#17820)"

This reverts commit e47c94e.
cuyk added a commit that referenced this pull request Oct 11, 2022
…onnectors for seсurity compliance (#17511)" (#17820)" (#17833)

This reverts commit e47c94e.
jhammarstedt pushed a commit to jhammarstedt/airbyte that referenced this pull request Oct 31, 2022
jhammarstedt pushed a commit to jhammarstedt/airbyte that referenced this pull request Oct 31, 2022
jhammarstedt pushed a commit to jhammarstedt/airbyte that referenced this pull request Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment