Matheus
07/02/2023, 9:05 PMSlackbot
07/03/2023, 6:03 AMPhoom Chonlakorn
07/03/2023, 6:21 AMArmelle Brincourt
07/03/2023, 9:28 AMQuang Dang Vu Nhat
07/03/2023, 9:35 AMparse_response
, I need to return the data from API as the data while this connector read from source
I want to ask how can I access the json_schema where the source schema is being defined in this functionAlexandre Girard (Airbyte)
07/03/2023, 3:30 PMOctavia Squidington III
07/03/2023, 7:45 PMDaniel Tallentire (Dan)
07/04/2023, 8:37 AMDu Trần
07/04/2023, 9:42 AMCaleb Hattingh
07/04/2023, 9:46 AMAazam Thakur
07/04/2023, 10:11 AMAmeya Bapat
07/04/2023, 12:03 PME requests.exceptions.ReadTimeout: UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)
.venv/lib/python3.9/site-packages/requests/adapters.py:578: ReadTimeout
test_utils.py::test_not_found_container ??? 98% ??????????????????????????????
test_utils.py::TestLoadYamlOrJsonPath.test_load_json ??? 98% ??????????????????????????????
test_utils.py::TestLoadYamlOrJsonPath.test_load_yaml ??? 99% ??????????????????????????????
test_utils.py::TestLoadYamlOrJsonPath.test_load_other ??? 99% ??????????????????????????????
test_utils.py::test_find_all_values_for_key_in_schema[schema0-looking_for_this_key-expected_values0] ???99% ??????????????????????????????
test_utils.py::test_find_all_values_for_key_in_schema[schema1-looking_for_this_key-expected_values1] ???99% ??????????????????????????????
test_utils.py::test_find_all_values_for_key_in_schema[schema2-looking_for_this_key-expected_values2] ???99% ??????????????????????????????
test_utils.py::test_build_configured_catalog_from_discovered_catalog_and_empty_streams[discovered_catalog0-empty_streams0] ???99% ??????????????????????????????
test_utils.py::test_build_configured_catalog_from_discovered_catalog_and_empty_streams[discovered_catalog1-empty_streams1] ???99% ??????????????????????????????
test_utils.py::test_build_configured_catalog_from_custom_catalog[custom_configured_catalog0-False] ???99% ??????????????????????????????
test_utils.py::test_build_configured_catalog_from_custom_catalog[custom_configured_catalog1-True] ???100% ??????????????????????????????=============================== warnings summary ===============================
test_config.py::TestConfig::test_config_parsing[Legacy config should be parsed without error.]
test_config.py::TestConfig::test_legacy_config_migration[A legacy raw config is parsed into a new config structure without error.]
test_config.py::TestConfig::test_legacy_config_migration[A legacy raw config, with a test_strictness_level defined, is parsed into a new config structure without error.]
/Users/ameya/Workspace/airbyte/airbyte-integrations/bases/connector-acceptance-test/connector_acceptance_test/config.py:285: DeprecationWarning: The 'warn' function is deprecated, use 'warning' instead
logging.warn("The acceptance-test-config.yml file is in a legacy format. Please migrate to the latest format.")
-- Docs: <https://docs.pytest.org/en/stable/warnings.html>
=========================== short test summary info ============================
FAILED unit_tests/test_utils.py::test_docker_runner[standard] - requests.exce...
FAILED unit_tests/test_utils.py::test_docker_runner[waiting] - requests.excep...
FAILED unit_tests/test_utils.py::test_not_found_container - requests.exceptio...
Results (624.33s (0:10:24)):
543 passed
3 failed
- test_utils.py:268 test_docker_runner[standard]
- test_utils.py:268 test_docker_runner[waiting]
- test_utils.py:308 test_not_found_container
/Users/ameya/Workspace/airbyte/airbyte-integrations/bases/connector-acceptance-test/.venv/lib/python3.9/site-packages/coverage/control.py:788: CoverageWarning: No data was collected. (no-data-collected)
self._warn("No data was collected.", slug="no-data-collected")
> Task :airbyte-integrations:bases:connector-acceptance-test:_unitTestCoverage FAILED
Octavia Squidington III
07/04/2023, 1:45 PMLily Tian
07/04/2023, 2:34 PMDu Trần
07/04/2023, 3:22 PMChính Bùi Quang
07/05/2023, 4:11 AMChính Bùi Quang
07/05/2023, 4:13 AMSlackbot
07/05/2023, 9:15 AMSai Kumar Devulapelli
07/05/2023, 9:24 AM<https://registre-national-entreprises.fr/api/companies/diff>
i got the records as a json
[
{
"company": {
"updatedAt": "2023-07-05T01:28:21+02:00",
"id": "64a4ab15779d4bbf370ceb23",
"formality": {
}
}
}
]
Some data like this and its working well.
** I have some other API where i should give the value implicitly and read the id (Because i have lot of id’s) and extract the data.
<https://registre-national-entreprises.fr/api/companies/{{> config['id'] }}/attachments
this says the request failed.
I hope someone might tried this earlier and please give suggesstions and solution. That would be really helpful.
Thanks in advance !!Vibhor Agrawal
07/05/2023, 12:18 PMAazam Thakur
07/05/2023, 1:42 PMSiddhant Singh
07/05/2023, 2:01 PMThiago Heraque
07/05/2023, 7:25 PMOctavia Squidington III
07/05/2023, 7:45 PMRafael Vasconcelos Silva
07/06/2023, 2:20 AMTien Nguyen
07/06/2023, 4:29 AM2023-07-06 04:25:09 ERROR i.a.p.j.JobNotifier(notifyJob):138 - Unable to read configuration for notification. Non-blocking. Error:
java.lang.NullPointerException: Cannot invoke "io.airbyte.config.NotificationSettings.getSendOnFailure()" because "notificationSettings" is null
at io.airbyte.persistence.job.JobNotifier.notifyJob(JobNotifier.java:114) ~[io.airbyte.airbyte-persistence-job-persistence-0.50.4.jar:?]
at io.airbyte.persistence.job.JobNotifier.notifyJob(JobNotifier.java:76) ~[io.airbyte.airbyte-persistence-job-persistence-0.50.4.jar:?]
at io.airbyte.persistence.job.JobNotifier.successJob(JobNotifier.java:212) ~[io.airbyte.airbyte-persistence-job-persistence-0.50.4.jar:?]
at io.airbyte.workers.temporal.scheduling.activities.JobCreationAndStatusUpdateActivityImpl.jobSuccessWithAttemptNumber(JobCreationAndStatusUpdateActivityImpl.java:285) ~[io.airbyte-airbyte-workers-0.50.4.jar:?]
at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:578) ~[?:?]
at io.temporal.internal.activity.RootActivityInboundCallsInterceptor$POJOActivityInboundCallsInterceptor.executeActivity(RootActivityInboundCallsInterceptor.java:64) ~[temporal-sdk-1.17.0.jar:?]
at io.temporal.internal.activity.RootActivityInboundCallsInterceptor.execute(RootActivityInboundCallsInterceptor.java:43) ~[temporal-sdk-1.17.0.jar:?]
at io.temporal.internal.activity.ActivityTaskExecutors$BaseActivityTaskExecutor.execute(ActivityTaskExecutors.java:95) ~[temporal-sdk-1.17.0.jar:?]
at io.temporal.internal.activity.ActivityTaskHandlerImpl.handle(ActivityTaskHandlerImpl.java:92) ~[temporal-sdk-1.17.0.jar:?]
at io.temporal.internal.worker.ActivityWorker$TaskHandlerImpl.handleActivity(ActivityWorker.java:241) ~[temporal-sdk-1.17.0.jar:?]
at io.temporal.internal.worker.ActivityWorker$TaskHandlerImpl.handle(ActivityWorker.java:206) ~[temporal-sdk-1.17.0.jar:?]
at io.temporal.internal.worker.ActivityWorker$TaskHandlerImpl.handle(ActivityWorker.java:179) ~[temporal-sdk-1.17.0.jar:?]
at io.temporal.internal.worker.PollTaskExecutor.lambda$process$0(PollTaskExecutor.java:93) ~[temporal-sdk-1.17.0.jar:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.lang.Thread.run(Thread.java:1589) ~[?:?]
2023-07-06 04:25:09 INFO i.a.c.t.StreamResetRecordsHelper(deleteStreamResetRecordsForJob):50 - deleteStreamResetRecordsForJob was called for job 79 with config type sync. Returning, as config type is not resetConnection.
Nazif Ishrak
07/06/2023, 10:36 AMBharath Reddy Panyala
07/06/2023, 11:14 AMDaniel Tallentire (Dan)
07/06/2023, 12:05 PMOctavia Squidington III
07/06/2023, 1:45 PM