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

Connector Health: Fixed SAT for close-com, facebook-marketing, freshsales, greenhouse, hubspot, intercom, jira, mixpanel, monday, pipedrive, recharge, sentry, slack, strava, stripe, trello, twitter, youtube-analytics, twillio, faker #24361

Merged
merged 20 commits into from
Mar 28, 2023

Conversation

lazebnyi
Copy link
Collaborator

@lazebnyi lazebnyi commented Mar 22, 2023

What

Fixed SAT for close-com, facebook-marketing, freshsales, greenhouse, hubspot, intercom, jira, mixpanel, monday, pipedrive, recharge, sentry, slack, strava, stripe, trello, twitter, youtube-analytics, twillio, faker

How

Updated expected records and unit tests.

@lazebnyi
Copy link
Collaborator Author

lazebnyi commented Mar 22, 2023

/test connector=connectors/source-hubspot

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

Name                          Stmts   Miss  Cover
-------------------------------------------------
source_hubspot/errors.py          6      0   100%
source_hubspot/constants.py       2      0   100%
source_hubspot/__init__.py        2      0   100%
source_hubspot/helpers.py        70      3    96%
source_hubspot/streams.py       831     78    91%
source_hubspot/source.py         60     19    68%
-------------------------------------------------
TOTAL                           971    100    90%
Name                          Stmts   Miss  Cover
-------------------------------------------------
source_hubspot/errors.py          6      0   100%
source_hubspot/constants.py       2      0   100%
source_hubspot/__init__.py        2      0   100%
source_hubspot/helpers.py        70     10    86%
source_hubspot/source.py         60     14    77%
source_hubspot/streams.py       831    214    74%
-------------------------------------------------
TOTAL                           971    238    75%

Build Passed

Test summary info:

=========================== short test summary info ============================
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:100: The previous and actual specifications are identical.
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:509: The previous and actual discovered catalogs are identical.
================== 37 passed, 2 skipped in 465.71s (0:07:45) ===================

@lazebnyi lazebnyi requested review from davydov-d and artem1205 March 22, 2023 15:31
@lazebnyi
Copy link
Collaborator Author

lazebnyi commented Mar 28, 2023

/test connector=connectors/source-close-com

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

Build Passed

Test summary info:

=========================== short test summary info ============================
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:100: The previous and actual specifications are identical.
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:578: The previous and actual discovered catalogs are identical.
================== 38 passed, 2 skipped in 307.79s (0:05:07) ===================

@lazebnyi
Copy link
Collaborator Author

lazebnyi commented Mar 28, 2023

/test connector=connectors/source-freshsales

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

Name                            Stmts   Miss  Cover
---------------------------------------------------
source_freshsales/__init__.py       2      0   100%
source_freshsales/source.py       103      7    93%
---------------------------------------------------
TOTAL                             105      7    93%

Build Passed

Test summary info:

=========================== short test summary info ============================
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/plugin.py:63: Skipping TestIncremental.test_two_sequential_reads: Incremental syncs are not supported on this connector.
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:100: The previous and actual specifications are identical.
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:578: The previous and actual discovered catalogs are identical.
======================== 35 passed, 3 skipped in 56.22s ========================

@lazebnyi
Copy link
Collaborator Author

lazebnyi commented Mar 28, 2023

/test connector=connectors/source-greenhouse

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

Name                              Stmts   Miss  Cover
-----------------------------------------------------
source_greenhouse/source.py           4      0   100%
source_greenhouse/__init__.py         2      0   100%
source_greenhouse/components.py      68      5    93%
-----------------------------------------------------
TOTAL                                74      5    93%

Build Passed

Test summary info:

=========================== short test summary info ============================
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:100: The previous and actual specifications are identical.
SKIPPED [2] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:578: The previous and actual discovered catalogs are identical.
================== 47 passed, 3 skipped in 289.98s (0:04:49) ===================

@lazebnyi
Copy link
Collaborator Author

lazebnyi commented Mar 28, 2023

/test connector=connectors/source-intercom

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

Name                          Stmts   Miss  Cover
-------------------------------------------------
source_intercom/__init__.py       2      0   100%
source_intercom/utils.py         60      1    98%
source_intercom/source.py       256     22    91%
-------------------------------------------------
TOTAL                           318     23    93%
Name                          Stmts   Miss  Cover
-------------------------------------------------
source_intercom/__init__.py       2      0   100%
source_intercom/utils.py         60      8    87%
source_intercom/source.py       256     43    83%
-------------------------------------------------
TOTAL                           318     51    84%

Build Passed

Test summary info:

=========================== short test summary info ============================
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:100: The previous and actual specifications are identical.
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:578: The previous and actual discovered catalogs are identical.
================== 38 passed, 2 skipped in 337.10s (0:05:37) ===================
	 =========================== short test summary info ============================
	 SKIPPED [9] integration_tests/integration_test.py:33: need to refresh this test, it is very slow
	 �[33m============= �[32m2 passed�[0m, �[33m�[1m9 skipped�[0m, �[33m�[1m63 warnings�[0m�[33m in 72.71s (0:01:12)�[0m�[33m =============�[0m

@lazebnyi lazebnyi changed the title Connector Health: Fixed SAT for Hubspot and Intercom Connector Health: Fixed SAT for Hubspot, Intercom, Close.com, Freshsales, Greenhouse and Facebook marketing Mar 28, 2023
@lazebnyi
Copy link
Collaborator Author

lazebnyi commented Mar 28, 2023

/test connector=connectors/source-jira

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

Name                      Stmts   Miss  Cover
---------------------------------------------
source_jira/utils.py         21      0   100%
source_jira/__init__.py       2      0   100%
source_jira/source.py        47      4    91%
source_jira/streams.py      640     63    90%
---------------------------------------------
TOTAL                       710     67    91%

Build Passed

Test summary info:

=========================== short test summary info ============================
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:100: The previous and actual specifications are identical.
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:578: The previous and actual discovered catalogs are identical.
================== 38 passed, 2 skipped in 526.13s (0:08:46) ===================

@lazebnyi lazebnyi changed the title Connector Health: Fixed SAT for Hubspot, Intercom, Close.com, Freshsales, Greenhouse and Facebook marketing Connector Health: Fixed SAT for Hubspot, Intercom, Close.com, Freshsales, Greenhous, Facebook marketing, Jira Mar 28, 2023
@lazebnyi
Copy link
Collaborator Author

lazebnyi commented Mar 28, 2023

/test connector=connectors/source-monday

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

Name                                 Stmts   Miss  Cover
--------------------------------------------------------
source_monday/__init__.py                3      0   100%
source_monday/graphql_requester.py      58      5    91%
source_monday/source.py                  4      1    75%
--------------------------------------------------------
TOTAL                                   65      6    91%

Build Passed

Test summary info:

=========================== short test summary info ============================
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/plugin.py:63: Skipping TestIncremental.test_two_sequential_reads: Incremental syncs are not supported on this connector.
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:100: The previous and actual specifications are identical.
SKIPPED [3] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:578: The previous and actual discovered catalogs are identical.
================== 55 passed, 5 skipped in 259.32s (0:04:19) ===================

@lazebnyi lazebnyi removed the request for review from davydov-d March 28, 2023 11:42
@lazebnyi
Copy link
Collaborator Author

lazebnyi commented Mar 28, 2023

/test connector=connectors/source-youtube-analytics

🕑 connectors/source-youtube-analytics https://github.com/airbytehq/airbyte/actions/runs/4543776108
✅ connectors/source-youtube-analytics https://github.com/airbytehq/airbyte/actions/runs/4543776108
Python tests coverage:

Name                                   Stmts   Miss  Cover
----------------------------------------------------------
source_youtube_analytics/__init__.py       2      0   100%
source_youtube_analytics/source.py       160     14    91%
----------------------------------------------------------
TOTAL                                    162     14    91%

Build Passed

Test summary info:

=========================== short test summary info ============================
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:578: The previous and actual discovered catalogs are identical.
=========== 39 passed, 1 skipped, 40 warnings in 6144.10s (1:42:24) ============

@lazebnyi
Copy link
Collaborator Author

lazebnyi commented Mar 28, 2023

/test connector=connectors/source-sentry

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

Name                        Stmts   Miss  Cover
-----------------------------------------------
source_sentry/source.py        18      0   100%
source_sentry/__init__.py       2      0   100%
source_sentry/streams.py      101     15    85%
-----------------------------------------------
TOTAL                         121     15    88%

Build Passed

Test summary info:

=========================== short test summary info ============================
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:100: The previous and actual specifications are identical.
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:578: The previous and actual discovered catalogs are identical.
=================== 39 passed, 2 skipped in 66.12s (0:01:06) ===================

@lazebnyi
Copy link
Collaborator Author

lazebnyi commented Mar 28, 2023

/test connector=connectors/source-mixpanel

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

Name                                         Stmts   Miss  Cover
----------------------------------------------------------------
source_mixpanel/utils.py                         8      0   100%
source_mixpanel/streams/revenue.py              14      0   100%
source_mixpanel/streams/funnels.py              57      0   100%
source_mixpanel/streams/cohorts.py              15      0   100%
source_mixpanel/streams/__init__.py              9      0   100%
source_mixpanel/property_transformation.py      19      0   100%
source_mixpanel/__init__.py                      2      0   100%
source_mixpanel/streams/base.py                 93      3    97%
source_mixpanel/streams/export.py               68      3    96%
source_mixpanel/streams/engage.py               88      6    93%
source_mixpanel/source.py                       79      8    90%
source_mixpanel/streams/annotations.py          16      3    81%
source_mixpanel/streams/cohort_members.py       21      7    67%
source_mixpanel/testing.py                      29     11    62%
----------------------------------------------------------------
TOTAL                                          518     41    92%

Build Passed

Test summary info:

=========================== short test summary info ============================
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:100: The previous and actual specifications are identical.
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:578: The previous and actual discovered catalogs are identical.
================== 40 passed, 2 skipped in 9484.06s (2:38:04) ==================

@lazebnyi
Copy link
Collaborator Author

lazebnyi commented Mar 28, 2023

/test connector=connectors/source-facebook-marketing

🕑 connectors/source-facebook-marketing https://github.com/airbytehq/airbyte/actions/runs/4544264034
✅ connectors/source-facebook-marketing https://github.com/airbytehq/airbyte/actions/runs/4544264034
Python tests coverage:

Name                                                        Stmts   Miss  Cover
-------------------------------------------------------------------------------
source_facebook_marketing/utils.py                             24      0   100%
source_facebook_marketing/streams/common.py                    44      0   100%
source_facebook_marketing/streams/async_job.py                217      0   100%
source_facebook_marketing/streams/__init__.py                   2      0   100%
source_facebook_marketing/spec.py                              42      0   100%
source_facebook_marketing/__init__.py                           2      0   100%
source_facebook_marketing/streams/async_job_manager.py         78      3    96%
source_facebook_marketing/api.py                               96      9    91%
source_facebook_marketing/source.py                            59      6    90%
source_facebook_marketing/streams/base_insight_streams.py     145     16    89%
source_facebook_marketing/streams/base_streams.py             143     32    78%
source_facebook_marketing/streams/streams.py                  123     28    77%
-------------------------------------------------------------------------------
TOTAL                                                         975     94    90%
Name                                                        Stmts   Miss  Cover
-------------------------------------------------------------------------------
source_facebook_marketing/streams/__init__.py                   2      0   100%
source_facebook_marketing/__init__.py                           2      0   100%
source_facebook_marketing/spec.py                              42      1    98%
source_facebook_marketing/api.py                               96     12    88%
source_facebook_marketing/streams/base_streams.py             143     28    80%
source_facebook_marketing/streams/common.py                    44     16    64%
source_facebook_marketing/source.py                            59     22    63%
source_facebook_marketing/utils.py                             24      9    62%
source_facebook_marketing/streams/streams.py                  123     48    61%
source_facebook_marketing/streams/base_insight_streams.py     145     64    56%
source_facebook_marketing/streams/async_job.py                217    136    37%
source_facebook_marketing/streams/async_job_manager.py         78     60    23%
-------------------------------------------------------------------------------
TOTAL                                                         975    396    59%

Build Passed

Test summary info:

=========================== short test summary info ============================
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:100: The previous and actual specifications are identical.
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:578: The previous and actual discovered catalogs are identical.
================== 38 passed, 2 skipped in 2171.42s (0:36:11) ==================

@lazebnyi lazebnyi changed the title Connector Health: Fixed SAT for Hubspot, Intercom, Close.com, Freshsales, Greenhous, Facebook marketing, Jira Connector Health: Fixed SAT for close-com, facebook-marketing, freshsales, greenhouse, hubspot, intercom, jira, mixpanel, monday, pipedrive, recharge, sentry, slack, strava, stripe, trello, twitter, youtube-analytics Mar 28, 2023
@lazebnyi
Copy link
Collaborator Author

lazebnyi commented Mar 28, 2023

/test connector=connectors/source-faker

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

Name                                               Stmts   Miss  Cover
----------------------------------------------------------------------
source_faker/__init__.py                               2      0   100%
source_faker/streams.py                              126      1    99%
source_faker/source.py                                17      3    82%
source_faker/utils.py                                 18      6    67%
source_faker/airbyte_message_with_cached_json.py       8      4    50%
source_faker/user_generator.py                        28     16    43%
source_faker/purchase_generator.py                    55     41    25%
----------------------------------------------------------------------
TOTAL                                                254     71    72%

Build Passed

Test summary info:

=========================== short test summary info ============================
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:100: The previous and actual specifications are identical.
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:578: The previous and actual discovered catalogs are identical.
======================== 38 passed, 2 skipped in 37.59s ========================

@lazebnyi
Copy link
Collaborator Author

lazebnyi commented Mar 28, 2023

/test connector=connectors/source-twilio

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

Name                        Stmts   Miss  Cover
-----------------------------------------------
source_twilio/auth.py           8      0   100%
source_twilio/__init__.py       2      0   100%
source_twilio/source.py        28      1    96%
source_twilio/streams.py      288     23    92%
-----------------------------------------------
TOTAL                         326     24    93%

Build Passed

Test summary info:

=========================== short test summary info ============================
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:100: The previous and actual specifications are identical.
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:578: The previous and actual discovered catalogs are identical.
================== 41 passed, 2 skipped in 2052.02s (0:34:12) ==================

@lazebnyi lazebnyi changed the title Connector Health: Fixed SAT for close-com, facebook-marketing, freshsales, greenhouse, hubspot, intercom, jira, mixpanel, monday, pipedrive, recharge, sentry, slack, strava, stripe, trello, twitter, youtube-analytics Connector Health: Fixed SAT for close-com, facebook-marketing, freshsales, greenhouse, hubspot, intercom, jira, mixpanel, monday, pipedrive, recharge, sentry, slack, strava, stripe, trello, twitter, youtube-analytics, twillio, faker Mar 28, 2023
@lazebnyi
Copy link
Collaborator Author

lazebnyi commented Mar 28, 2023

/test connector=connectors/source-hubspot

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

Name                          Stmts   Miss  Cover
-------------------------------------------------
source_hubspot/errors.py          6      0   100%
source_hubspot/constants.py       2      0   100%
source_hubspot/__init__.py        2      0   100%
source_hubspot/helpers.py        70      3    96%
source_hubspot/streams.py       831     78    91%
source_hubspot/source.py         60     19    68%
-------------------------------------------------
TOTAL                           971    100    90%
Name                          Stmts   Miss  Cover
-------------------------------------------------
source_hubspot/errors.py          6      0   100%
source_hubspot/constants.py       2      0   100%
source_hubspot/__init__.py        2      0   100%
source_hubspot/helpers.py        70     10    86%
source_hubspot/source.py         60     14    77%
source_hubspot/streams.py       831    214    74%
-------------------------------------------------
TOTAL                           971    238    75%

Build Passed

Test summary info:

=========================== short test summary info ============================
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:100: The previous and actual specifications are identical.
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:578: The previous and actual discovered catalogs are identical.
================== 40 passed, 2 skipped in 419.70s (0:06:59) ===================

@lazebnyi
Copy link
Collaborator Author

lazebnyi commented Mar 28, 2023

/test connector=connectors/source-airtable

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

Name                                Stmts   Miss  Cover
-------------------------------------------------------
source_airtable/__init__.py             2      0   100%
source_airtable/streams.py             92      1    99%
source_airtable/source.py              38      1    97%
source_airtable/schema_helpers.py      48      9    81%
source_airtable/auth.py                21     10    52%
-------------------------------------------------------
TOTAL                                 201     21    90%

Build Passed

Test summary info:

=========================== short test summary info ============================
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/plugin.py:63: Skipping TestIncremental.test_two_sequential_reads: Incremental syncs are not supported on this connector.
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:100: The previous and actual specifications are identical.
SKIPPED [2] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:578: The previous and actual discovered catalogs are identical.
============= 48 passed, 4 skipped, 1 warning in 145.58s (0:02:25) =============

@lazebnyi
Copy link
Collaborator Author

lazebnyi commented Mar 28, 2023

/test connector=connectors/source-sentry

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

Name                        Stmts   Miss  Cover
-----------------------------------------------
source_sentry/source.py        18      0   100%
source_sentry/__init__.py       2      0   100%
source_sentry/streams.py      101     15    85%
-----------------------------------------------
TOTAL                         121     15    88%

Build Passed

Test summary info:

=========================== short test summary info ============================
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:100: The previous and actual specifications are identical.
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:578: The previous and actual discovered catalogs are identical.
=================== 39 passed, 2 skipped in 66.25s (0:01:06) ===================

@lazebnyi
Copy link
Collaborator Author

lazebnyi commented Mar 28, 2023

/test connector=connectors/source-stripe

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

Name                                     Stmts   Miss  Cover
------------------------------------------------------------
source_stripe/source.py                     22      0   100%
source_stripe/__init__.py                    2      0   100%
source_stripe/streams.py                   315     30    90%
source_stripe/availability_strategy.py      19      2    89%
------------------------------------------------------------
TOTAL                                      358     32    91%

Build Passed

Test summary info:

=========================== short test summary info ============================
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:100: The previous and actual specifications are identical.
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:578: The previous and actual discovered catalogs are identical.
================== 38 passed, 2 skipped in 208.13s (0:03:28) ===================

@lazebnyi
Copy link
Collaborator Author

lazebnyi commented Mar 28, 2023

/test connector=connectors/source-google-analytics-data-api

🕑 connectors/source-google-analytics-data-api https://github.com/airbytehq/airbyte/actions/runs/4546100834
✅ connectors/source-google-analytics-data-api https://github.com/airbytehq/airbyte/actions/runs/4546100834
Python tests coverage:

Name                                                Stmts   Miss  Cover
-----------------------------------------------------------------------
source_google_analytics_data_api/__init__.py            2      0   100%
source_google_analytics_data_api/authenticator.py      44      2    95%
source_google_analytics_data_api/source.py            200     15    92%
source_google_analytics_data_api/utils.py              26      2    92%
source_google_analytics_data_api/api_quota.py          94     12    87%
-----------------------------------------------------------------------
TOTAL                                                 366     31    92%

Build Passed

Test summary info:

=========================== short test summary info ============================
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:100: The previous and actual specifications are identical.
SKIPPED [1] ../usr/local/lib/python3.9/site-packages/connector_acceptance_test/tests/test_core.py:578: The previous and actual discovered catalogs are identical.
============= 38 passed, 2 skipped, 1 warning in 430.86s (0:07:10) =============

@lazebnyi lazebnyi merged commit 03e1ec4 into master Mar 28, 2023
@lazebnyi lazebnyi deleted the lazebnyi/09-fix-connector-health-build branch March 28, 2023 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment