Skip to content

Commit

Permalink
🚨🚨🐛 Source Google Analytics: revert : auto replacement to underscor…
Browse files Browse the repository at this point in the history
…e in column names (#30608)
  • Loading branch information
lazebnyi authored Sep 21, 2023
1 parent 11ad938 commit ae41c30
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 170 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ COPY source_google_analytics_data_api ./source_google_analytics_data_api
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=1.5.0
LABEL io.airbyte.version=1.5.1
LABEL io.airbyte.name=airbyte/source-google-analytics-data-api
Original file line number Diff line number Diff line change
Expand Up @@ -25,32 +25,14 @@ acceptance_tests:
expect_records:
path: "integration_tests/expected_records.jsonl"
empty_streams:
- name: "traffic_sources"
bypass_reason: "The data contains business information"
- name: "cohort_report"
bypass_reason: "The test resource does not support cohort report"
- name: "demographic_interest_report"
bypass_reason: "The test resource does not collect interest"
- name: "demographic_age_report"
bypass_reason: "The test resource does not collect age"
- name: "demographic_gender_report"
bypass_reason: "The test resource does not collect gender"
- name: "ecommerce_purchases_item_name_report"
bypass_reason: "The test resource does not work with ecommerce purchases"
- name: "ecommerce_purchases_item_category_report_combined"
bypass_reason: "The test resource does not work with ecommerce purchases"
- name: "ecommerce_purchases_item_brand_report"
bypass_reason: "The test resource does not work with ecommerce purchases"
- name: "ecommerce_purchases_item_category_report"
bypass_reason: "The test resource does not work with ecommerce purchases"
- name: "ecommerce_purchases_item_category_2_report"
bypass_reason: "The test resource does not work with ecommerce purchases"
- name: "ecommerce_purchases_item_category_3_report"
bypass_reason: "The test resource does not work with ecommerce purchases"
- name: "ecommerce_purchases_item_category_4_report"
bypass_reason: "The test resource does not work with ecommerce purchases"
- name: "ecommerce_purchases_item_category_5_report"
bypass_reason: "The test resource does not work with ecommerce purchases"
- name: "ecommerce_purchases_item_id_report"
bypass_reason: "The test resource does not work with ecommerce purchases"
- name: "publisher_ads_ad_unit_report"
bypass_reason: "The test resource does not work with publisher ads"
- name: "publisher_ads_ad_source_report"
Expand All @@ -59,43 +41,10 @@ acceptance_tests:
bypass_reason: "The test resource does not work with publisher ads"
- name: "publisher_ads_ad_format_report"
bypass_reason: "The test resource does not work with publisher ads"
ignored_fields:
devices:
- name: "averageSessionDuration"
bypass_reason: "Dynamic field"
locations:
- name: "averageSessionDuration"
bypass_reason: "Dynamic field"
pages:
- name: "screenPageViews"
bypass_reason: "Dynamically created field"
- name: "bounceRate"
bypass_reason: "Dynamically created field"
website_overview:
- name: "averageSessionDuration"
bypass_reason: "Dynamically created field"
pivot_report:
- name: "sessions"
bypass_reason: "Volatile data"
- name: "endDate"
bypass_reason: "Dynamic field"
full_refresh:
tests:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
ignored_fields:
devices:
- name: "averageSessionDuration"
bypass_reason: "Dynamic field"
locations:
- name: "averageSessionDuration"
bypass_reason: "Dynamic field"
traffic_sources:
- name: "averageSessionDuration"
bypass_reason: "Dynamically created field"
website_overview:
- name: "averageSessionDuration"
bypass_reason: "Dynamically created field"
incremental:
tests:
- config_path: "secrets/config.json"
Expand Down
Loading

0 comments on commit ae41c30

Please sign in to comment.