Skip to content

Commit

Permalink
Source Facebook Pages: fix tests; data is not permanent (#20925)
Browse files Browse the repository at this point in the history
* Source Facebook Pages: fix tests; data is not permanent

* Source Facebook Pages: fix tests
  • Loading branch information
artem1205 authored Jan 4, 2023
1 parent e42ac74 commit b2da81e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ COPY source_facebook_pages ./source_facebook_pages
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.2.0
LABEL io.airbyte.version=0.2.1
LABEL io.airbyte.name=airbyte/source-facebook-pages
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@ acceptance_tests:
bypass_reason: "Data is not permanent"
- name: page_insights
bypass_reason: "Data is not permanent"
expect_records:
path: "integration_tests/expected_records.jsonl"
extra_fields: no
exact_order: no
extra_records: yes
- name: post_insights
bypass_reason: "Data is not permanent"
full_refresh:
tests:
- config_path: "secrets/config.json"
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/facebook-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ See Facebook's [documentation on rate limiting](https://developers.facebook.com/

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:--------------------------------------------------------------------------|
| 0.2.1 | 2022-12-29 | [20925](https://github.com/airbytehq/airbyte/pull/20925) | Fix tests; modify expected records |
| 0.2.0 | 2022-11-24 | [19788](https://github.com/airbytehq/airbyte/pull/19788) | Migrate lo low-code; Beta certification; Upgrade Facebook API to v.15 |
| 0.1.6 | 2021-12-22 | [9032](https://github.com/airbytehq/airbyte/pull/9032) | Remove deprecated field `live_encoders` from Page stream |
| 0.1.5 | 2021-11-26 | [8267](https://github.com/airbytehq/airbyte/pull/8267) | updated all empty objects in schemas for Page and Post streams |
Expand Down

0 comments on commit b2da81e

Please sign in to comment.