diff --git a/airbyte-config-oss/init-oss/src/main/resources/seed/oss_catalog.json b/airbyte-config-oss/init-oss/src/main/resources/seed/oss_catalog.json index 9019f594c8259..53fb5ad6ef68d 100644 --- a/airbyte-config-oss/init-oss/src/main/resources/seed/oss_catalog.json +++ b/airbyte-config-oss/init-oss/src/main/resources/seed/oss_catalog.json @@ -10775,7 +10775,7 @@ "sourceDefinitionId": "dfffecb7-9a13-43e9-acdc-b92af7997ca9", "name": "Close.com", "dockerRepository": "airbyte/source-close-com", - "dockerImageTag": "0.2.2", + "dockerImageTag": "0.3.0", "documentationUrl": "https://docs.airbyte.com/integrations/sources/close-com", "icon": "close.svg", "sourceType": "api", @@ -23987,7 +23987,7 @@ "sourceDefinitionId": "374ebc65-6636-4ea0-925c-7d35999a8ffc", "name": "Smartsheets", "dockerRepository": "airbyte/source-smartsheets", - "dockerImageTag": "1.0.1", + "dockerImageTag": "1.0.2", "documentationUrl": "https://docs.airbyte.com/integrations/sources/smartsheets", "icon": "smartsheet.svg", "sourceType": "api", @@ -24955,7 +24955,7 @@ "sourceDefinitionId": "badc5925-0485-42be-8caa-b34096cb71b5", "name": "SurveyMonkey", "dockerRepository": "airbyte/source-surveymonkey", - "dockerImageTag": "0.2.1", + "dockerImageTag": "0.2.2", "documentationUrl": "https://docs.airbyte.com/integrations/sources/surveymonkey", "icon": "surveymonkey.svg", "sourceType": "api", @@ -25619,7 +25619,7 @@ "sourceDefinitionId": "4bfac00d-ce15-44ff-95b9-9e3c3e8fbd35", "name": "TikTok Marketing", "dockerRepository": "airbyte/source-tiktok-marketing", - "dockerImageTag": "3.0.1", + "dockerImageTag": "3.1.0", "documentationUrl": "https://docs.airbyte.com/integrations/sources/tiktok-marketing", "icon": "tiktok.svg", "sourceType": "api", diff --git a/airbyte-config-oss/init-oss/src/main/resources/seed/source_definitions.yaml b/airbyte-config-oss/init-oss/src/main/resources/seed/source_definitions.yaml index d2c0469784d2d..5f5274c18531c 100644 --- a/airbyte-config-oss/init-oss/src/main/resources/seed/source_definitions.yaml +++ b/airbyte-config-oss/init-oss/src/main/resources/seed/source_definitions.yaml @@ -325,7 +325,7 @@ - name: Close.com sourceDefinitionId: dfffecb7-9a13-43e9-acdc-b92af7997ca9 dockerRepository: airbyte/source-close-com - dockerImageTag: 0.2.2 + dockerImageTag: 0.3.0 documentationUrl: https://docs.airbyte.com/integrations/sources/close-com icon: close.svg sourceType: api @@ -1956,7 +1956,7 @@ - name: Smartsheets sourceDefinitionId: 374ebc65-6636-4ea0-925c-7d35999a8ffc dockerRepository: airbyte/source-smartsheets - dockerImageTag: 1.0.1 + dockerImageTag: 1.0.2 documentationUrl: https://docs.airbyte.com/integrations/sources/smartsheets icon: smartsheet.svg sourceType: api @@ -2060,7 +2060,7 @@ - name: SurveyMonkey sourceDefinitionId: badc5925-0485-42be-8caa-b34096cb71b5 dockerRepository: airbyte/source-surveymonkey - dockerImageTag: 0.2.1 + dockerImageTag: 0.2.2 documentationUrl: https://docs.airbyte.com/integrations/sources/surveymonkey icon: surveymonkey.svg sourceType: api @@ -2121,7 +2121,7 @@ - name: TikTok Marketing sourceDefinitionId: 4bfac00d-ce15-44ff-95b9-9e3c3e8fbd35 dockerRepository: airbyte/source-tiktok-marketing - dockerImageTag: 3.0.1 + dockerImageTag: 3.1.0 documentationUrl: https://docs.airbyte.com/integrations/sources/tiktok-marketing icon: tiktok.svg sourceType: api diff --git a/airbyte-config-oss/init-oss/src/main/resources/seed/source_specs.yaml b/airbyte-config-oss/init-oss/src/main/resources/seed/source_specs.yaml index 54d23fcd84d05..1e283c4a748ee 100644 --- a/airbyte-config-oss/init-oss/src/main/resources/seed/source_specs.yaml +++ b/airbyte-config-oss/init-oss/src/main/resources/seed/source_specs.yaml @@ -2727,7 +2727,7 @@ supportsNormalization: false supportsDBT: false supported_destination_sync_modes: [] -- dockerImage: "airbyte/source-close-com:0.2.2" +- dockerImage: "airbyte/source-close-com:0.3.0" spec: documentationUrl: "https://docs.airbyte.com/integrations/sources/close-com" connectionSpecification: @@ -14554,7 +14554,7 @@ supportsNormalization: false supportsDBT: false supported_destination_sync_modes: [] -- dockerImage: "airbyte/source-smartsheets:1.0.1" +- dockerImage: "airbyte/source-smartsheets:1.0.2" spec: documentationUrl: "https://docs.airbyte.com/integrations/sources/smartsheets" connectionSpecification: @@ -15369,7 +15369,7 @@ supportsNormalization: false supportsDBT: false supported_destination_sync_modes: [] -- dockerImage: "airbyte/source-surveymonkey:0.2.1" +- dockerImage: "airbyte/source-surveymonkey:0.2.2" spec: documentationUrl: "https://docs.airbyte.com/integrations/sources/surveymonkey" connectionSpecification: @@ -15946,7 +15946,7 @@ supportsNormalization: false supportsDBT: false supported_destination_sync_modes: [] -- dockerImage: "airbyte/source-tiktok-marketing:3.0.1" +- dockerImage: "airbyte/source-tiktok-marketing:3.1.0" spec: documentationUrl: "https://docs.airbyte.com/integrations/sources/tiktok-marketing" changelogUrl: "https://docs.airbyte.com/integrations/sources/tiktok-marketing" diff --git a/airbyte-integrations/connectors/source-close-com/Dockerfile b/airbyte-integrations/connectors/source-close-com/Dockerfile index 988fe5ed29a10..1d547ebf5fd31 100644 --- a/airbyte-integrations/connectors/source-close-com/Dockerfile +++ b/airbyte-integrations/connectors/source-close-com/Dockerfile @@ -12,5 +12,5 @@ RUN pip install . ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py" ENTRYPOINT ["python", "/airbyte/integration_code/main.py"] -LABEL io.airbyte.version=0.2.2 +LABEL io.airbyte.version=0.3.0 LABEL io.airbyte.name=airbyte/source-close-com diff --git a/airbyte-integrations/connectors/source-close-com/integration_tests/expected_records.jsonl b/airbyte-integrations/connectors/source-close-com/integration_tests/expected_records.jsonl index 8fc315bf883b7..70d59d8859757 100644 --- a/airbyte-integrations/connectors/source-close-com/integration_tests/expected_records.jsonl +++ b/airbyte-integrations/connectors/source-close-com/integration_tests/expected_records.jsonl @@ -72,8 +72,8 @@ {"stream": "zoom_connected_accounts", "data": {"smtp": {"date_updated": "2022-11-08T12:13:40.319000+00:00", "username": "iryna.grankova@airbyte.io", "use_ssl": true, "host": "smtp.gmail.com", "port": 465}, "is_imap_archive_sync_enabled": true, "synced_calendars": ["iryna.grankova@airbyte.io", "jf4v33abpv80jp1r8vhdfjonm0bj0sk9@import.calendar.google.com"], "default_identity": {"name": "Jean Lafleur", "email": "iryna.grankova@airbyte.io"}, "id": "emailacct_QeGtVE7epttFYuPJqtqVqaKgW7BEq5q7jHx8M2IHxwe", "available_features": ["calendar_syncing", "email_sending", "email_syncing"], "latest_send_error": null, "user_id": "user_SOwJFVMqtgZCL6QrMDLujSXbQabQnNfOwjFX1mdOulg", "lead_suggestions_updated_at": "2022-11-08T12:13:45.711000+00:00", "imap": {"date_updated": "2022-11-08T12:13:40.319000+00:00", "username": "iryna.grankova@airbyte.io", "use_ssl": true, "host": "imap.gmail.com", "port": 993}, "send_status": "ok", "identities": [{"name": "Jean Lafleur", "email": "iryna.grankova@airbyte.io"}], "email_receive_status": "ok", "enabled_features": ["calendar_syncing", "email_sending", "email_syncing"], "_type": "google", "available_calendars": [{"id": "iryna.grankova@airbyte.io", "name": "iryna.grankova@airbyte.io", "status": "ok", "default": true, "synced": true}, {"id": "jf4v33abpv80jp1r8vhdfjonm0bj0sk9@import.calendar.google.com", "name": "Close Tasks: Airbyte Team", "status": "ok", "default": false, "synced": true}], "receive_attempts_count": 0, "receive_status": "ok", "calendar_receive_status": "ok", "date_created": "2022-11-08T12:13:40.319000+00:00", "organization_id": "orga_ya3w9oMjeLtWe7zFGZr63Dz8ruBbjybG0EIUdUXaESi", "latest_receive_error": null, "sync_all_calendars": false, "email": "iryna.grankova@airbyte.io"}, "emitted_at": 1683623888402} {"stream": "zoom_connected_accounts", "data": {"available_features": ["email_sending", "email_syncing"], "date_created": "2022-11-08T14:43:13.927000+00:00", "email": "integration-test@airbyte.io", "enabled_features": ["email_sending", "email_syncing"], "_type": "custom_email", "calendar_receive_status": null, "default_identity": {"name": "Jean Lafleur", "email": "integration-test@airbyte.io"}, "email_receive_status": "error", "latest_receive_error": null, "latest_send_error": null, "receive_status": "error", "send_status": "ok", "id": "emailacct_chcWvlCbL58B28cadf8XzEjQymaAMyJW6uqGjdiqmHK", "identities": [{"name": "Jean Lafleur", "email": "integration-test@airbyte.io"}], "imap": {"date_updated": "2022-11-08T14:43:13.927000+00:00", "username": "iryna.grankova@globallogic.com", "use_ssl": true, "host": "imap.gmail.com", "port": 993}, "is_imap_archive_sync_enabled": true, "lead_suggestions_updated_at": "2022-11-08T14:43:17.844000+00:00", "organization_id": "orga_ya3w9oMjeLtWe7zFGZr63Dz8ruBbjybG0EIUdUXaESi", "receive_attempts_count": 0, "smtp": {"date_updated": "2022-11-08T14:43:13.927000+00:00", "username": "iryna.grankova@globallogic.com", "use_ssl": true, "host": "smtp.gmail.com", "port": 465}, "user_id": "user_SOwJFVMqtgZCL6QrMDLujSXbQabQnNfOwjFX1mdOulg"}, "emitted_at": 1683623888404} {"stream": "zoom_connected_accounts", "data": {"smtp": null, "is_imap_archive_sync_enabled": true, "default_identity": {"name": "Airbyte Team", "email": "integration-test@airbyte.io"}, "id": "emailacct_pSuPSwRBjmzoTYudYJRn9ENpaR3RAaRp7K2jJ8syPsp", "available_features": [], "latest_send_error": null, "user_id": "user_SOwJFVMqtgZCL6QrMDLujSXbQabQnNfOwjFX1mdOulg", "lead_suggestions_updated_at": null, "imap": null, "send_status": null, "identities": [], "email_receive_status": null, "enabled_features": [], "_type": "zoom", "receive_attempts_count": 0, "receive_status": null, "calendar_receive_status": null, "date_created": "2022-11-08T13:13:08.795000+00:00", "organization_id": "orga_ya3w9oMjeLtWe7zFGZr63Dz8ruBbjybG0EIUdUXaESi", "latest_receive_error": null, "email": "integration-test@airbyte.io", "zoom_account_plan": null}, "emitted_at": 1683623888406} -{"stream": "email_sequences", "data": {"created_by_id": "user_SOwJFVMqtgZCL6QrMDLujSXbQabQnNfOwjFX1mdOulg", "date_created": "2022-11-08T12:07:06.184401", "date_updated": "2022-11-08T12:07:06.184405", "id": "seq_17gkOeJEV1QPdPaOMJ9mTX", "name": "Sequence 1", "organization_id": "orga_ya3w9oMjeLtWe7zFGZr63Dz8ruBbjybG0EIUdUXaESi", "schedule_id": "sched_1eL83fHJodv0OtoibuJFAw", "status": "active", "steps": [{"created_by_id": "user_SOwJFVMqtgZCL6QrMDLujSXbQabQnNfOwjFX1mdOulg", "date_created": "2022-11-08T12:07:06.191662", "date_updated": "2022-11-08T12:07:06.191665", "delay": 0, "email_template_id": "tmpl_qbI7mmvEPJla4qdCeBygtzgZ7twup69mdEr2CEVNHIM", "id": "seqstep_5lFdCIwj4qVpdVMH3K26iQ", "required": true, "sms_template_id": null, "step_allowed_delay": null, "step_type": "email", "threading": "old_thread", "updated_by_id": "user_SOwJFVMqtgZCL6QrMDLujSXbQabQnNfOwjFX1mdOulg"}, {"created_by_id": "user_SOwJFVMqtgZCL6QrMDLujSXbQabQnNfOwjFX1mdOulg", "date_created": "2022-11-08T12:07:06.191692", "date_updated": "2022-11-08T12:07:06.191693", "delay": 259200, "email_template_id": null, "id": "seqstep_4YVJ2uoVccNHYG95qvwDQw", "required": false, "sms_template_id": null, "step_allowed_delay": 3600, "step_type": "call", "threading": null, "updated_by_id": "user_SOwJFVMqtgZCL6QrMDLujSXbQabQnNfOwjFX1mdOulg"}], "timezone": "Europe/Kiev", "updated_by_id": "user_SOwJFVMqtgZCL6QrMDLujSXbQabQnNfOwjFX1mdOulg"}, "emitted_at": 1683623890054} -{"stream": "email_sequences", "data": {"created_by_id": "user_SOwJFVMqtgZCL6QrMDLujSXbQabQnNfOwjFX1mdOulg", "date_created": "2022-11-08T12:07:48.571475", "date_updated": "2022-11-08T12:07:48.571481", "id": "seq_7gEZ4ByvvLv1rI6szKolhR", "name": "Sequence 2", "organization_id": "orga_ya3w9oMjeLtWe7zFGZr63Dz8ruBbjybG0EIUdUXaESi", "schedule_id": "sched_3MvlPuSqL0NGJyY95MBMpF", "status": "active", "steps": [{"created_by_id": "user_SOwJFVMqtgZCL6QrMDLujSXbQabQnNfOwjFX1mdOulg", "date_created": "2022-11-08T12:07:48.623996", "date_updated": "2022-11-08T12:07:48.624000", "delay": 3600, "email_template_id": "tmpl_Cilxd4yapDRweK6caKOTGzSHqyP9ddiEz4G0DLg0nwt", "id": "seqstep_71ELVa12hUsLg2ba3K74Yq", "required": true, "sms_template_id": null, "step_allowed_delay": null, "step_type": "email", "threading": "old_thread", "updated_by_id": "user_SOwJFVMqtgZCL6QrMDLujSXbQabQnNfOwjFX1mdOulg"}], "timezone": "Europe/Kiev", "updated_by_id": "user_SOwJFVMqtgZCL6QrMDLujSXbQabQnNfOwjFX1mdOulg"}, "emitted_at": 1683623890057} +{"stream": "email_sequences", "data": {"allow_manual_enrollment": true, "created_by_id": "user_SOwJFVMqtgZCL6QrMDLujSXbQabQnNfOwjFX1mdOulg", "date_created": "2022-11-08T12:07:06.184401", "date_updated": "2022-11-08T12:07:06.184405", "id": "seq_17gkOeJEV1QPdPaOMJ9mTX", "name": "Sequence 1", "organization_id": "orga_ya3w9oMjeLtWe7zFGZr63Dz8ruBbjybG0EIUdUXaESi", "schedule_id": "sched_1eL83fHJodv0OtoibuJFAw", "status": "active", "steps": [{"created_by_id": "user_SOwJFVMqtgZCL6QrMDLujSXbQabQnNfOwjFX1mdOulg", "date_created": "2022-11-08T12:07:06.191662", "date_updated": "2022-11-08T12:07:06.191665", "delay": 0, "email_template_id": "tmpl_qbI7mmvEPJla4qdCeBygtzgZ7twup69mdEr2CEVNHIM", "id": "seqstep_5lFdCIwj4qVpdVMH3K26iQ", "required": true, "sms_template_id": null, "step_allowed_delay": null, "step_type": "email", "threading": "old_thread", "updated_by_id": "user_SOwJFVMqtgZCL6QrMDLujSXbQabQnNfOwjFX1mdOulg"}, {"created_by_id": "user_SOwJFVMqtgZCL6QrMDLujSXbQabQnNfOwjFX1mdOulg", "date_created": "2022-11-08T12:07:06.191692", "date_updated": "2022-11-08T12:07:06.191693", "delay": 259200, "email_template_id": null, "id": "seqstep_4YVJ2uoVccNHYG95qvwDQw", "required": false, "sms_template_id": null, "step_allowed_delay": 3600, "step_type": "call", "threading": null, "updated_by_id": "user_SOwJFVMqtgZCL6QrMDLujSXbQabQnNfOwjFX1mdOulg"}], "timezone": "Europe/Kiev", "trigger_query": null, "updated_by_id": "user_SOwJFVMqtgZCL6QrMDLujSXbQabQnNfOwjFX1mdOulg"}, "emitted_at": 1683885150263} +{"stream": "email_sequences", "data": {"allow_manual_enrollment": true, "created_by_id": "user_SOwJFVMqtgZCL6QrMDLujSXbQabQnNfOwjFX1mdOulg", "date_created": "2022-11-08T12:07:48.571475", "date_updated": "2022-11-08T12:07:48.571481", "id": "seq_7gEZ4ByvvLv1rI6szKolhR", "name": "Sequence 2", "organization_id": "orga_ya3w9oMjeLtWe7zFGZr63Dz8ruBbjybG0EIUdUXaESi", "schedule_id": "sched_3MvlPuSqL0NGJyY95MBMpF", "status": "active", "steps": [{"created_by_id": "user_SOwJFVMqtgZCL6QrMDLujSXbQabQnNfOwjFX1mdOulg", "date_created": "2022-11-08T12:07:48.623996", "date_updated": "2022-11-08T12:07:48.624000", "delay": 3600, "email_template_id": "tmpl_Cilxd4yapDRweK6caKOTGzSHqyP9ddiEz4G0DLg0nwt", "id": "seqstep_71ELVa12hUsLg2ba3K74Yq", "required": true, "sms_template_id": null, "step_allowed_delay": null, "step_type": "email", "threading": "old_thread", "updated_by_id": "user_SOwJFVMqtgZCL6QrMDLujSXbQabQnNfOwjFX1mdOulg"}], "timezone": "Europe/Kiev", "trigger_query": null, "updated_by_id": "user_SOwJFVMqtgZCL6QrMDLujSXbQabQnNfOwjFX1mdOulg"}, "emitted_at": 1683885150272} {"stream": "dialer", "data": {"caller_id": "", "date_created": "2022-11-08T14:27:23.185019", "date_updated": "2022-11-08T14:27:23.309015", "id": "dial_5qE6KYskn4PfT6oQLTe8ez", "is_user_dependent": false, "music_preference": "tone1", "organization_id": "orga_ya3w9oMjeLtWe7zFGZr63Dz8ruBbjybG0EIUdUXaESi", "ring_mode": "more-voicemails", "source_type": "saved-search", "source_value": "save_vL2ENUTpFhqrYHf97tm61Y9Sh6QughnuMURuIH4VDCC", "status": "inactive", "target_type": "lead", "type": "power", "user_id": "user_SOwJFVMqtgZCL6QrMDLujSXbQabQnNfOwjFX1mdOulg", "users": [{"is_active": false, "state": "inactive", "user_id": "user_SOwJFVMqtgZCL6QrMDLujSXbQabQnNfOwjFX1mdOulg"}]}, "emitted_at": 1683623891380} {"stream": "smart_views", "data": {"date_created": "2022-11-08T15:50:57.032000+00:00", "date_updated": "2022-11-08T15:50:57.032000+00:00", "id": "save_UeQpNDWG0AuXKKunEIABD0qSjHvV62EFaTHzN70B6gN", "is_shared": false, "is_user_dependent": false, "name": "Deleted", "organization_id": "orga_ya3w9oMjeLtWe7zFGZr63Dz8ruBbjybG0EIUdUXaESi", "query": null, "s_query": {"query": {"negate": false, "queries": [{"negate": false, "object_type": "lead", "type": "object_type"}, {"negate": false, "queries": [{"negate": false, "queries": [{"condition": {"before": {"range": "today", "type": "start_end_of_predefined_relative_period", "which": "end"}, "on_or_after": {"range": "today", "type": "start_end_of_predefined_relative_period", "which": "start"}, "type": "moment_range"}, "field": {"field_name": "date_created", "object_type": "lead", "type": "regular_field"}, "negate": false, "type": "field_condition"}], "type": "and"}], "type": "and"}], "type": "and"}, "results_limit": null, "sort": []}, "type": "lead", "user_id": "user_SOwJFVMqtgZCL6QrMDLujSXbQabQnNfOwjFX1mdOulg"}, "emitted_at": 1683623892300} {"stream": "smart_views", "data": {"date_created": "2021-07-13T11:39:00.802000+00:00", "date_updated": "2021-07-13T11:39:00.802000+00:00", "id": "save_vL2ENUTpFhqrYHf97tm61Y9Sh6QughnuMURuIH4VDCC", "is_shared": true, "is_user_dependent": false, "name": "\ud83d\udce3 Untouched Leads", "organization_id": "orga_ya3w9oMjeLtWe7zFGZr63Dz8ruBbjybG0EIUdUXaESi", "query": "times_communicated:0 notes:0 tasks:0 opportunities:0", "s_query": null, "type": "lead", "user_id": "user_SOwJFVMqtgZCL6QrMDLujSXbQabQnNfOwjFX1mdOulg"}, "emitted_at": 1683623892302} diff --git a/airbyte-integrations/connectors/source-close-com/metadata.yaml b/airbyte-integrations/connectors/source-close-com/metadata.yaml index 387baaec3e03b..282dc002398c4 100644 --- a/airbyte-integrations/connectors/source-close-com/metadata.yaml +++ b/airbyte-integrations/connectors/source-close-com/metadata.yaml @@ -5,7 +5,7 @@ data: connectorSubtype: api connectorType: source definitionId: dfffecb7-9a13-43e9-acdc-b92af7997ca9 - dockerImageTag: 0.2.2 + dockerImageTag: 0.3.0 dockerRepository: airbyte/source-close-com githubIssueLabel: source-close-com icon: close.svg diff --git a/airbyte-integrations/connectors/source-close-com/source_close_com/schemas/email_sequences.json b/airbyte-integrations/connectors/source-close-com/source_close_com/schemas/email_sequences.json index 54feae9e14616..c0256b8103d04 100644 --- a/airbyte-integrations/connectors/source-close-com/source_close_com/schemas/email_sequences.json +++ b/airbyte-integrations/connectors/source-close-com/source_close_com/schemas/email_sequences.json @@ -33,6 +33,12 @@ }, "updated_by_id": { "type": ["null", "string"] + }, + "allow_manual_enrollment": { + "type": ["null", "boolean"] + }, + "trigger_query": { + "type": ["null", "string"] } } } diff --git a/airbyte-integrations/connectors/source-github/acceptance-test-config.yml b/airbyte-integrations/connectors/source-github/acceptance-test-config.yml index d303ae41a3136..fb412d168cab1 100644 --- a/airbyte-integrations/connectors/source-github/acceptance-test-config.yml +++ b/airbyte-integrations/connectors/source-github/acceptance-test-config.yml @@ -32,6 +32,11 @@ acceptance_tests: - name: "events" bypass_reason: "Only events created within the past 90 days can be showed" ignored_fields: + workflows: + - name: created_at + bypass_reason: value may be returned in different time zones + - name: updated_at + bypass_reason: value may be returned in different time zones workflow_jobs: - name: steps/*/started_at bypass_reason: "depend on changing data" diff --git a/airbyte-integrations/connectors/source-hubspot/integration_tests/expected_records.jsonl b/airbyte-integrations/connectors/source-hubspot/integration_tests/expected_records.jsonl index c54ecb837d3b4..6fc674d1930e6 100644 --- a/airbyte-integrations/connectors/source-hubspot/integration_tests/expected_records.jsonl +++ b/airbyte-integrations/connectors/source-hubspot/integration_tests/expected_records.jsonl @@ -26,9 +26,9 @@ {"stream": "engagements", "data": {"id": 30652597343, "portalId": 8727216, "active": true, "createdAt": 1675122108834, "lastUpdated": 1680621107231, "createdBy": 12282590, "modifiedBy": 12282590, "ownerId": 52550153, "type": "TASK", "timestamp": 1675407600000, "source": "CRM_UI", "allAccessibleTeamIds": [], "queueMembershipIds": [], "bodyPreviewIsTruncated": false, "associations": {"contactIds": [], "companyIds": [], "dealIds": [], "ownerIds": [], "workflowIds": [], "ticketIds": [], "contentIds": [], "quoteIds": [], "marketingEventIds": []}, "attachments": [], "scheduledTasks": [], "metadata": {"status": "NOT_STARTED", "forObjectType": "OWNER", "subject": "test", "taskType": "TODO", "reminders": [], "sendDefaultReminder": false, "priority": "NONE", "isAllDay": false}}, "emitted_at": 1683405016756} {"stream": "engagements_notes", "data": {"id": "30652596616", "properties": {"hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": "52550153", "hs_all_team_ids": null, "hs_at_mentioned_owner_ids": null, "hs_attachment_ids": null, "hs_body_preview": "test", "hs_body_preview_html": "\n \n \n
\n

test

\n
\n \n", "hs_body_preview_is_truncated": true, "hs_created_by": 12282590, "hs_created_by_user_id": 12282590, "hs_createdate": "2023-01-30T23:41:23.198000+00:00", "hs_engagement_source": "CRM_UI", "hs_engagement_source_id": null, "hs_follow_up_action": null, "hs_gdpr_deleted": null, "hs_lastmodifieddate": "2023-01-30T23:41:23.198000+00:00", "hs_merged_object_ids": null, "hs_modified_by": 12282590, "hs_note_body": "

test

", "hs_object_id": 30652596616, "hs_product_name": null, "hs_queue_membership_ids": null, "hs_read_only": null, "hs_timestamp": "2023-01-30T23:41:23.198000+00:00", "hs_unique_creation_key": null, "hs_unique_id": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "12282590", "hubspot_owner_assigneddate": "2023-01-30T23:41:23.198000+00:00", "hubspot_owner_id": "52550153", "hubspot_team_id": null}, "createdAt": "2023-01-30T23:41:23.198Z", "updatedAt": "2023-01-30T23:41:23.198Z", "archived": false}, "emitted_at": 1683405017940} {"stream": "engagements_notes", "data": {"id": "30652613125", "properties": {"hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": "52550153", "hs_all_team_ids": null, "hs_at_mentioned_owner_ids": null, "hs_attachment_ids": null, "hs_body_preview": "test", "hs_body_preview_html": "\n \n \n
\n

test

\n
\n \n", "hs_body_preview_is_truncated": true, "hs_created_by": 12282590, "hs_created_by_user_id": 12282590, "hs_createdate": "2023-01-30T23:51:47.542000+00:00", "hs_engagement_source": "CRM_UI", "hs_engagement_source_id": null, "hs_follow_up_action": null, "hs_gdpr_deleted": null, "hs_lastmodifieddate": "2023-01-30T23:51:47.542000+00:00", "hs_merged_object_ids": null, "hs_modified_by": 12282590, "hs_note_body": "

test

", "hs_object_id": 30652613125, "hs_product_name": null, "hs_queue_membership_ids": null, "hs_read_only": null, "hs_timestamp": "2023-01-30T23:51:47.542000+00:00", "hs_unique_creation_key": null, "hs_unique_id": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "12282590", "hubspot_owner_assigneddate": "2023-01-30T23:51:47.542000+00:00", "hubspot_owner_id": "52550153", "hubspot_team_id": null}, "createdAt": "2023-01-30T23:51:47.542Z", "updatedAt": "2023-01-30T23:51:47.542Z", "archived": false, "companies": ["11481383026"]}, "emitted_at": 1683405017941} -{"stream": "engagements_tasks", "data": {"id": "11257289597", "properties": {"hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": "52550153", "hs_all_team_ids": null, "hs_at_mentioned_owner_ids": null, "hs_attachment_ids": null, "hs_body_preview": "Regarding note logged on Tuesday, February 23, 2021 10:25 PM", "hs_body_preview_html": "\n \n \n Regarding note logged on Tuesday, February 23, 2021 10:25 PM\n \n", "hs_body_preview_is_truncated": true, "hs_calendar_event_id": null, "hs_created_by": 12282590, "hs_created_by_user_id": 12282590, "hs_createdate": "2021-02-23T20:25:07.503000+00:00", "hs_engagement_source": null, "hs_engagement_source_id": null, "hs_follow_up_action": null, "hs_gdpr_deleted": true, "hs_lastmodifieddate": "2023-04-19T14:52:43.485000+00:00", "hs_merged_object_ids": null, "hs_modified_by": 12282590, "hs_msteams_message_id": null, "hs_num_associated_companies": 0, "hs_num_associated_contacts": 0, "hs_num_associated_deals": 1, "hs_num_associated_queue_objects": 1, "hs_num_associated_tickets": 0, "hs_object_id": 11257289597, "hs_product_name": null, "hs_queue_membership_ids": null, "hs_read_only": null, "hs_repeat_status": null, "hs_scheduled_tasks": "{\"scheduledTasks\":[{\"engagementId\":11257289597,\"portalId\":8727216,\"engagementType\":\"TASK\",\"taskType\":\"REMINDER\",\"timestamp\":1614319200000,\"uuid\":\"TASK:e41fd851-f7c7-4381-85fa-796d076163aa\"}]}", "hs_task_body": "Regarding note logged on Tuesday, February 23, 2021 10:25 PM", "hs_task_completion_count": null, "hs_task_completion_date": null, "hs_task_contact_timezone": null, "hs_task_family": "SALES", "hs_task_for_object_type": "OWNER", "hs_task_is_all_day": true, "hs_task_last_contact_outreach": null, "hs_task_last_sales_activity_timestamp": null, "hs_task_priority": "NONE", "hs_task_probability_to_complete": null, "hs_task_relative_reminders": null, "hs_task_reminders": "1614319200000", "hs_task_repeat_interval": null, "hs_task_send_default_reminder": null, "hs_task_sequence_enrollment_active": null, "hs_task_sequence_step_enrollment_id": null, "hs_task_sequence_step_order": null, "hs_task_status": "NOT_STARTED", "hs_task_subject": "Follow up on Test deal 2", "hs_task_template_id": null, "hs_task_type": "TODO", "hs_timestamp": "2021-02-26T06:00:00+00:00", "hs_unique_creation_key": null, "hs_unique_id": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "12282590", "hubspot_owner_assigneddate": "2021-02-23T20:25:07.503000+00:00", "hubspot_owner_id": "52550153", "hubspot_team_id": null}, "createdAt": "2021-02-23T20:25:07.503Z", "updatedAt": "2023-04-19T14:52:43.485Z", "archived": false, "deals": ["4315375411"]}, "emitted_at": 1683405019212} -{"stream": "engagements_tasks", "data": {"id": "30652597343", "properties": {"hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": "52550153", "hs_all_team_ids": null, "hs_at_mentioned_owner_ids": null, "hs_attachment_ids": null, "hs_body_preview": null, "hs_body_preview_html": null, "hs_body_preview_is_truncated": true, "hs_calendar_event_id": null, "hs_created_by": 12282590, "hs_created_by_user_id": 12282590, "hs_createdate": "2023-01-30T23:41:48.834000+00:00", "hs_engagement_source": "CRM_UI", "hs_engagement_source_id": null, "hs_follow_up_action": null, "hs_gdpr_deleted": null, "hs_lastmodifieddate": "2023-04-04T15:11:47.231000+00:00", "hs_merged_object_ids": null, "hs_modified_by": 12282590, "hs_msteams_message_id": null, "hs_num_associated_companies": 0, "hs_num_associated_contacts": 0, "hs_num_associated_deals": 0, "hs_num_associated_queue_objects": 0, "hs_num_associated_tickets": 0, "hs_object_id": 30652597343, "hs_product_name": null, "hs_queue_membership_ids": null, "hs_read_only": null, "hs_repeat_status": null, "hs_scheduled_tasks": "{\"scheduledTasks\":[]}", "hs_task_body": null, "hs_task_completion_count": null, "hs_task_completion_date": null, "hs_task_contact_timezone": null, "hs_task_family": "SALES", "hs_task_for_object_type": "OWNER", "hs_task_is_all_day": true, "hs_task_last_contact_outreach": null, "hs_task_last_sales_activity_timestamp": null, "hs_task_priority": "NONE", "hs_task_probability_to_complete": null, "hs_task_relative_reminders": "[]", "hs_task_reminders": null, "hs_task_repeat_interval": null, "hs_task_send_default_reminder": true, "hs_task_sequence_enrollment_active": null, "hs_task_sequence_step_enrollment_id": null, "hs_task_sequence_step_order": null, "hs_task_status": "NOT_STARTED", "hs_task_subject": "test", "hs_task_template_id": null, "hs_task_type": "TODO", "hs_timestamp": "2023-02-03T07:00:00+00:00", "hs_unique_creation_key": null, "hs_unique_id": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "12282590", "hubspot_owner_assigneddate": "2023-01-30T23:41:48.834000+00:00", "hubspot_owner_id": "52550153", "hubspot_team_id": null}, "createdAt": "2023-01-30T23:41:48.834Z", "updatedAt": "2023-04-04T15:11:47.231Z", "archived": false}, "emitted_at": 1683405019213} -{"stream": "engagements_tasks", "data": {"id": "30652613208", "properties": {"hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": "52550153", "hs_all_team_ids": null, "hs_at_mentioned_owner_ids": null, "hs_attachment_ids": null, "hs_body_preview": null, "hs_body_preview_html": null, "hs_body_preview_is_truncated": true, "hs_calendar_event_id": null, "hs_created_by": 12282590, "hs_created_by_user_id": 12282590, "hs_createdate": "2023-01-30T23:51:52.099000+00:00", "hs_engagement_source": "CRM_UI", "hs_engagement_source_id": null, "hs_follow_up_action": null, "hs_gdpr_deleted": null, "hs_lastmodifieddate": "2023-01-30T23:51:54.343000+00:00", "hs_merged_object_ids": null, "hs_modified_by": 12282590, "hs_msteams_message_id": null, "hs_num_associated_companies": 1, "hs_num_associated_contacts": 0, "hs_num_associated_deals": 0, "hs_num_associated_queue_objects": 1, "hs_num_associated_tickets": 0, "hs_object_id": 30652613208, "hs_product_name": null, "hs_queue_membership_ids": null, "hs_read_only": null, "hs_repeat_status": null, "hs_scheduled_tasks": "{\"scheduledTasks\":[]}", "hs_task_body": null, "hs_task_completion_count": null, "hs_task_completion_date": null, "hs_task_contact_timezone": null, "hs_task_family": "SALES", "hs_task_for_object_type": "OWNER", "hs_task_is_all_day": true, "hs_task_last_contact_outreach": null, "hs_task_last_sales_activity_timestamp": null, "hs_task_priority": "NONE", "hs_task_probability_to_complete": null, "hs_task_relative_reminders": "[]", "hs_task_reminders": null, "hs_task_repeat_interval": null, "hs_task_send_default_reminder": true, "hs_task_sequence_enrollment_active": null, "hs_task_sequence_step_enrollment_id": null, "hs_task_sequence_step_order": null, "hs_task_status": "NOT_STARTED", "hs_task_subject": "test", "hs_task_template_id": null, "hs_task_type": "TODO", "hs_timestamp": "2023-02-03T07:00:00+00:00", "hs_unique_creation_key": null, "hs_unique_id": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "12282590", "hubspot_owner_assigneddate": "2023-01-30T23:51:52.099000+00:00", "hubspot_owner_id": "52550153", "hubspot_team_id": null}, "createdAt": "2023-01-30T23:51:52.099Z", "updatedAt": "2023-01-30T23:51:54.343Z", "archived": false, "companies": ["11481383026"]}, "emitted_at": 1683405019214} +{"stream": "engagements_tasks", "data": {"id": "11257289597", "properties": {"hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": "52550153", "hs_all_team_ids": null, "hs_at_mentioned_owner_ids": null, "hs_attachment_ids": null, "hs_body_preview": "Regarding note logged on Tuesday, February 23, 2021 10:25 PM", "hs_body_preview_html": "\n \n \n Regarding note logged on Tuesday, February 23, 2021 10:25 PM\n \n", "hs_body_preview_is_truncated": true, "hs_calendar_event_id": null, "hs_created_by": 12282590, "hs_created_by_user_id": 12282590, "hs_createdate": "2021-02-23T20:25:07.503000+00:00", "hs_engagement_source": null, "hs_engagement_source_id": null, "hs_follow_up_action": null, "hs_gdpr_deleted": true, "hs_lastmodifieddate": "2023-04-19T14:52:43.485000+00:00", "hs_merged_object_ids": null, "hs_modified_by": 12282590, "hs_msteams_message_id": null, "hs_num_associated_companies": 0, "hs_num_associated_contacts": 0, "hs_num_associated_deals": 1, "hs_num_associated_queue_objects": 1, "hs_num_associated_tickets": 0, "hs_object_id": 11257289597, "hs_product_name": null, "hs_queue_membership_ids": null, "hs_read_only": null, "hs_repeat_status": null, "hs_scheduled_tasks": "{\"scheduledTasks\":[{\"engagementId\":11257289597,\"portalId\":8727216,\"engagementType\":\"TASK\",\"taskType\":\"REMINDER\",\"timestamp\":1614319200000,\"uuid\":\"TASK:e41fd851-f7c7-4381-85fa-796d076163aa\"}]}", "hs_task_body": "Regarding note logged on Tuesday, February 23, 2021 10:25 PM", "hs_task_completion_count": null, "hs_task_completion_date": null, "hs_task_contact_timezone": null, "hs_task_family": "SALES", "hs_task_for_object_type": "OWNER", "hs_task_is_all_day": true, "hs_task_is_completed": null, "hs_task_last_contact_outreach": null, "hs_task_last_sales_activity_timestamp": null, "hs_task_priority": "NONE", "hs_task_probability_to_complete": null, "hs_task_relative_reminders": null, "hs_task_reminders": "1614319200000", "hs_task_repeat_interval": null, "hs_task_send_default_reminder": null, "hs_task_sequence_enrollment_active": null, "hs_task_sequence_step_enrollment_id": null, "hs_task_sequence_step_order": null, "hs_task_status": "NOT_STARTED", "hs_task_subject": "Follow up on Test deal 2", "hs_task_template_id": null, "hs_task_type": "TODO", "hs_timestamp": "2021-02-26T06:00:00+00:00", "hs_unique_creation_key": null, "hs_unique_id": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "12282590", "hubspot_owner_assigneddate": "2021-02-23T20:25:07.503000+00:00", "hubspot_owner_id": "52550153", "hubspot_team_id": null}, "createdAt": "2021-02-23T20:25:07.503Z", "updatedAt": "2023-04-19T14:52:43.485Z", "archived": false, "deals": ["4315375411"]}, "emitted_at": 1683880497743} +{"stream": "engagements_tasks", "data": {"id": "30652597343", "properties": {"hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": "52550153", "hs_all_team_ids": null, "hs_at_mentioned_owner_ids": null, "hs_attachment_ids": null, "hs_body_preview": null, "hs_body_preview_html": null, "hs_body_preview_is_truncated": true, "hs_calendar_event_id": null, "hs_created_by": 12282590, "hs_created_by_user_id": 12282590, "hs_createdate": "2023-01-30T23:41:48.834000+00:00", "hs_engagement_source": "CRM_UI", "hs_engagement_source_id": null, "hs_follow_up_action": null, "hs_gdpr_deleted": null, "hs_lastmodifieddate": "2023-04-04T15:11:47.231000+00:00", "hs_merged_object_ids": null, "hs_modified_by": 12282590, "hs_msteams_message_id": null, "hs_num_associated_companies": 0, "hs_num_associated_contacts": 0, "hs_num_associated_deals": 0, "hs_num_associated_queue_objects": 0, "hs_num_associated_tickets": 0, "hs_object_id": 30652597343, "hs_product_name": null, "hs_queue_membership_ids": null, "hs_read_only": null, "hs_repeat_status": null, "hs_scheduled_tasks": "{\"scheduledTasks\":[]}", "hs_task_body": null, "hs_task_completion_count": null, "hs_task_completion_date": null, "hs_task_contact_timezone": null, "hs_task_family": "SALES", "hs_task_for_object_type": "OWNER", "hs_task_is_all_day": true, "hs_task_is_completed": null, "hs_task_last_contact_outreach": null, "hs_task_last_sales_activity_timestamp": null, "hs_task_priority": "NONE", "hs_task_probability_to_complete": null, "hs_task_relative_reminders": "[]", "hs_task_reminders": null, "hs_task_repeat_interval": null, "hs_task_send_default_reminder": true, "hs_task_sequence_enrollment_active": null, "hs_task_sequence_step_enrollment_id": null, "hs_task_sequence_step_order": null, "hs_task_status": "NOT_STARTED", "hs_task_subject": "test", "hs_task_template_id": null, "hs_task_type": "TODO", "hs_timestamp": "2023-02-03T07:00:00+00:00", "hs_unique_creation_key": null, "hs_unique_id": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "12282590", "hubspot_owner_assigneddate": "2023-01-30T23:41:48.834000+00:00", "hubspot_owner_id": "52550153", "hubspot_team_id": null}, "createdAt": "2023-01-30T23:41:48.834Z", "updatedAt": "2023-04-04T15:11:47.231Z", "archived": false}, "emitted_at": 1683880497743} +{"stream": "engagements_tasks", "data": {"id": "30652613208", "properties": {"hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": "52550153", "hs_all_team_ids": null, "hs_at_mentioned_owner_ids": null, "hs_attachment_ids": null, "hs_body_preview": null, "hs_body_preview_html": null, "hs_body_preview_is_truncated": true, "hs_calendar_event_id": null, "hs_created_by": 12282590, "hs_created_by_user_id": 12282590, "hs_createdate": "2023-01-30T23:51:52.099000+00:00", "hs_engagement_source": "CRM_UI", "hs_engagement_source_id": null, "hs_follow_up_action": null, "hs_gdpr_deleted": null, "hs_lastmodifieddate": "2023-01-30T23:51:54.343000+00:00", "hs_merged_object_ids": null, "hs_modified_by": 12282590, "hs_msteams_message_id": null, "hs_num_associated_companies": 1, "hs_num_associated_contacts": 0, "hs_num_associated_deals": 0, "hs_num_associated_queue_objects": 1, "hs_num_associated_tickets": 0, "hs_object_id": 30652613208, "hs_product_name": null, "hs_queue_membership_ids": null, "hs_read_only": null, "hs_repeat_status": null, "hs_scheduled_tasks": "{\"scheduledTasks\":[]}", "hs_task_body": null, "hs_task_completion_count": null, "hs_task_completion_date": null, "hs_task_contact_timezone": null, "hs_task_family": "SALES", "hs_task_for_object_type": "OWNER", "hs_task_is_all_day": true, "hs_task_is_completed": null, "hs_task_last_contact_outreach": null, "hs_task_last_sales_activity_timestamp": null, "hs_task_priority": "NONE", "hs_task_probability_to_complete": null, "hs_task_relative_reminders": "[]", "hs_task_reminders": null, "hs_task_repeat_interval": null, "hs_task_send_default_reminder": true, "hs_task_sequence_enrollment_active": null, "hs_task_sequence_step_enrollment_id": null, "hs_task_sequence_step_order": null, "hs_task_status": "NOT_STARTED", "hs_task_subject": "test", "hs_task_template_id": null, "hs_task_type": "TODO", "hs_timestamp": "2023-02-03T07:00:00+00:00", "hs_unique_creation_key": null, "hs_unique_id": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "12282590", "hubspot_owner_assigneddate": "2023-01-30T23:51:52.099000+00:00", "hubspot_owner_id": "52550153", "hubspot_team_id": null}, "createdAt": "2023-01-30T23:51:52.099Z", "updatedAt": "2023-01-30T23:51:54.343Z", "archived": false, "companies": ["11481383026"]}, "emitted_at": 1683880497744} {"stream": "forms", "data": {"id": "03e69987-1dcb-4d55-9cb6-d3812ac00ee6", "name": "New form 93", "createdAt": "2023-02-13T16:56:33.108Z", "updatedAt": "2023-02-13T16:56:33.108Z", "archived": false, "fieldGroups": [{"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "email", "label": "Email", "required": true, "hidden": false, "fieldType": "email", "validation": {"blockedEmailDomains": [], "useDefaultBlockList": false}}]}], "configuration": {"language": "en", "cloneable": true, "postSubmitAction": {"type": "thank_you", "value": "Thanks for submitting the form."}, "editable": true, "archivable": true, "recaptchaEnabled": false, "notifyContactOwner": false, "notifyRecipients": ["12282590"], "createNewContactForNewEmail": false, "prePopulateKnownValues": true, "allowLinkToResetKnownValues": false}, "displayOptions": {"renderRawHtml": false, "theme": "default_style", "submitButtonText": "Submit", "style": {"fontFamily": "arial, helvetica, sans-serif", "backgroundWidth": "100%", "labelTextColor": "#33475b", "labelTextSize": "14px", "helpTextColor": "#7C98B6", "helpTextSize": "11px", "legalConsentTextColor": "#33475b", "legalConsentTextSize": "14px", "submitColor": "#ff7a59", "submitAlignment": "left", "submitFontColor": "#ffffff", "submitSize": "12px"}, "cssClass": "hs-form stacked"}, "legalConsentOptions": {"type": "implicit_consent_to_process", "communicationConsentText": "integrationtest is committed to protecting and respecting your privacy, and we\u2019ll only use your personal information to administer your account and to provide the products and services you requested from us. From time to time, we would like to contact you about our products and services, as well as other content that may be of interest to you. If you consent to us contacting you for this purpose, please tick below to say how you would like us to contact you:", "communicationsCheckboxes": [{"required": false, "subscriptionTypeId": 23704464, "label": "I agree to receive other communications from [MAIN] integration test account."}], "privacyText": "You may unsubscribe from these communications at any time. For more information on how to unsubscribe, our privacy practices, and how we are committed to protecting and respecting your privacy, please review our Privacy Policy.", "consentToProcessText": "By clicking submit below, you consent to allow integrationtest to store and process the personal information submitted above to provide you the content requested."}, "formType": "hubspot"}, "emitted_at": 1683405020587} {"stream": "forms", "data": {"id": "0a7fd84f-471e-444a-a4e0-ca36d39f8af7", "name": "New form 27", "createdAt": "2023-02-13T16:45:22.640Z", "updatedAt": "2023-02-13T16:45:22.640Z", "archived": false, "fieldGroups": [{"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "email", "label": "Email", "required": true, "hidden": false, "fieldType": "email", "validation": {"blockedEmailDomains": [], "useDefaultBlockList": false}}]}], "configuration": {"language": "en", "cloneable": true, "postSubmitAction": {"type": "thank_you", "value": "Thanks for submitting the form."}, "editable": true, "archivable": true, "recaptchaEnabled": false, "notifyContactOwner": false, "notifyRecipients": ["12282590"], "createNewContactForNewEmail": false, "prePopulateKnownValues": true, "allowLinkToResetKnownValues": false}, "displayOptions": {"renderRawHtml": false, "theme": "default_style", "submitButtonText": "Submit", "style": {"fontFamily": "arial, helvetica, sans-serif", "backgroundWidth": "100%", "labelTextColor": "#33475b", "labelTextSize": "14px", "helpTextColor": "#7C98B6", "helpTextSize": "11px", "legalConsentTextColor": "#33475b", "legalConsentTextSize": "14px", "submitColor": "#ff7a59", "submitAlignment": "left", "submitFontColor": "#ffffff", "submitSize": "12px"}, "cssClass": "hs-form stacked"}, "legalConsentOptions": {"type": "implicit_consent_to_process", "communicationConsentText": "integrationtest is committed to protecting and respecting your privacy, and we\u2019ll only use your personal information to administer your account and to provide the products and services you requested from us. From time to time, we would like to contact you about our products and services, as well as other content that may be of interest to you. If you consent to us contacting you for this purpose, please tick below to say how you would like us to contact you:", "communicationsCheckboxes": [{"required": false, "subscriptionTypeId": 23704464, "label": "I agree to receive other communications from [MAIN] integration test account."}], "privacyText": "You may unsubscribe from these communications at any time. For more information on how to unsubscribe, our privacy practices, and how we are committed to protecting and respecting your privacy, please review our Privacy Policy.", "consentToProcessText": "By clicking submit below, you consent to allow integrationtest to store and process the personal information submitted above to provide you the content requested."}, "formType": "hubspot"}, "emitted_at": 1683405020588} {"stream": "forms", "data": {"id": "0bf0c00f-e68d-4de2-8cd9-d9b04e41072f", "name": "New form 55", "createdAt": "2023-02-13T16:50:27.345Z", "updatedAt": "2023-02-13T16:50:27.345Z", "archived": false, "fieldGroups": [{"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "email", "label": "Email", "required": true, "hidden": false, "fieldType": "email", "validation": {"blockedEmailDomains": [], "useDefaultBlockList": false}}]}], "configuration": {"language": "en", "cloneable": true, "postSubmitAction": {"type": "thank_you", "value": "Thanks for submitting the form."}, "editable": true, "archivable": true, "recaptchaEnabled": false, "notifyContactOwner": false, "notifyRecipients": ["12282590"], "createNewContactForNewEmail": false, "prePopulateKnownValues": true, "allowLinkToResetKnownValues": false}, "displayOptions": {"renderRawHtml": false, "theme": "default_style", "submitButtonText": "Submit", "style": {"fontFamily": "arial, helvetica, sans-serif", "backgroundWidth": "100%", "labelTextColor": "#33475b", "labelTextSize": "14px", "helpTextColor": "#7C98B6", "helpTextSize": "11px", "legalConsentTextColor": "#33475b", "legalConsentTextSize": "14px", "submitColor": "#ff7a59", "submitAlignment": "left", "submitFontColor": "#ffffff", "submitSize": "12px"}, "cssClass": "hs-form stacked"}, "legalConsentOptions": {"type": "implicit_consent_to_process", "communicationConsentText": "integrationtest is committed to protecting and respecting your privacy, and we\u2019ll only use your personal information to administer your account and to provide the products and services you requested from us. From time to time, we would like to contact you about our products and services, as well as other content that may be of interest to you. If you consent to us contacting you for this purpose, please tick below to say how you would like us to contact you:", "communicationsCheckboxes": [{"required": false, "subscriptionTypeId": 23704464, "label": "I agree to receive other communications from [MAIN] integration test account."}], "privacyText": "You may unsubscribe from these communications at any time. For more information on how to unsubscribe, our privacy practices, and how we are committed to protecting and respecting your privacy, please review our Privacy Policy.", "consentToProcessText": "By clicking submit below, you consent to allow integrationtest to store and process the personal information submitted above to provide you the content requested."}, "formType": "hubspot"}, "emitted_at": 1683405020588} diff --git a/airbyte-integrations/connectors/source-smartsheets/Dockerfile b/airbyte-integrations/connectors/source-smartsheets/Dockerfile index c841e47bc0f05..441f4a41dbc26 100644 --- a/airbyte-integrations/connectors/source-smartsheets/Dockerfile +++ b/airbyte-integrations/connectors/source-smartsheets/Dockerfile @@ -14,5 +14,5 @@ COPY $CODE_PATH ./$CODE_PATH ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py" ENTRYPOINT ["python", "/airbyte/integration_code/main.py"] -LABEL io.airbyte.version=1.0.1 +LABEL io.airbyte.version=1.0.2 LABEL io.airbyte.name=airbyte/source-smartsheets diff --git a/airbyte-integrations/connectors/source-smartsheets/metadata.yaml b/airbyte-integrations/connectors/source-smartsheets/metadata.yaml index 711b024e99a02..d714dbc5430c2 100644 --- a/airbyte-integrations/connectors/source-smartsheets/metadata.yaml +++ b/airbyte-integrations/connectors/source-smartsheets/metadata.yaml @@ -6,7 +6,7 @@ data: connectorSubtype: api connectorType: source definitionId: 374ebc65-6636-4ea0-925c-7d35999a8ffc - dockerImageTag: 1.0.1 + dockerImageTag: 1.0.2 dockerRepository: airbyte/source-smartsheets githubIssueLabel: source-smartsheets icon: smartsheet.svg diff --git a/airbyte-integrations/connectors/source-smartsheets/setup.py b/airbyte-integrations/connectors/source-smartsheets/setup.py index e067a12523ca6..5634efb2b24a5 100644 --- a/airbyte-integrations/connectors/source-smartsheets/setup.py +++ b/airbyte-integrations/connectors/source-smartsheets/setup.py @@ -5,7 +5,7 @@ from setuptools import find_packages, setup -MAIN_REQUIREMENTS = ["airbyte-cdk~=0.1", "smartsheet-python-sdk==2.105.1"] +MAIN_REQUIREMENTS = ["airbyte-cdk", "smartsheet-python-sdk==2.105.1", "urllib3<2.0"] TEST_REQUIREMENTS = ["pytest", "pytest-mock~=3.6.1"] diff --git a/airbyte-integrations/connectors/source-surveymonkey/Dockerfile b/airbyte-integrations/connectors/source-surveymonkey/Dockerfile index 7fd260c92330e..043acddb543af 100644 --- a/airbyte-integrations/connectors/source-surveymonkey/Dockerfile +++ b/airbyte-integrations/connectors/source-surveymonkey/Dockerfile @@ -13,5 +13,5 @@ ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py" ENTRYPOINT ["python", "/airbyte/integration_code/main.py"] -LABEL io.airbyte.version=0.2.1 +LABEL io.airbyte.version=0.2.2 LABEL io.airbyte.name=airbyte/source-surveymonkey diff --git a/airbyte-integrations/connectors/source-surveymonkey/metadata.yaml b/airbyte-integrations/connectors/source-surveymonkey/metadata.yaml index a5eb3a660f8e2..0b4b8f5944076 100644 --- a/airbyte-integrations/connectors/source-surveymonkey/metadata.yaml +++ b/airbyte-integrations/connectors/source-surveymonkey/metadata.yaml @@ -5,7 +5,7 @@ data: connectorSubtype: api connectorType: source definitionId: badc5925-0485-42be-8caa-b34096cb71b5 - dockerImageTag: 0.2.1 + dockerImageTag: 0.2.2 dockerRepository: airbyte/source-surveymonkey githubIssueLabel: source-surveymonkey icon: surveymonkey.svg diff --git a/airbyte-integrations/connectors/source-surveymonkey/setup.py b/airbyte-integrations/connectors/source-surveymonkey/setup.py index a79bbba62d881..50e81f4d6047f 100644 --- a/airbyte-integrations/connectors/source-surveymonkey/setup.py +++ b/airbyte-integrations/connectors/source-surveymonkey/setup.py @@ -5,7 +5,7 @@ from setuptools import find_packages, setup -MAIN_REQUIREMENTS = ["airbyte-cdk", "vcrpy==4.1.1"] +MAIN_REQUIREMENTS = ["airbyte-cdk", "vcrpy==4.1.1", "urllib3<2.0"] TEST_REQUIREMENTS = ["pytest~=6.1", "connector-acceptance-test", "requests_mock"] diff --git a/airbyte-integrations/connectors/source-tiktok-marketing/Dockerfile b/airbyte-integrations/connectors/source-tiktok-marketing/Dockerfile index 04e289abf5828..6e562519a07a9 100644 --- a/airbyte-integrations/connectors/source-tiktok-marketing/Dockerfile +++ b/airbyte-integrations/connectors/source-tiktok-marketing/Dockerfile @@ -32,5 +32,5 @@ COPY source_tiktok_marketing ./source_tiktok_marketing ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py" ENTRYPOINT ["python", "/airbyte/integration_code/main.py"] -LABEL io.airbyte.version=3.0.1 +LABEL io.airbyte.version=3.1.0 LABEL io.airbyte.name=airbyte/source-tiktok-marketing diff --git a/airbyte-integrations/connectors/source-tiktok-marketing/integration_tests/expected_records.jsonl b/airbyte-integrations/connectors/source-tiktok-marketing/integration_tests/expected_records.jsonl index f69a8d96a12e5..252d8b4a69d2d 100644 --- a/airbyte-integrations/connectors/source-tiktok-marketing/integration_tests/expected_records.jsonl +++ b/airbyte-integrations/connectors/source-tiktok-marketing/integration_tests/expected_records.jsonl @@ -1,10 +1,10 @@ {"stream":"advertisers","data":{"telephone_number":"+18023****63","contacter":"Ai***te","name":"Airbyte0827","timezone":"Europe/Moscow","industry":"291905","promotion_area":"0","description":null,"company":"Airbyte","promotion_center_province":null,"currency":"RUB","country":"RU","rejection_reason":"1:Dear customer,\nWe've detected that your account has not been logged into for a long period of time, which could cause a security risk. In order to improve platform security, your account has been temporarily suspended. For further information or if you have any questions, please submit a ticket under \"Account Review\" in the Business Support Center to raise an appeal.\nThank you for your understanding.\n,endtime:2031-12-31 07:32:13","advertiser_id":7001035076276387841,"promotion_center_city":null,"address":null,"advertiser_account_type":"AUCTION","license_city":null,"cellphone_number":"+18023****63","license_province":null,"license_url":null,"license_no":null,"role":"ROLE_ADVERTISER","balance":0,"language":"","status":"STATUS_LIMIT","display_timezone":"Europe/Moscow","email":"i***************@**********","create_time":1630055520,"brand":null},"emitted_at":1680788928614} {"stream":"advertisers","data":{"telephone_number":"+18023****63","contacter":"Ai***te","name":"Airbyte08270","timezone":"Europe/Istanbul","industry":"291905","promotion_area":"0","description":null,"company":"Airbyte","promotion_center_province":null,"currency":"USD","country":"TR","rejection_reason":"1:Your account has been suspended due to suspicious or unusual activity or a violation of the TikTok Advertising Guidelines or other standards. For further information or if you have any questions, please raise a ticket under \"Account Review\" in TikTok Business Support to raise an appeal within 3 working days.,endtime:2032-12-10 12:17:03","advertiser_id":7001040009704833026,"promotion_center_city":null,"address":null,"advertiser_account_type":"AUCTION","license_city":null,"cellphone_number":"+18023****63","license_province":null,"license_url":null,"license_no":null,"role":"ROLE_ADVERTISER","balance":0,"language":"","status":"STATUS_LIMIT","display_timezone":"Europe/Istanbul","email":"i***************@**********","create_time":1630056654,"brand":null},"emitted_at":1680788928615} {"stream":"advertisers","data":{"telephone_number":"+14156****85","contacter":"Ai***te","name":"Airbyte0830","timezone":"Etc/GMT+8","industry":"291905","promotion_area":"0","description":"https://","company":"Airbyte","promotion_center_province":null,"currency":"USD","country":"US","rejection_reason":"","advertiser_id":7002238017842757633,"promotion_center_city":null,"address":"350 29th avenue, San Francisco","advertiser_account_type":"AUCTION","license_city":null,"cellphone_number":"+13477****53","license_province":null,"license_url":null,"license_no":"","role":"ROLE_ADVERTISER","balance":10,"language":"en","status":"STATUS_ENABLE","display_timezone":"America/Los_Angeles","email":"i***************@**********","create_time":1630335591,"brand":null},"emitted_at":1680788928616} -{"stream":"ads","data":{"page_id":null,"viewability_vast_url":null,"operation_status":"ENABLE","ad_texts":null,"brand_safety_vast_url":null,"viewability_postbid_partner":"UNSET","identity_type":"CUSTOMIZED_USER","avatar_icon_web_uri":"ad-site-i18n-sg/202203285d0de5c114d0690a462bb6a4","adgroup_name":"AdGroupVadim","image_ids":["v0201/7f371ff6f0764f8b8ef4f37d7b980d50"],"campaign_id":1728545382536225,"ad_format":"SINGLE_VIDEO","card_id":null,"video_id":"v10033g50000c90q1d3c77ub6e96fvo0","profile_image_url":"https://p21-ad-sg.ibyteimg.com/large/ad-site-i18n-sg/202203285d0de5c114d0690a462bb6a4","optimization_event":null,"vast_moat_enabled":false,"is_new_structure":true,"display_name":"airbyte","deeplink":"","creative_authorized":false,"identity_id":"7080121820963422209","landing_page_url":"https://airbyte.com","deeplink_type":"NORMAL","call_to_action_id":"7080120957230238722","advertiser_id":7002238017842757633,"secondary_status":"AD_STATUS_CAMPAIGN_DISABLE","impression_tracking_url":null,"fallback_type":"UNSET","ad_text":"Open-source\ndata integration for modern data teams","is_aco":false,"ad_name":"AdVadim-Optimized Version 3_202203281449_2022-03-28 05:03:44","adgroup_id":1728545385226289,"create_time":"2022-03-28 12:09:09","modify_time":"2022-03-28 21:34:26","app_name":"","ad_id":1728545390695442,"brand_safety_postbid_partner":"UNSET","creative_type":null,"campaign_name":"CampaignVadimTraffic","playable_url":"","landing_page_urls":null,"click_tracking_url":null},"emitted_at":1680788931358} -{"stream":"ads","data":{"page_id":null,"viewability_vast_url":null,"operation_status":"ENABLE","ad_texts":null,"brand_safety_vast_url":null,"viewability_postbid_partner":"UNSET","identity_type":"UNSET","avatar_icon_web_uri":"ad-site-i18n-sg/202110205d0d488b68ead898460bad74","adgroup_name":"Ad Group20211020010107","image_ids":["v0201/8f77082a1f3c40c586f8282356490c58"],"campaign_id":1714125042508817,"ad_format":"SINGLE_VIDEO","card_id":null,"video_id":"v10033g50000c5nsqcbc77ubdn136b70","profile_image_url":"https://p21-ad-sg.ibyteimg.com/large/ad-site-i18n-sg/202110205d0d488b68ead898460bad74","optimization_event":null,"vast_moat_enabled":false,"call_to_action":"LEARN_MORE","is_new_structure":true,"display_name":"Airbyte","deeplink":"","creative_authorized":true,"identity_id":"","landing_page_url":"https://airbyte.io","deeplink_type":"NORMAL","call_to_action_id":null,"advertiser_id":7002238017842757633,"secondary_status":"AD_STATUS_CAMPAIGN_DISABLE","impression_tracking_url":null,"fallback_type":"UNSET","ad_text":"Airbyte - data portabioolity platform - from anywhere to anywhere!","is_aco":false,"ad_name":"Optimized Version 4_202110201102_2021-10-20 11:02:00","adgroup_id":1714125049901106,"create_time":"2021-10-20 08:04:06","modify_time":"2021-10-21 17:50:11","app_name":"","ad_id":1714125051115569,"brand_safety_postbid_partner":"UNSET","creative_type":null,"campaign_name":"Website Traffic20211020010104","playable_url":"","landing_page_urls":null,"click_tracking_url":null},"emitted_at":1680788931359} -{"stream":"ads","data":{"page_id":null,"viewability_vast_url":null,"operation_status":"DISABLE","ad_texts":null,"brand_safety_vast_url":null,"viewability_postbid_partner":"UNSET","identity_type":"UNSET","avatar_icon_web_uri":"ad-site-i18n-sg/202110205d0d4ce78859d72d409eb82d","adgroup_name":"Ad Group20211020005346","image_ids":["ad-site-i18n-sg/202110195d0db51e12a222ee4334a396"],"campaign_id":1714124576938033,"ad_format":"SINGLE_IMAGE","card_id":null,"video_id":null,"profile_image_url":"https://p21-ad-sg.ibyteimg.com/large/ad-site-i18n-sg/202110205d0d4ce78859d72d409eb82d","optimization_event":null,"vast_moat_enabled":false,"call_to_action":"LEARN_MORE","is_new_structure":true,"display_name":"Airbyte","deeplink":"","creative_authorized":false,"identity_id":"","landing_page_url":"https://airbyte.io","deeplink_type":"NORMAL","call_to_action_id":null,"advertiser_id":7002238017842757633,"secondary_status":"AD_STATUS_CAMPAIGN_DISABLE","impression_tracking_url":null,"fallback_type":"UNSET","ad_text":"Airbyte - open source data portability platform - from nywhere to anywhere!","is_aco":false,"ad_name":"1200x1200 logo_1634667070143.png_2021-10-20 10:54:51","adgroup_id":1714124588896305,"create_time":"2021-10-20 07:56:39","modify_time":"2021-10-20 08:05:12","app_name":"","ad_id":1714124564763650,"brand_safety_postbid_partner":"UNSET","creative_type":null,"campaign_name":"Website Traffic20211020005342","playable_url":"","landing_page_urls":null,"click_tracking_url":null},"emitted_at":1680788931360} -{"stream":"ads","data":{"page_id":null,"viewability_vast_url":null,"operation_status":"DISABLE","ad_texts":null,"brand_safety_vast_url":null,"viewability_postbid_partner":"UNSET","identity_type":"UNSET","avatar_icon_web_uri":"","adgroup_name":"Ad Group20211019111040","image_ids":["v0201/d25dc9be82074c848949be13effd5bbd"],"campaign_id":1714073078669329,"ad_format":"SINGLE_VIDEO","card_id":null,"video_id":"v10033g50000c5ngl53c77ubdn0nprqg","profile_image_url":"","optimization_event":null,"vast_moat_enabled":false,"call_to_action":"READ_MORE","is_new_structure":true,"display_name":"Airbyte","deeplink":"","creative_authorized":true,"identity_id":"","landing_page_url":"https://airbyte.io","deeplink_type":"NORMAL","call_to_action_id":null,"advertiser_id":7002238017842757633,"secondary_status":"AD_STATUS_CAMPAIGN_DISABLE","impression_tracking_url":null,"fallback_type":"UNSET","ad_text":"Open Source ETL","is_aco":false,"ad_name":"Optimized Version 1_202110192111_2021-10-19 21:11:39","adgroup_id":1714073022392322,"create_time":"2021-10-19 18:18:09","modify_time":"2021-10-20 08:05:14","app_name":"","ad_id":1714073085256738,"brand_safety_postbid_partner":"UNSET","creative_type":null,"campaign_name":"Website Traffic20211019110444","playable_url":"","landing_page_urls":null,"click_tracking_url":null},"emitted_at":1680788931361} +{"stream":"ads","data":{"page_id":null,"viewability_vast_url":null,"operation_status":"ENABLE","ad_texts":null,"brand_safety_vast_url":null,"viewability_postbid_partner":"UNSET","identity_type":"CUSTOMIZED_USER","avatar_icon_web_uri":"ad-site-i18n-sg/202203285d0de5c114d0690a462bb6a4","adgroup_name":"AdGroupVadim","image_ids":["v0201/7f371ff6f0764f8b8ef4f37d7b980d50"],"campaign_id":1728545382536225,"ad_format":"SINGLE_VIDEO","card_id":null,"video_id":"v10033g50000c90q1d3c77ub6e96fvo0","profile_image_url":"https://p21-ad-sg.ibyteimg.com/large/ad-site-i18n-sg/202203285d0de5c114d0690a462bb6a4","optimization_event":null,"vast_moat_enabled":false,"is_new_structure":true,"display_name":"airbyte","deeplink":"","creative_authorized":false,"identity_id":"7080121820963422209","landing_page_url":"https://airbyte.com","deeplink_type":"NORMAL","call_to_action_id":"7080120957230238722","advertiser_id":7002238017842757633,"secondary_status":"AD_STATUS_CAMPAIGN_DISABLE","impression_tracking_url":null,"fallback_type":"UNSET","ad_text":"Open-source\ndata integration for modern data teams","is_aco":false,"ad_name":"AdVadim-Optimized Version 3_202203281449_2022-03-28 05:03:44","adgroup_id":1728545385226289,"create_time":"2022-03-28 12:09:09","modify_time":"2022-03-28 21:34:26","app_name":"","ad_id":1728545390695442,"brand_safety_postbid_partner":"UNSET","creative_type":null,"campaign_name":"CampaignVadimTraffic","playable_url":"","landing_page_urls":null,"click_tracking_url":null,"music_id":null},"emitted_at":1680788931358} +{"stream":"ads","data":{"page_id":null,"viewability_vast_url":null,"operation_status":"ENABLE","ad_texts":null,"brand_safety_vast_url":null,"viewability_postbid_partner":"UNSET","identity_type":"UNSET","avatar_icon_web_uri":"ad-site-i18n-sg/202110205d0d488b68ead898460bad74","adgroup_name":"Ad Group20211020010107","image_ids":["v0201/8f77082a1f3c40c586f8282356490c58"],"campaign_id":1714125042508817,"ad_format":"SINGLE_VIDEO","card_id":null,"video_id":"v10033g50000c5nsqcbc77ubdn136b70","profile_image_url":"https://p21-ad-sg.ibyteimg.com/large/ad-site-i18n-sg/202110205d0d488b68ead898460bad74","optimization_event":null,"vast_moat_enabled":false,"call_to_action":"LEARN_MORE","is_new_structure":true,"display_name":"Airbyte","deeplink":"","creative_authorized":true,"identity_id":"","landing_page_url":"https://airbyte.io","deeplink_type":"NORMAL","call_to_action_id":null,"advertiser_id":7002238017842757633,"secondary_status":"AD_STATUS_CAMPAIGN_DISABLE","impression_tracking_url":null,"fallback_type":"UNSET","ad_text":"Airbyte - data portabioolity platform - from anywhere to anywhere!","is_aco":false,"ad_name":"Optimized Version 4_202110201102_2021-10-20 11:02:00","adgroup_id":1714125049901106,"create_time":"2021-10-20 08:04:06","modify_time":"2021-10-21 17:50:11","app_name":"","ad_id":1714125051115569,"brand_safety_postbid_partner":"UNSET","creative_type":null,"campaign_name":"Website Traffic20211020010104","playable_url":"","landing_page_urls":null,"click_tracking_url":null,"music_id":null},"emitted_at":1680788931359} +{"stream":"ads","data":{"page_id":null,"viewability_vast_url":null,"operation_status":"DISABLE","ad_texts":null,"brand_safety_vast_url":null,"viewability_postbid_partner":"UNSET","identity_type":"UNSET","avatar_icon_web_uri":"ad-site-i18n-sg/202110205d0d4ce78859d72d409eb82d","adgroup_name":"Ad Group20211020005346","image_ids":["ad-site-i18n-sg/202110195d0db51e12a222ee4334a396"],"campaign_id":1714124576938033,"ad_format":"SINGLE_IMAGE","card_id":null,"video_id":null,"profile_image_url":"https://p21-ad-sg.ibyteimg.com/large/ad-site-i18n-sg/202110205d0d4ce78859d72d409eb82d","optimization_event":null,"vast_moat_enabled":false,"call_to_action":"LEARN_MORE","is_new_structure":true,"display_name":"Airbyte","deeplink":"","creative_authorized":false,"identity_id":"","landing_page_url":"https://airbyte.io","deeplink_type":"NORMAL","call_to_action_id":null,"advertiser_id":7002238017842757633,"secondary_status":"AD_STATUS_CAMPAIGN_DISABLE","impression_tracking_url":null,"fallback_type":"UNSET","ad_text":"Airbyte - open source data portability platform - from nywhere to anywhere!","is_aco":false,"ad_name":"1200x1200 logo_1634667070143.png_2021-10-20 10:54:51","adgroup_id":1714124588896305,"create_time":"2021-10-20 07:56:39","modify_time":"2021-10-20 08:05:12","app_name":"","ad_id":1714124564763650,"brand_safety_postbid_partner":"UNSET","creative_type":null,"campaign_name":"Website Traffic20211020005342","playable_url":"","landing_page_urls":null,"click_tracking_url":null,"music_id":null},"emitted_at":1680788931360} +{"stream":"ads","data":{"page_id":null,"viewability_vast_url":null,"operation_status":"DISABLE","ad_texts":null,"brand_safety_vast_url":null,"viewability_postbid_partner":"UNSET","identity_type":"UNSET","avatar_icon_web_uri":"","adgroup_name":"Ad Group20211019111040","image_ids":["v0201/d25dc9be82074c848949be13effd5bbd"],"campaign_id":1714073078669329,"ad_format":"SINGLE_VIDEO","card_id":null,"video_id":"v10033g50000c5ngl53c77ubdn0nprqg","profile_image_url":"","optimization_event":null,"vast_moat_enabled":false,"call_to_action":"READ_MORE","is_new_structure":true,"display_name":"Airbyte","deeplink":"","creative_authorized":true,"identity_id":"","landing_page_url":"https://airbyte.io","deeplink_type":"NORMAL","call_to_action_id":null,"advertiser_id":7002238017842757633,"secondary_status":"AD_STATUS_CAMPAIGN_DISABLE","impression_tracking_url":null,"fallback_type":"UNSET","ad_text":"Open Source ETL","is_aco":false,"ad_name":"Optimized Version 1_202110192111_2021-10-19 21:11:39","adgroup_id":1714073022392322,"create_time":"2021-10-19 18:18:09","modify_time":"2021-10-20 08:05:14","app_name":"","ad_id":1714073085256738,"brand_safety_postbid_partner":"UNSET","creative_type":null,"campaign_name":"Website Traffic20211019110444","playable_url":"","landing_page_urls":null,"click_tracking_url":null,"music_id":null},"emitted_at":1680788931361} {"stream":"ad_groups","data":{"rf_estimated_frequency":null,"budget":2000,"promotion_type":"WEBSITE","skip_learning_phase":0,"excluded_audience_ids":[],"category_id":0,"billing_event":"CPC","bid_price":0,"device_price_ranges":[],"bid_type":"BID_TYPE_NO_BID","schedule_start_time":"2021-08-30 03:20:28","app_download_url":null,"pixel_id":null,"deep_bid_type":null,"interest_category_ids":[],"creative_material_mode":"CUSTOM","actions":[],"frequency_schedule":null,"comment_disabled":false,"delivery_mode":null,"audience_ids":[],"optimization_goal":"CLICK","rf_estimated_cpr":null,"feed_type":null,"app_type":null,"create_time":"2021-08-30 03:25:04","is_hfss":false,"next_day_retention":null,"conversion_bid_price":0,"placement_type":"PLACEMENT_TYPE_NORMAL","excluded_custom_actions":[],"app_id":null,"modify_time":"2022-01-02 07:32:13","age_groups":null,"languages":[],"purchased_reach":null,"budget_mode":"BUDGET_MODE_DAY","schedule_type":"SCHEDULE_FROM_NOW","operation_status":"ENABLE","location_ids":[2017370],"adgroup_id":1709487015460898,"keywords":null,"conversion_window":null,"gender":"GENDER_UNLIMITED","included_custom_actions":[],"operating_systems":[],"is_new_structure":true,"campaign_name":"Website Traffic20210830061428","secondary_status":"ADVERTISER_ACCOUNT_PUNISH","inventory_filter_enabled":false,"ios14_quota_type":"UNOCCUPIED","share_disabled":false,"brand_safety_partner":null,"optimization_event":null,"schedule_infos":null,"bid_display_mode":"CPMV","pacing":"PACING_MODE_SMOOTH","search_result_enabled":false,"device_model_ids":[],"scheduled_budget":0,"video_download_disabled":false,"schedule_end_time":"2031-08-28 03:20:28","statistic_type":null,"adgroup_name":"Ad Group20210830062028","frequency":null,"brand_safety_type":"NO_BRAND_SAFETY","dayparting":"111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111","adgroup_app_profile_page_state":null,"purchased_impression":null,"deep_cpa_bid":0,"advertiser_id":7001035076276387841,"auto_targeting_enabled":false,"secondary_optimization_event":null,"rf_purchased_type":null,"network_types":[],"interest_keyword_ids":[],"campaign_id":1709487018151954,"placements":["PLACEMENT_TIKTOK","PLACEMENT_TOPBUZZ","PLACEMENT_HELO","PLACEMENT_PANGLE"]},"emitted_at":1680788932210} {"stream":"ad_groups","data":{"rf_estimated_frequency":null,"budget":20,"promotion_type":"WEBSITE","skip_learning_phase":0,"excluded_audience_ids":[],"category_id":0,"billing_event":"CPC","bid_price":0,"device_price_ranges":[],"bid_type":"BID_TYPE_NO_BID","schedule_start_time":"2022-03-28 13:02:23","app_download_url":null,"pixel_id":null,"deep_bid_type":null,"interest_category_ids":[15],"creative_material_mode":"CUSTOM","actions":[],"frequency_schedule":null,"comment_disabled":false,"delivery_mode":null,"audience_ids":[],"optimization_goal":"CLICK","rf_estimated_cpr":null,"feed_type":null,"app_type":null,"create_time":"2022-03-28 12:09:07","is_hfss":false,"next_day_retention":null,"conversion_bid_price":0,"placement_type":"PLACEMENT_TYPE_AUTOMATIC","excluded_custom_actions":[],"app_id":null,"modify_time":"2022-03-31 08:13:30","age_groups":["AGE_25_34","AGE_35_44"],"languages":[],"purchased_reach":null,"budget_mode":"BUDGET_MODE_DAY","schedule_type":"SCHEDULE_FROM_NOW","operation_status":"ENABLE","location_ids":[6252001],"adgroup_id":1728545385226289,"keywords":null,"conversion_window":null,"gender":"GENDER_UNLIMITED","included_custom_actions":[],"operating_systems":[],"is_new_structure":true,"campaign_name":"CampaignVadimTraffic","secondary_status":"ADGROUP_STATUS_CAMPAIGN_DISABLE","inventory_filter_enabled":false,"ios14_quota_type":"UNOCCUPIED","share_disabled":false,"brand_safety_partner":null,"optimization_event":null,"schedule_infos":null,"bid_display_mode":"CPMV","pacing":"PACING_MODE_SMOOTH","search_result_enabled":false,"device_model_ids":[],"scheduled_budget":0,"video_download_disabled":false,"schedule_end_time":"2032-03-25 13:02:23","statistic_type":null,"adgroup_name":"AdGroupVadim","frequency":null,"brand_safety_type":"NO_BRAND_SAFETY","dayparting":"111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111","adgroup_app_profile_page_state":null,"purchased_impression":null,"deep_cpa_bid":0,"advertiser_id":7002238017842757633,"auto_targeting_enabled":false,"secondary_optimization_event":null,"rf_purchased_type":null,"network_types":[],"interest_keyword_ids":[],"campaign_id":1728545382536225,"placements":null},"emitted_at":1680788933420} {"stream":"ad_groups","data":{"rf_estimated_frequency":null,"budget":20,"promotion_type":"WEBSITE","skip_learning_phase":0,"excluded_audience_ids":[],"category_id":0,"billing_event":"CPC","bid_price":0,"device_price_ranges":[],"bid_type":"BID_TYPE_NO_BID","schedule_start_time":"2021-10-20 09:01:07","app_download_url":null,"pixel_id":null,"deep_bid_type":null,"interest_category_ids":[],"creative_material_mode":"CUSTOM","actions":[],"frequency_schedule":null,"comment_disabled":false,"delivery_mode":null,"audience_ids":[],"optimization_goal":"CLICK","rf_estimated_cpr":null,"feed_type":null,"app_type":null,"create_time":"2021-10-20 08:04:05","is_hfss":false,"next_day_retention":null,"conversion_bid_price":0,"placement_type":"PLACEMENT_TYPE_AUTOMATIC","excluded_custom_actions":[],"app_id":null,"modify_time":"2022-03-24 12:06:54","age_groups":["AGE_25_34","AGE_35_44","AGE_45_54"],"languages":["en"],"purchased_reach":null,"budget_mode":"BUDGET_MODE_DAY","schedule_type":"SCHEDULE_START_END","operation_status":"ENABLE","location_ids":[6252001],"adgroup_id":1714125049901106,"keywords":null,"conversion_window":null,"gender":"GENDER_UNLIMITED","included_custom_actions":[],"operating_systems":[],"is_new_structure":true,"campaign_name":"Website Traffic20211020010104","secondary_status":"ADGROUP_STATUS_CAMPAIGN_DISABLE","inventory_filter_enabled":false,"ios14_quota_type":"UNOCCUPIED","share_disabled":false,"brand_safety_partner":null,"optimization_event":null,"schedule_infos":null,"bid_display_mode":"CPMV","pacing":"PACING_MODE_SMOOTH","search_result_enabled":false,"device_model_ids":[],"scheduled_budget":0,"video_download_disabled":false,"schedule_end_time":"2021-10-31 09:01:07","statistic_type":null,"adgroup_name":"Ad Group20211020010107","frequency":null,"brand_safety_type":"NO_BRAND_SAFETY","dayparting":"111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111","adgroup_app_profile_page_state":null,"purchased_impression":null,"deep_cpa_bid":0,"advertiser_id":7002238017842757633,"auto_targeting_enabled":false,"secondary_optimization_event":null,"rf_purchased_type":null,"network_types":[],"interest_keyword_ids":[],"campaign_id":1714125042508817,"placements":null},"emitted_at":1680788933422} diff --git a/airbyte-integrations/connectors/source-tiktok-marketing/metadata.yaml b/airbyte-integrations/connectors/source-tiktok-marketing/metadata.yaml index c9557ee9ecea3..87f65607a878d 100644 --- a/airbyte-integrations/connectors/source-tiktok-marketing/metadata.yaml +++ b/airbyte-integrations/connectors/source-tiktok-marketing/metadata.yaml @@ -6,7 +6,7 @@ data: connectorSubtype: api connectorType: source definitionId: 4bfac00d-ce15-44ff-95b9-9e3c3e8fbd35 - dockerImageTag: 3.0.1 + dockerImageTag: 3.1.0 dockerRepository: airbyte/source-tiktok-marketing githubIssueLabel: source-tiktok-marketing icon: tiktok.svg diff --git a/airbyte-integrations/connectors/source-tiktok-marketing/source_tiktok_marketing/schemas/ads.json b/airbyte-integrations/connectors/source-tiktok-marketing/source_tiktok_marketing/schemas/ads.json index d3fb535108657..83cf9fe8164f9 100644 --- a/airbyte-integrations/connectors/source-tiktok-marketing/source_tiktok_marketing/schemas/ads.json +++ b/airbyte-integrations/connectors/source-tiktok-marketing/source_tiktok_marketing/schemas/ads.json @@ -194,6 +194,9 @@ }, "viewability_vast_url": { "type": ["null", "string"] + }, + "music_id": { + "type": ["null", "string"] } } } diff --git a/docs/integrations/sources/close-com.md b/docs/integrations/sources/close-com.md index 3b8cc344494af..21587b28dd214 100644 --- a/docs/integrations/sources/close-com.md +++ b/docs/integrations/sources/close-com.md @@ -87,10 +87,11 @@ The Close.com Connector has rate limit. There are 60 RPS for Organizations. You ## Changelog -| Version | Date | Pull Request | Subject | -| :--- | :--- | :--- | :--- | -| 0.2.2 | 2023-05-05 | [25868](https://github.com/airbytehq/airbyte/pull/25868) | Added `CDK TypeTransformer` to gurantee JSON Schema types, added missing properties for `roles` stream | -| 0.2.1 | 2023-02-15 | [23074](https://github.com/airbytehq/airbyte/pull/23074) | Specified date formatting in specification | -| 0.2.0 | 2022-11-04 | [18968](https://github.com/airbytehq/airbyte/pull/18968) | Migrate to Low-Code | -| 0.1.0 | 2021-08-10 | [5366](https://github.com/airbytehq/airbyte/pull/5366) | Initial release of Close.com connector for Airbyte | +| Version | Date | Pull Request | Subject | +|:--------|:-----------|:---------------------------------------------------------|:-------------------------------------------------------------------------------------------------------| +| 0.3.0 | 2023-05-12 | [26024](https://github.com/airbytehq/airbyte/pull/26024) | Update the `Email sequences` stream schema | +| 0.2.2 | 2023-05-05 | [25868](https://github.com/airbytehq/airbyte/pull/25868) | Added `CDK TypeTransformer` to gurantee JSON Schema types, added missing properties for `roles` stream | +| 0.2.1 | 2023-02-15 | [23074](https://github.com/airbytehq/airbyte/pull/23074) | Specified date formatting in specification | +| 0.2.0 | 2022-11-04 | [18968](https://github.com/airbytehq/airbyte/pull/18968) | Migrate to Low-Code | +| 0.1.0 | 2021-08-10 | [5366](https://github.com/airbytehq/airbyte/pull/5366) | Initial release of Close.com connector for Airbyte | diff --git a/docs/integrations/sources/smartsheets.md b/docs/integrations/sources/smartsheets.md index 5e796210a4c7d..5ef62d22b08d7 100644 --- a/docs/integrations/sources/smartsheets.md +++ b/docs/integrations/sources/smartsheets.md @@ -88,7 +88,8 @@ The remaining column datatypes supported by Smartsheets are more complex types ( | Version | Date | Pull Request | Subject | |:--------|:-----------|:---------------------------------------------------------|:----------------------------------------------------------| -| 1.0.1 | 2023-04-27 | [25562](https://github.com/airbytehq/airbyte/pull/25562) | Update testing dependencies| +| 1.0.2 | 2023-05-12 | [26024](https://github.com/airbytehq/airbyte/pull/26024) | Fix dependencies conflict | +| 1.0.1 | 2023-04-27 | [25562](https://github.com/airbytehq/airbyte/pull/25562) | Update testing dependencies | | 1.0.0 | 2023-02-19 | [23237](https://github.com/airbytehq/airbyte/pull/23237) | Fix OAuth2.0 token refresh | | 0.1.14 | 2023-02-07 | [22419](https://github.com/airbytehq/airbyte/pull/22419) | OAuth2.0 support - enabled; add allowed hosts | | 0.1.13 | 2022-12-02 | [20017](https://github.com/airbytehq/airbyte/pull/20017) | OAuth2.0 support - disabled | diff --git a/docs/integrations/sources/surveymonkey.md b/docs/integrations/sources/surveymonkey.md index 8e895aff8538c..145beea144ca0 100644 --- a/docs/integrations/sources/surveymonkey.md +++ b/docs/integrations/sources/surveymonkey.md @@ -64,24 +64,25 @@ To cover more data from this source we use caching. ## Changelog -| Version | Date | Pull Request | Subject | -|:--------| :--------- | :------------------------------------------------------- | :--------------------------------------------------------------------- | -| 0.2.1 | 2023-04-27 | [25109](https://github.com/airbytehq/airbyte/pull/25109) | Fix add missing params to stream `SurveyResponses` | -| 0.2.0 | 2023-04-18 | [23721](https://github.com/airbytehq/airbyte/pull/23721) | Add `SurveyCollectors` and `Collectors` stream | -| 0.1.16 | 2023-04-13 | [25080](https://github.com/airbytehq/airbyte/pull/25080) | Fix spec.json required fields and update schema for surveys and survey_responses | -| 0.1.15 | 2023-02-11 | [22865](https://github.com/airbytehq/airbyte/pull/22865) | Specified date formatting in specification | -| 0.1.14 | 2023-01-27 | [22024](https://github.com/airbytehq/airbyte/pull/22024) | Set `AvailabilityStrategy` for streams explicitly to `None` | -| 0.1.13 | 2022-11-29 | [19868](https://github.com/airbytehq/airbyte/pull/19868) | Fix OAuth flow urls | -| 0.1.12 | 2022-10-13 | [17964](https://github.com/airbytehq/airbyte/pull/17964) | Add OAuth for Eu and Ca | -| 0.1.11 | 2022-09-28 | [17326](https://github.com/airbytehq/airbyte/pull/17326) | Migrate to per-stream states. | -| 0.1.10 | 2022-09-14 | [16706](https://github.com/airbytehq/airbyte/pull/16706) | Fix 404 error when handling nonexistent surveys | -| 0.1.9 | 2022-07-28 | [13046](https://github.com/airbytehq/airbyte/pull/14998) | Fix state for response stream, fixed backoff behaviour, added unittest | -| 0.1.8 | 2022-05-20 | [13046](https://github.com/airbytehq/airbyte/pull/13046) | Fix incremental streams | -| 0.1.7 | 2022-02-24 | [8768](https://github.com/airbytehq/airbyte/pull/8768) | Add custom survey IDs to limit API calls | -| 0.1.6 | 2022-01-14 | [9508](https://github.com/airbytehq/airbyte/pull/9508) | Scopes change | -| 0.1.5 | 2021-12-28 | [8628](https://github.com/airbytehq/airbyte/pull/8628) | Update fields in source-connectors specifications | -| 0.1.4 | 2021-11-11 | [7868](https://github.com/airbytehq/airbyte/pull/7868) | Improve 'check' using '/users/me' API call | -| 0.1.3 | 2021-11-01 | [7433](https://github.com/airbytehq/airbyte/pull/7433) | Remove unsused oAuth flow parameters | -| 0.1.2 | 2021-10-27 | [7433](https://github.com/airbytehq/airbyte/pull/7433) | Add OAuth support | -| 0.1.1 | 2021-09-10 | [5983](https://github.com/airbytehq/airbyte/pull/5983) | Fix caching for gzip compressed http response | -| 0.1.0 | 2021-07-06 | [4097](https://github.com/airbytehq/airbyte/pull/4097) | Initial Release | +| Version | Date | Pull Request | Subject | +|:--------|:-----------|:---------------------------------------------------------|:---------------------------------------------------------------------------------| +| 0.2.2 | 2023-05-12 | [26024](https://github.com/airbytehq/airbyte/pull/26024) | Fix dependencies conflict | +| 0.2.1 | 2023-04-27 | [25109](https://github.com/airbytehq/airbyte/pull/25109) | Fix add missing params to stream `SurveyResponses` | +| 0.2.0 | 2023-04-18 | [23721](https://github.com/airbytehq/airbyte/pull/23721) | Add `SurveyCollectors` and `Collectors` stream | +| 0.1.16 | 2023-04-13 | [25080](https://github.com/airbytehq/airbyte/pull/25080) | Fix spec.json required fields and update schema for surveys and survey_responses | +| 0.1.15 | 2023-02-11 | [22865](https://github.com/airbytehq/airbyte/pull/22865) | Specified date formatting in specification | +| 0.1.14 | 2023-01-27 | [22024](https://github.com/airbytehq/airbyte/pull/22024) | Set `AvailabilityStrategy` for streams explicitly to `None` | +| 0.1.13 | 2022-11-29 | [19868](https://github.com/airbytehq/airbyte/pull/19868) | Fix OAuth flow urls | +| 0.1.12 | 2022-10-13 | [17964](https://github.com/airbytehq/airbyte/pull/17964) | Add OAuth for Eu and Ca | +| 0.1.11 | 2022-09-28 | [17326](https://github.com/airbytehq/airbyte/pull/17326) | Migrate to per-stream states. | +| 0.1.10 | 2022-09-14 | [16706](https://github.com/airbytehq/airbyte/pull/16706) | Fix 404 error when handling nonexistent surveys | +| 0.1.9 | 2022-07-28 | [13046](https://github.com/airbytehq/airbyte/pull/14998) | Fix state for response stream, fixed backoff behaviour, added unittest | +| 0.1.8 | 2022-05-20 | [13046](https://github.com/airbytehq/airbyte/pull/13046) | Fix incremental streams | +| 0.1.7 | 2022-02-24 | [8768](https://github.com/airbytehq/airbyte/pull/8768) | Add custom survey IDs to limit API calls | +| 0.1.6 | 2022-01-14 | [9508](https://github.com/airbytehq/airbyte/pull/9508) | Scopes change | +| 0.1.5 | 2021-12-28 | [8628](https://github.com/airbytehq/airbyte/pull/8628) | Update fields in source-connectors specifications | +| 0.1.4 | 2021-11-11 | [7868](https://github.com/airbytehq/airbyte/pull/7868) | Improve 'check' using '/users/me' API call | +| 0.1.3 | 2021-11-01 | [7433](https://github.com/airbytehq/airbyte/pull/7433) | Remove unsused oAuth flow parameters | +| 0.1.2 | 2021-10-27 | [7433](https://github.com/airbytehq/airbyte/pull/7433) | Add OAuth support | +| 0.1.1 | 2021-09-10 | [5983](https://github.com/airbytehq/airbyte/pull/5983) | Fix caching for gzip compressed http response | +| 0.1.0 | 2021-07-06 | [4097](https://github.com/airbytehq/airbyte/pull/4097) | Initial Release | diff --git a/docs/integrations/sources/tiktok-marketing.md b/docs/integrations/sources/tiktok-marketing.md index 65e535cc4bb74..2f1cf3dc7d6c5 100644 --- a/docs/integrations/sources/tiktok-marketing.md +++ b/docs/integrations/sources/tiktok-marketing.md @@ -554,6 +554,7 @@ The connector is restricted by [requests limitation](https://ads.tiktok.com/mark | Version | Date | Pull Request | Subject | |:--------|:-----------|:---------------------------------------------------------|:----------------------------------------------------------------------------------------------| +| 3.1.0 | 2023-05-12 | [26024](https://github.com/airbytehq/airbyte/pull/26024) | Updated the `Ads` stream schema | | 3.0.1 | 2023-04-07 | [24712](https://github.com/airbytehq/airbyte/pull/24712) | Added `attribution window` for *-reports streams | | 3.0.0 | 2023-03-29 | [24630](https://github.com/airbytehq/airbyte/pull/24630) | Migrate to v1.3 API | | 2.0.6 | 2023-03-30 | [22134](https://github.com/airbytehq/airbyte/pull/22134) | Add `country_code` and `platform` audience reports. |