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

Update fields in source-connectors specifications: kustomer-singer, lemlist, linnworks, looker, marketo, mixpanel #8578

Merged
merged 20 commits into from
Dec 25, 2021

Conversation

ycherniaiev
Copy link
Contributor

Add title and description properties to each field in source-connectors specifications:
source-kustomer-singer
source-lemlist
source-linnworks
source-looker
source-marketo
source-mixpanel

[EPIC] Add title and description properties to each field in connectors specifications and order input fields appropriately #8324

@ycherniaiev ycherniaiev added area/documentation Improvements or additions to documentation area/connectors Connector related issues labels Dec 7, 2021
@ycherniaiev ycherniaiev self-assigned this Dec 7, 2021
@ycherniaiev ycherniaiev temporarily deployed to more-secrets December 7, 2021 12:38 Inactive
@ycherniaiev ycherniaiev temporarily deployed to more-secrets December 10, 2021 10:42 Inactive
@ycherniaiev
Copy link
Contributor Author

@sherifnada please approve. Corrections are made

Your Name added 2 commits December 10, 2021 15:29
…ption

Signed-off-by: Your Name <you@example.com>
Signed-off-by: Your Name <you@example.com>
@CLAassistant
Copy link

CLAassistant commented Dec 10, 2021

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
2 out of 3 committers have signed the CLA.

✅ ycherniaiev
✅ bazarnov
❌ Your Name


Your Name seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@grubberr grubberr temporarily deployed to more-secrets December 10, 2021 15:32 Inactive
@ycherniaiev ycherniaiev temporarily deployed to more-secrets December 10, 2021 17:14 Inactive
@ycherniaiev
Copy link
Contributor Author

ycherniaiev commented Dec 14, 2021

/test connector=connectors/source-kustomer-singer

🕑 connectors/source-kustomer-singer https://github.com/airbytehq/airbyte/actions/runs/1577548053
✅ connectors/source-kustomer-singer https://github.com/airbytehq/airbyte/actions/runs/1577548053
No Python unittests run

@jrhizor jrhizor temporarily deployed to more-secrets December 14, 2021 11:20 Inactive
@ycherniaiev
Copy link
Contributor Author

ycherniaiev commented Dec 14, 2021

/test connector=connectors/source-lemlist

🕑 connectors/source-lemlist https://github.com/airbytehq/airbyte/actions/runs/1577645786
✅ connectors/source-lemlist https://github.com/airbytehq/airbyte/actions/runs/1577645786
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                        76      8    89%
	 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              235     95    60%
	 source_acceptance_test/tests/test_full_refresh.py       38     27    29%
	 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     24    56%
	 source_acceptance_test/utils/compare.py                 62     25    60%
	 source_acceptance_test/utils/connector_runner.py        82     49    40%
	 source_acceptance_test/utils/json_schema_helper.py     115     14    88%
	 ------------------------------------------------------------------------
	 TOTAL                                                  946    442    53%
	 ---------- coverage: platform linux, python 3.8.10-final-0 -----------
	 Name                                       Stmts   Miss  Cover
	 --------------------------------------------------------------
	 base_python/__init__.py                       13      0   100%
	 base_python/catalog_helpers.py                10      6    40%
	 base_python/cdk/__init__.py                    0      0   100%
	 base_python/cdk/abstract_source.py            89     64    28%
	 base_python/cdk/streams/__init__.py            0      0   100%
	 base_python/cdk/streams/auth/__init__.py       0      0   100%
	 base_python/cdk/streams/auth/core.py           8      1    88%
	 base_python/cdk/streams/auth/jwt.py            5      5     0%
	 base_python/cdk/streams/auth/oauth.py         37     26    30%
	 base_python/cdk/streams/auth/token.py          9      4    56%
	 base_python/cdk/streams/core.py               63     32    49%
	 base_python/cdk/streams/exceptions.py         10      2    80%
	 base_python/cdk/streams/http.py               67     33    51%
	 base_python/cdk/streams/rate_limiting.py      30     14    53%
	 base_python/cdk/utils/__init__.py              0      0   100%
	 base_python/cdk/utils/casing.py                4      0   100%
	 base_python/cdk/utils/event_timing.py         47      3    94%
	 base_python/client.py                         56     33    41%
	 base_python/entrypoint.py                     70     56    20%
	 base_python/integration.py                    52     25    52%
	 base_python/logger.py                         33     15    55%
	 base_python/schema_helpers.py                 56     41    27%
	 base_python/source.py                         51     34    33%
	 main_dev.py                                    3      3     0%
	 --------------------------------------------------------------
	 TOTAL                                        713    397    44%
	 ---------- coverage: platform linux, python 3.8.10-final-0 -----------
	 Name                         Stmts   Miss  Cover
	 ------------------------------------------------
	 source_lemlist/__init__.py       2      0   100%
	 source_lemlist/auth.py           8      0   100%
	 source_lemlist/source.py        19      2    89%
	 source_lemlist/streams.py       49     11    78%
	 ------------------------------------------------
	 TOTAL                           78     13    83%

Python short test summary info:

=========================== short test summary info ============================
SKIPPED [1] ../usr/local/lib/python3.7/site-packages/source_acceptance_test/plugin.py:56: Skipping TestIncremental.test_two_sequential_reads because not found in the config
======================== 13 passed, 1 skipped in 12.83s ========================

@jrhizor jrhizor temporarily deployed to more-secrets December 14, 2021 11:46 Inactive
@jrhizor jrhizor temporarily deployed to more-secrets December 14, 2021 11:46 Inactive
@ycherniaiev
Copy link
Contributor Author

ycherniaiev commented Dec 14, 2021

/test connector=connectors/source-marketo

🕑 connectors/source-marketo https://github.com/airbytehq/airbyte/actions/runs/1577791227
✅ connectors/source-marketo https://github.com/airbytehq/airbyte/actions/runs/1577791227
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                        76      8    89%
	 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              235     95    60%
	 source_acceptance_test/tests/test_full_refresh.py       38     27    29%
	 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     24    56%
	 source_acceptance_test/utils/compare.py                 62     25    60%
	 source_acceptance_test/utils/connector_runner.py        82     49    40%
	 source_acceptance_test/utils/json_schema_helper.py     115     14    88%
	 ------------------------------------------------------------------------
	 TOTAL                                                  946    442    53%
	 ---------- coverage: platform linux, python 3.8.10-final-0 -----------
	 Name                         Stmts   Miss  Cover
	 ------------------------------------------------
	 source_marketo/__init__.py       2      0   100%
	 source_marketo/source.py       237    151    36%
	 source_marketo/utils.py         31      8    74%
	 ------------------------------------------------
	 TOTAL                          270    159    41%

@ycherniaiev
Copy link
Contributor Author

ycherniaiev commented Dec 14, 2021

/test connector=connectors/source-mixpanel

🕑 connectors/source-mixpanel https://github.com/airbytehq/airbyte/actions/runs/1577792718
✅ connectors/source-mixpanel https://github.com/airbytehq/airbyte/actions/runs/1577792718
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                        76      8    89%
	 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              235     95    60%
	 source_acceptance_test/tests/test_full_refresh.py       38     27    29%
	 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     24    56%
	 source_acceptance_test/utils/compare.py                 62     25    60%
	 source_acceptance_test/utils/connector_runner.py        82     49    40%
	 source_acceptance_test/utils/json_schema_helper.py     115     14    88%
	 ------------------------------------------------------------------------
	 TOTAL                                                  946    442    53%
	 ---------- coverage: platform linux, python 3.8.10-final-0 -----------
	 Name                          Stmts   Miss  Cover
	 -------------------------------------------------
	 source_mixpanel/__init__.py       2      0   100%
	 source_mixpanel/source.py       299    177    41%
	 -------------------------------------------------
	 TOTAL                           301    177    41%

Python short test summary info:

=========================== short test summary info ============================
SKIPPED [1] ../usr/local/lib/python3.7/site-packages/source_acceptance_test/tests/test_incremental.py:21: `future_state_path` not specified, skipping
================== 14 passed, 1 skipped in 1743.11s (0:29:03) ==================

@jrhizor jrhizor temporarily deployed to more-secrets December 24, 2021 20:01 Inactive
@bazarnov
Copy link
Collaborator

bazarnov commented Dec 24, 2021

/publish connector=connectors/source-mixpanel

🕑 connectors/source-mixpanel https://github.com/airbytehq/airbyte/actions/runs/1620190170
✅ connectors/source-mixpanel https://github.com/airbytehq/airbyte/actions/runs/1620190170

@bazarnov bazarnov temporarily deployed to more-secrets December 24, 2021 20:57 Inactive
@jrhizor jrhizor temporarily deployed to more-secrets December 24, 2021 20:58 Inactive
@bazarnov bazarnov temporarily deployed to more-secrets December 25, 2021 11:07 Inactive
@bazarnov
Copy link
Collaborator

bazarnov commented Dec 25, 2021

/publish connector=connectors/source-kustomer-singer

🕑 connectors/source-kustomer-singer https://github.com/airbytehq/airbyte/actions/runs/1621609431
✅ connectors/source-kustomer-singer https://github.com/airbytehq/airbyte/actions/runs/1621609431

@bazarnov bazarnov temporarily deployed to more-secrets December 25, 2021 11:16 Inactive
@jrhizor jrhizor temporarily deployed to more-secrets December 25, 2021 11:17 Inactive
@bazarnov bazarnov temporarily deployed to more-secrets December 25, 2021 11:25 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Archived in project
7 participants