Manikandan Ruppa Sukabrammam
03/22/2023, 6:35 AMVijaya Kotwani
03/22/2023, 6:59 AMVictor Babichev
03/22/2023, 9:02 AM"jsonpaths": [
"$.actionTemplate.ids.systemName",
"$.actionTemplate.name",
"$.brand.ids.systemName",
"$.channel.ids.externalId",
...
When I try use it at field ‘Manually enforced data schema’ like {“$.actionTemplate.ids.systemName”: “string”} it doesn’t work.
My question is: how i can determine jsonpath for S3 source connector ?Phil Killarney
03/22/2023, 9:40 AMNarendran Omprakash
03/22/2023, 9:42 AMYann Phan Dinh
03/22/2023, 9:49 AMYann Phan Dinh
03/22/2023, 9:50 AMpython main.py spec
Yann Phan Dinh
03/22/2023, 9:51 AMAaron Harris
03/22/2023, 10:26 AMPankaj Snehi
03/22/2023, 10:36 AMjan
03/22/2023, 10:46 AMYuva
03/22/2023, 11:16 AMTim Alexander
03/22/2023, 11:40 AMTim Alexander
03/22/2023, 11:41 AMTim Alexander
03/22/2023, 11:42 AMTim Alexander
03/22/2023, 11:44 AMNatalia Lech
03/22/2023, 3:02 PMLenin Mishra
03/22/2023, 3:25 PMurl_base
inside the requester based on the geography specified by the client. Essentially, I want somethiong like the below
requester:
type: HttpRequester
url_base: "<https://api.exchangeratesapi>.{{ geo_mapping[config['account_username'].upper()] }}/v1/"
http_method: "GET"
request_options_provider:
request_parameters:
k1: v1
k2: v2
request_headers:
header_key1: header_value1
header_key2: header_value2
geo_mapping:
'US':'com'
'EU':'eu'
Is it possible to do something like above?Jeff Crooks
03/22/2023, 4:02 PMBishan Singh
03/22/2023, 4:19 PM<http://localhost:8000>
to verify the deployment.
and i am getting this error. Please tell me how to solve this or i am doing anything wrong here.Line Rahal
03/22/2023, 4:51 PMio.airbyte.commons.exceptions.ConnectionErrorException: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 10001ms.
error because the port is not open. I should authorize the airbyte IP addresses. Where can I get this information?
Thanks a lot!Nataly Merezhuk (Airbyte)
03/22/2023, 5:37 PMRicardo Sandoval
03/22/2023, 7:44 PMMissingConfigError: Missing required configuration cloudApiUrl
at Tn (useFreeConnectorProgram-2c5b2e2d.js:1:3163)
at D (InlineEnrollmentCallout-6d3516c5.js:1:1199)
at bo (index-01f874f4.js:37:52767)
at wa (index-01f874f4.js:41:8607)
at ya (index-01f874f4.js:41:932)
at kc (index-01f874f4.js:41:863)
at cn (index-01f874f4.js:41:722)
at ho (index-01f874f4.js:39:10777)
at index-01f874f4.js:37:38613
at e.unstable_runWithPriority (index-01f874f4.js:26:3835)
and I'm seeing the attached page's image. Could someone please help me to take a look if I forgot to put something in the configuration?
Note: I'm using K8s to deploy it, thanksLenin Mishra
03/22/2023, 7:45 PMDaniel Jimenez
03/22/2023, 8:23 PMJeff Skoldberg
03/22/2023, 8:24 PMcurl -sOO <https://raw.githubusercontent.com/airbytehq/airbyte-platform/main/{.env,flags.yml,docker-compose.yaml}>
it prints a lot of output and finishes immediately.
then docker compose up -d
returns no configuration file provided: not found
what did I do wrong?Adam Bloom
03/22/2023, 8:51 PM[airbyte-server-5757c879fd-w4ttv] java.lang.RuntimeException: Failed to fetch remote definitions
[airbyte-server-5757c879fd-w4ttv] at io.airbyte.config.init.RemoteDefinitionsProvider.getRemoteDefinitionCatalog(RemoteDefinitionsProvider.java:127) ~[io.airbyte.airbyte-config-init-0.42.0.jar:?]
[airbyte-server-5757c879fd-w4ttv] at io.airbyte.config.init.RemoteDefinitionsProvider.getSourceDefinitionsMap(RemoteDefinitionsProvider.java:65) ~[io.airbyte.airbyte-config-init-0.42.0.jar:?]
[airbyte-server-5757c879fd-w4ttv] at io.airbyte.config.init.RemoteDefinitionsProvider.getSourceDefinitions(RemoteDefinitionsProvider.java:91) ~[io.airbyte.airbyte-config-init-0.42.0.jar:?]
Daniel Zuluaga
03/22/2023, 9:17 PMJohn Olinger
03/23/2023, 2:02 AMyuan sun
03/23/2023, 2:10 AM