Skip to content

Conversation

@grubberr
Copy link
Contributor

@grubberr grubberr commented Jul 6, 2022

Signed-off-by: Sergey Chvalyuk grubberr@gmail.com

What

https://github.com/airbytehq/alpha-beta-issues/issues/139
Customer has catched Exception requests.exceptions.ChunkedEncodingError

How

I just bump version because of airbyte_cdk>=0.1.60 re-tries sync if such exception happens

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.

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

Tests

Unit

Put your unit tests output here.

Integration

Put your integration tests output here.

Acceptance

Put your acceptance tests output here.

Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
@grubberr grubberr self-assigned this Jul 6, 2022
@github-actions github-actions bot added the area/connectors Connector related issues label Jul 6, 2022
@grubberr grubberr added team/connectors-python and removed area/connectors Connector related issues labels Jul 6, 2022
@grubberr
Copy link
Contributor Author

grubberr commented Jul 6, 2022

/test connector=connectors/source-dixa

🕑 connectors/source-dixa https://github.com/airbytehq/airbyte/actions/runs/2620630038
❌ connectors/source-dixa https://github.com/airbytehq/airbyte/actions/runs/2620630038
🐛 https://gradle.com/s/blixgj6et22ru

Build Failed

Test summary info:

=========================== short test summary info ============================ FAILED test_core.py::TestConnection::test_check[inputs0] - AssertionError: as... FAILED test_core.py::TestBasicRead::test_read[inputs0] - docker.errors.Contai... FAILED test_full_refresh.py::TestFullRefresh::test_sequential_reads[inputs0] FAILED test_incremental.py::TestIncremental::test_two_sequential_reads[inputs0] FAILED test_incremental.py::TestIncremental::test_read_sequential_slices[inputs0] FAILED test_incremental.py::TestIncremental::test_state_with_abnormally_large_values[inputs0] ======================== 6 failed, 18 passed in 10.06s ========================= 
@grubberr
Copy link
Contributor Author

grubberr commented Jul 6, 2022

/test connector=connectors/source-dixa

🕑 connectors/source-dixa https://github.com/airbytehq/airbyte/actions/runs/2621622274
✅ connectors/source-dixa https://github.com/airbytehq/airbyte/actions/runs/2621622274
Python tests coverage:

Name Stmts Miss Cover ------------------------------------------------------------------------ source_acceptance_test/utils/__init__.py 6 0 100% source_acceptance_test/tests/__init__.py 4 0 100% source_acceptance_test/__init__.py 2 0 100% source_acceptance_test/tests/test_full_refresh.py 52 2 96% source_acceptance_test/utils/asserts.py 37 2 95% source_acceptance_test/config.py 77 6 92% source_acceptance_test/utils/json_schema_helper.py 105 13 88% source_acceptance_test/tests/test_incremental.py 121 25 79% source_acceptance_test/utils/common.py 80 17 79% source_acceptance_test/tests/test_core.py 294 106 64% source_acceptance_test/utils/compare.py 62 23 63% source_acceptance_test/base.py 10 4 60% source_acceptance_test/utils/connector_runner.py 110 48 56% ------------------------------------------------------------------------ TOTAL 960 246 74% Name Stmts Miss Cover --------------------------------------------- source_dixa/utils.py 11 0 100% source_dixa/__init__.py 2 0 100% source_dixa/source.py 64 18 72% --------------------------------------------- TOTAL 77 18 77% 

Build Passed

Test summary info:

All Passed 
@grubberr grubberr assigned lazebnyi and unassigned lazebnyi Jul 6, 2022
@grubberr grubberr requested review from lazebnyi and midavadim July 6, 2022 11:23
@grubberr
Copy link
Contributor Author

grubberr commented Jul 7, 2022

/publish connector=connectors/source-dixa

🕑 Publishing the following connectors:
connectors/source-dixa
https://github.com/airbytehq/airbyte/actions/runs/2628011460


Connector Did it publish? Were definitions generated?
connectors/source-dixa

if you have connectors that successfully published but failed definition generation, follow step 4 here ▶️

@github-actions github-actions bot added the area/connectors Connector related issues label Jul 7, 2022
@octavia-squidington-iii octavia-squidington-iii temporarily deployed to more-secrets July 7, 2022 08:16 Inactive
@grubberr grubberr merged commit 7da86a5 into master Jul 7, 2022
@grubberr grubberr deleted the grubberr/oncall-306-source-dixa branch July 7, 2022 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment