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-s3: bump version #8695

Merged
merged 4 commits into from
Dec 29, 2021
Merged

source-s3: bump version #8695

merged 4 commits into from
Dec 29, 2021

Conversation

eliziario
Copy link
Contributor

What

Bump version for s3 source to publish previously unpublished changes

@eliziario eliziario temporarily deployed to more-secrets December 10, 2021 12:04 Inactive
@github-actions github-actions bot added the area/connectors Connector related issues label Dec 10, 2021
@eliziario
Copy link
Contributor Author

eliziario commented Dec 10, 2021

/test connector=connectors/source-s3

🕑 connectors/source-s3 https://github.com/airbytehq/airbyte/actions/runs/1563311457
🕑 connectors/source-s3 https://github.com/airbytehq/airbyte/actions/runs/1563311457

@jrhizor jrhizor temporarily deployed to more-secrets December 10, 2021 12:06 Inactive
@jrhizor jrhizor temporarily deployed to more-secrets December 10, 2021 12:38 Inactive
@eliziario
Copy link
Contributor Author

eliziario commented Dec 10, 2021

/test connector=connectors/source-s3

🕑 connectors/source-s3 https://github.com/airbytehq/airbyte/actions/runs/1563694121
🕑 connectors/source-s3 https://github.com/airbytehq/airbyte/actions/runs/1563694121

@jrhizor jrhizor temporarily deployed to more-secrets December 10, 2021 13:53 Inactive
@jrhizor jrhizor temporarily deployed to more-secrets December 10, 2021 14:57 Inactive
@eliziario
Copy link
Contributor Author

eliziario commented Dec 13, 2021

/test connector=connectors/source-s3

🕑 connectors/source-s3 https://github.com/airbytehq/airbyte/actions/runs/1573875358
❌ connectors/source-s3 https://github.com/airbytehq/airbyte/actions/runs/1573875358
🐛 https://gradle.com/s/ddbsesiovhsqg

@jrhizor jrhizor temporarily deployed to more-secrets December 13, 2021 16:35 Inactive
@eliziario eliziario temporarily deployed to more-secrets December 13, 2021 18:30 Inactive
@eliziario
Copy link
Contributor Author

eliziario commented Dec 13, 2021

/test connector=connectors/source-s3

🕑 connectors/source-s3 https://github.com/airbytehq/airbyte/actions/runs/1574341282
❌ connectors/source-s3 https://github.com/airbytehq/airbyte/actions/runs/1574341282
🐛 https://gradle.com/s/wkl5drem3loty

@jrhizor jrhizor temporarily deployed to more-secrets December 13, 2021 18:33 Inactive
@eliziario
Copy link
Contributor Author

eliziario commented Dec 28, 2021

/test connector=connectors/source-s3

🕑 connectors/source-s3 https://github.com/airbytehq/airbyte/actions/runs/1630848429
❌ connectors/source-s3 https://github.com/airbytehq/airbyte/actions/runs/1630848429
🐛 https://gradle.com/s/texerery4m5ce
Python short test summary info:

=========================== short test summary info ============================
FAILED test_core.py::TestBasicRead::test_read[inputs0] - Failed: Stream test:...
=================== 1 failed, 31 passed in 184.33s (0:03:04) ===================

@eliziario eliziario temporarily deployed to more-secrets December 28, 2021 14:43 Inactive
@jrhizor jrhizor temporarily deployed to more-secrets December 28, 2021 14:44 Inactive
@eliziario
Copy link
Contributor Author

eliziario commented Dec 29, 2021

/test connector=connectors/source-s3

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

	 ---------- coverage: platform linux, python 3.8.10-final-0 -----------
	 Name                                                 Stmts   Miss  Cover
	 ------------------------------------------------------------------------
	 source_acceptance_test/__init__.py                       2      0   100%
	 source_acceptance_test/base.py                          10      4    60%
	 source_acceptance_test/config.py                        74      6    92%
	 source_acceptance_test/conftest.py                     109    109     0%
	 source_acceptance_test/plugin.py                        47     47     0%
	 source_acceptance_test/tests/__init__.py                 4      0   100%
	 source_acceptance_test/tests/test_core.py              242     96    60%
	 source_acceptance_test/tests/test_full_refresh.py       38      0   100%
	 source_acceptance_test/tests/test_incremental.py        69     38    45%
	 source_acceptance_test/utils/__init__.py                 6      0   100%
	 source_acceptance_test/utils/asserts.py                 37      2    95%
	 source_acceptance_test/utils/common.py                  54     17    69%
	 source_acceptance_test/utils/compare.py                 62     23    63%
	 source_acceptance_test/utils/connector_runner.py       110     48    56%
	 source_acceptance_test/utils/json_schema_helper.py     115     14    88%
	 ------------------------------------------------------------------------
	 TOTAL                                                  979    404    59%
	 ---------- coverage: platform linux, python 3.8.10-final-0 -----------
	 Name                                                              Stmts   Miss  Cover
	 -------------------------------------------------------------------------------------
	 source_s3/__init__.py                                                 2      0   100%
	 source_s3/s3_utils.py                                                20      3    85%
	 source_s3/s3file.py                                                  49      3    94%
	 source_s3/source.py                                                  23      0   100%
	 source_s3/source_files_abstract/__init__.py                           0      0   100%
	 source_s3/source_files_abstract/formats/abstract_file_parser.py      34      2    94%
	 source_s3/source_files_abstract/formats/csv_parser.py                68     18    74%
	 source_s3/source_files_abstract/formats/csv_spec.py                  16      0   100%
	 source_s3/source_files_abstract/formats/parquet_parser.py            61     44    28%
	 source_s3/source_files_abstract/formats/parquet_spec.py               9      0   100%
	 source_s3/source_files_abstract/source.py                            40     18    55%
	 source_s3/source_files_abstract/spec.py                              42     22    48%
	 source_s3/source_files_abstract/storagefile.py                       16      0   100%
	 source_s3/source_files_abstract/stream.py                           193     10    95%
	 source_s3/stream.py                                                  42      3    93%
	 source_s3/utils.py                                                   27     10    63%
	 -------------------------------------------------------------------------------------
	 TOTAL                                                               642    133    79%
	 ---------- coverage: platform linux, python 3.8.10-final-0 -----------
	 Name                                                              Stmts   Miss  Cover
	 -------------------------------------------------------------------------------------
	 source_s3/__init__.py                                                 2      0   100%
	 source_s3/s3_utils.py                                                20     13    35%
	 source_s3/s3file.py                                                  49     26    47%
	 source_s3/source.py                                                  23      0   100%
	 source_s3/source_files_abstract/__init__.py                           0      0   100%
	 source_s3/source_files_abstract/formats/abstract_file_parser.py      34      0   100%
	 source_s3/source_files_abstract/formats/csv_parser.py                68     11    84%
	 source_s3/source_files_abstract/formats/csv_spec.py                  16      0   100%
	 source_s3/source_files_abstract/formats/parquet_parser.py            61      3    95%
	 source_s3/source_files_abstract/formats/parquet_spec.py               9      0   100%
	 source_s3/source_files_abstract/source.py                            40     18    55%
	 source_s3/source_files_abstract/spec.py                              42     22    48%
	 source_s3/source_files_abstract/storagefile.py                       16      3    81%
	 source_s3/source_files_abstract/stream.py                           193    101    48%
	 source_s3/stream.py                                                  42     30    29%
	 source_s3/utils.py                                                   27      8    70%
	 -------------------------------------------------------------------------------------
	 TOTAL                                                               642    235    63%

@jrhizor jrhizor temporarily deployed to more-secrets December 29, 2021 11:19 Inactive
@eliziario
Copy link
Contributor Author

eliziario commented Dec 29, 2021

/publish connector=connectors/source-s3

🕑 connectors/source-s3 https://github.com/airbytehq/airbyte/actions/runs/1633890930
✅ connectors/source-s3 https://github.com/airbytehq/airbyte/actions/runs/1633890930

@eliziario eliziario temporarily deployed to more-secrets December 29, 2021 11:51 Inactive
@jrhizor jrhizor temporarily deployed to more-secrets December 29, 2021 11:52 Inactive
@eliziario eliziario merged commit aa6829b into master Dec 29, 2021
@eliziario eliziario deleted the eliziario/6480_publish_only branch December 29, 2021 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants