Skip to content

chore: add confluence and firestore to definition yamls #9831

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

Merged
merged 3 commits into from
Feb 2, 2022

Conversation

harshithmullapudi
Copy link
Contributor

What

Adding confluence and firestore to source and destination definitions

@harshithmullapudi
Copy link
Contributor Author

harshithmullapudi commented Jan 27, 2022

/publish-external connector=farosai/airbyte-pagerduty-source version=0.1.23

Error: Workflow does not have 'workflow_dispatch' trigger

@harshithmullapudi harshithmullapudi temporarily deployed to more-secrets January 27, 2022 06:41 Inactive
@harshithmullapudi harshithmullapudi force-pushed the harshith/publish-con-firestore branch from f159e1f to 6901329 Compare January 27, 2022 06:42
@harshithmullapudi
Copy link
Contributor Author

harshithmullapudi commented Jan 27, 2022

/publish-external connector=farosai/airbyte-pagerduty-source version=0.1.23

🕑 farosai/airbyte-pagerduty-source https://github.com/airbytehq/airbyte/actions/runs/1754827533
✅ farosai/airbyte-pagerduty-source https://github.com/airbytehq/airbyte/actions/runs/1754827533

@octavia-squidington-iii octavia-squidington-iii temporarily deployed to more-secrets January 27, 2022 06:44 Inactive
@harshithmullapudi harshithmullapudi temporarily deployed to more-secrets January 27, 2022 06:44 Inactive
@github-actions github-actions bot added the area/connectors Connector related issues label Jan 31, 2022
@harshithmullapudi harshithmullapudi temporarily deployed to more-secrets January 31, 2022 08:32 Inactive
@codecov
Copy link

codecov bot commented Jan 31, 2022

Codecov Report

❗ No coverage uploaded for pull request base (master@913db2e). Click here to learn what that means.
The diff coverage is n/a.

❗ Current head c0f9d3e differs from pull request most recent head 0214802. Consider uploading reports for the commit 0214802 to get more accurate results
Impacted file tree graph

@@            Coverage Diff            @@
##             master    #9831   +/-   ##
=========================================
  Coverage          ?   76.54%           
=========================================
  Files             ?        2           
  Lines             ?       81           
  Branches          ?        0           
=========================================
  Hits              ?       62           
  Misses            ?       19           
  Partials          ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 913db2e...0214802. Read the comment docs.

@harshithmullapudi
Copy link
Contributor Author

harshithmullapudi commented Jan 31, 2022

/test connector=connectors/source-confluence

🕑 connectors/source-confluence https://github.com/airbytehq/airbyte/actions/runs/1771579889
❌ connectors/source-confluence https://github.com/airbytehq/airbyte/actions/runs/1771579889
🐛 https://gradle.com/s/ntqxbu66xbtry

@octavia-squidington-iii octavia-squidington-iii temporarily deployed to more-secrets January 31, 2022 08:39 Inactive
@harshithmullapudi
Copy link
Contributor Author

harshithmullapudi commented Jan 31, 2022

/test connector=connectors/source-confluence

🕑 connectors/source-confluence https://github.com/airbytehq/airbyte/actions/runs/1771658539
❌ connectors/source-confluence https://github.com/airbytehq/airbyte/actions/runs/1771658539
🐛 https://gradle.com/s/xst5skch4nlz2

@octavia-squidington-iii octavia-squidington-iii temporarily deployed to more-secrets January 31, 2022 09:00 Inactive
@harshithmullapudi harshithmullapudi force-pushed the harshith/publish-con-firestore branch from d024825 to a9e3817 Compare January 31, 2022 09:45
@harshithmullapudi
Copy link
Contributor Author

harshithmullapudi commented Jan 31, 2022

/test connector=connectors/source-confluence

🕑 connectors/source-confluence https://github.com/airbytehq/airbyte/actions/runs/1771865639
✅ connectors/source-confluence https://github.com/airbytehq/airbyte/actions/runs/1771865639
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              275    106    61%
	 source_acceptance_test/tests/test_full_refresh.py       52      2    96%
	 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                  70     17    76%
	 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     105     13    88%
	 ------------------------------------------------------------------------
	 TOTAL                                                 1032    415    60%
	 ---------- 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_confluence/__init__.py       2      0   100%
	 source_confluence/source.py        79     19    76%
	 ---------------------------------------------------
	 TOTAL                              81     19    77%

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
======================== 20 passed, 1 skipped in 16.18s ========================

@harshithmullapudi harshithmullapudi temporarily deployed to more-secrets January 31, 2022 09:46 Inactive
@octavia-squidington-iii octavia-squidington-iii temporarily deployed to more-secrets January 31, 2022 09:47 Inactive
@harshithmullapudi
Copy link
Contributor Author

harshithmullapudi commented Jan 31, 2022

/publish connector=connectors/source-confluence

🕑 connectors/source-confluence https://github.com/airbytehq/airbyte/actions/runs/1771898999
✅ connectors/source-confluence https://github.com/airbytehq/airbyte/actions/runs/1771898999

@octavia-squidington-iii octavia-squidington-iii temporarily deployed to more-secrets January 31, 2022 09:56 Inactive
@harshithmullapudi harshithmullapudi force-pushed the harshith/publish-con-firestore branch from 8919c85 to f070a64 Compare January 31, 2022 10:05
@github-actions github-actions bot added the area/documentation Improvements or additions to documentation label Jan 31, 2022
@harshithmullapudi harshithmullapudi temporarily deployed to more-secrets January 31, 2022 10:07 Inactive
@harshithmullapudi
Copy link
Contributor Author

harshithmullapudi commented Jan 31, 2022

/publish-external connector=farosai/airbyte-jenkins-source version=0.1.23

🕑 farosai/airbyte-jenkins-source https://github.com/airbytehq/airbyte/actions/runs/1771987864
✅ farosai/airbyte-jenkins-source https://github.com/airbytehq/airbyte/actions/runs/1771987864

@octavia-squidington-iii octavia-squidington-iii temporarily deployed to more-secrets January 31, 2022 10:16 Inactive
@harshithmullapudi
Copy link
Contributor Author

harshithmullapudi commented Jan 31, 2022

/publish-external connector=ghcr.io/devmate-cloud/streamr-airbyte-connectors version=0.0.1

🕑 ghcr.io/devmate-cloud/streamr-airbyte-connectors https://github.com/airbytehq/airbyte/actions/runs/1772018138
✅ ghcr.io/devmate-cloud/streamr-airbyte-connectors https://github.com/airbytehq/airbyte/actions/runs/1772018138

@octavia-squidington-iii octavia-squidington-iii temporarily deployed to more-secrets January 31, 2022 10:23 Inactive
@harshithmullapudi harshithmullapudi force-pushed the harshith/publish-con-firestore branch from f070a64 to 5eec62c Compare January 31, 2022 10:27
@harshithmullapudi harshithmullapudi temporarily deployed to more-secrets January 31, 2022 10:28 Inactive
@harshithmullapudi harshithmullapudi temporarily deployed to more-secrets January 31, 2022 12:27 Inactive
@harshithmullapudi harshithmullapudi temporarily deployed to more-secrets January 31, 2022 15:36 Inactive
@harshithmullapudi harshithmullapudi force-pushed the harshith/publish-con-firestore branch from c0f9d3e to cc722ba Compare February 2, 2022 11:32
@harshithmullapudi
Copy link
Contributor Author

harshithmullapudi commented Feb 2, 2022

/publish-external connector=faros-ai/airbyte-customer-io-source version=0.1.23

🕑 faros-ai/airbyte-customer-io-source https://github.com/airbytehq/airbyte/actions/runs/1783625986
❌ faros-ai/airbyte-customer-io-source https://github.com/airbytehq/airbyte/actions/runs/1783625986

@harshithmullapudi harshithmullapudi temporarily deployed to more-secrets February 2, 2022 11:33 Inactive
@octavia-squidington-iii octavia-squidington-iii temporarily deployed to more-secrets February 2, 2022 11:35 Inactive
@harshithmullapudi harshithmullapudi force-pushed the harshith/publish-con-firestore branch from cc722ba to 91f9cdd Compare February 2, 2022 11:53
@harshithmullapudi harshithmullapudi temporarily deployed to more-secrets February 2, 2022 11:55 Inactive
@harshithmullapudi harshithmullapudi force-pushed the harshith/publish-con-firestore branch from 91f9cdd to 160aa0a Compare February 2, 2022 11:59
@harshithmullapudi harshithmullapudi temporarily deployed to more-secrets February 2, 2022 12:01 Inactive
@harshithmullapudi harshithmullapudi force-pushed the harshith/publish-con-firestore branch from 160aa0a to 446c04c Compare February 2, 2022 16:03
@harshithmullapudi harshithmullapudi temporarily deployed to more-secrets February 2, 2022 16:05 Inactive
@harshithmullapudi
Copy link
Contributor Author

harshithmullapudi commented Feb 2, 2022

/publish-external connector=farosai/airbyte-customer-io-source version=0.1.23

🕑 farosai/airbyte-customer-io-source https://github.com/airbytehq/airbyte/actions/runs/1784883558
✅ farosai/airbyte-customer-io-source https://github.com/airbytehq/airbyte/actions/runs/1784883558

@harshithmullapudi harshithmullapudi force-pushed the harshith/publish-con-firestore branch from 446c04c to 0214802 Compare February 2, 2022 16:11
@harshithmullapudi harshithmullapudi temporarily deployed to more-secrets February 2, 2022 16:13 Inactive
@harshithmullapudi
Copy link
Contributor Author

harshithmullapudi commented Feb 2, 2022

/publish-external connector=farosai/airbyte-pagerduty-source version=0.1.23

🕑 farosai/airbyte-pagerduty-source https://github.com/airbytehq/airbyte/actions/runs/1784921762
✅ farosai/airbyte-pagerduty-source https://github.com/airbytehq/airbyte/actions/runs/1784921762

@harshithmullapudi
Copy link
Contributor Author

harshithmullapudi commented Feb 2, 2022

/publish-external connector=farosai/airbyte-harness-source version=0.1.23

🕑 farosai/airbyte-harness-source https://github.com/airbytehq/airbyte/actions/runs/1784924644
✅ farosai/airbyte-harness-source https://github.com/airbytehq/airbyte/actions/runs/1784924644

@harshithmullapudi
Copy link
Contributor Author

harshithmullapudi commented Feb 2, 2022

/publish-external connector=farosai/airbyte-victorops-source version=0.1.23

🕑 farosai/airbyte-victorops-source https://github.com/airbytehq/airbyte/actions/runs/1784926240
✅ farosai/airbyte-victorops-source https://github.com/airbytehq/airbyte/actions/runs/1784926240

@octavia-squidington-iii octavia-squidington-iii temporarily deployed to more-secrets February 2, 2022 16:15 Inactive
@octavia-squidington-iii octavia-squidington-iii temporarily deployed to more-secrets February 2, 2022 16:16 Inactive
@octavia-squidington-iii octavia-squidington-iii temporarily deployed to more-secrets February 2, 2022 16:16 Inactive
@harshithmullapudi harshithmullapudi merged commit 7428f7c into master Feb 2, 2022
@harshithmullapudi harshithmullapudi deleted the harshith/publish-con-firestore branch February 2, 2022 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues area/documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants