Disha
04/24/2023, 10:38 PMDan Regalia
04/25/2023, 5:34 AMAman Kesharwani
04/25/2023, 9:50 AMglobal.logs.secretKey.password
after deploying when I am trying to create source connection I get the following error
Internal Server Error: Unable to execute HTTP request: Connect to minio-s3:9000 [minio-s3/x.x.x.x, minio-s3/x.x.x.x, minio-s3/x.x.x.x] failed: Connect timed out
Thanh Hà Nguyễn
04/25/2023, 10:59 AMcurl -s -o- <https://raw.githubusercontent.com/airbytehq/airbyte/master/octavia-cli/install.sh> | bash
the same with docker run command
docker run --name octavia-cli -i --rm -v my_octavia_project_directory:/home/octavia-project --network host --user $(id -u):$(id -g) --env-file ~/.octavia airbyte/octavia-cli:0.44.1
Slackbot
04/25/2023, 12:24 PMRob Mantheghi
04/25/2023, 12:38 PMaidan
04/25/2023, 12:43 PMThibault LATRACE
04/25/2023, 1:02 PMNguyen Nguyen Hoang
04/25/2023, 1:49 PMCannot reach server. The server may still be starting up.
Airbyte webserver returns the following error:
airbyte-webapp | 2023/04/25 13:45:53 [error] 30#30: *55 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.176.9, server: localhost, request: "POST /api/v1/workspaces/list HTTP/1.0", upstream: "<http://192.168.176.7:8001/api/v1/workspaces/list>", host: "localhost", referrer: "<http://localhost:8000/>"
airbyte-webapp | 192.168.176.9 - airbyte [25/Apr/2023:13:45:53 +0000] "POST /api/v1/workspaces/list HTTP/1.0" 502 497 "<http://localhost:8000/>" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/112.0" "192.168.176.1"
All the .env config is using default. In the airbyte_worker and server has the following warning log that just keep looping, which says waiting for temporal
2023-04-25 13:48:26 WARN i.a.c.t.TemporalUtils(getTemporalClientWhenConnected):259 - Waiting for namespace default to be initialized in temporal...
2023-04-25 13:48:28 INFO i.t.s.WorkflowServiceStubsImpl(<init>):86 - Created WorkflowServiceStubs for channel: ManagedChannelOrphanWrapper{delegate=ManagedChannelImpl{logId=107, target=airbyte-temporal:7233}}
2023-04-25 13:48:38 WARN i.a.c.t.TemporalUtils(getTemporalClientWhenConnected):269 - Ignoring exception while trying to request Temporal namespace:
io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED: Deadline CallOptions will be exceeded in 9.998615459s.
There is no error log in both worker and server
Is someone run to this deployment issue? Many thanks for your help!Jose Viera
04/25/2023, 2:11 PMBen Konicek
04/25/2023, 2:27 PM/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
/docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
/docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
/docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
20-envsubst-on-templates.sh: Running envsubst on /etc/nginx/templates/default.conf.template to /etc/nginx/conf.d/default.conf
/docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
/docker-entrypoint.sh: Configuration complete; ready for start up
2023/04/24 20:15:56 [emerg] 1#1: unknown "airbyte_version" variable
nginx: [emerg] unknown "airbyte_version" variable
jonty
04/25/2023, 3:16 PMAdam Buggia
04/25/2023, 5:00 PMJohn Mizerany
04/25/2023, 5:45 PMenv_vars
argument in either the server
or webapp
block, or is there not a way to change while deploying?Yury Koleda
04/25/2023, 5:47 PMJohannes Müller
04/25/2023, 7:59 PM./gradlew --max-workers 2 test --tests '*TestJdbcUtils*'
The test I want to add looks like this:
@Test
void testParseJdbcParameters() {
Map<String, String> parameters = JdbcUtils.parseJdbcParameters("sessionVariables=max_execution_time=10000", "$");
assertEquals("max_execution_time=10000", (int) my_hashmap.get("sessionVariables"));
}
@Marcos Marx (Airbyte) FYIJigar Patel
04/25/2023, 9:13 PM<https://api.us-st.synchtank.net/auth/login>
and it accepts a json body with username/password. The response provides a access_token
refresh_token
and a expiry
, the access token to be used as a bearer for future api calls. Is there any recommendation on how to set up the spec file to accommodate for this? I tried doing it via oauth but there is no client_id or client_secret so that did not seem appropriate.
As an alternative I have just manipulated the sources file to get the the access_token as part of starting a stream but it seems like a better approach to be able to use the refresh token and monitor when a given access_token is close to expiryDrew Ipson
04/25/2023, 10:55 PMReceived fatal alert: bad_record_mac
I am running on docker-desktop k8s cluster with airbyte deployed through helm for testing purposes on an M2 Mac. The data loads when resetting the sync, but does not succeed in the 3 following attempts.Anchit
04/26/2023, 1:08 AMGabriel Souza
04/26/2023, 5:48 AM```2023-04-26 05:35:52 destination > INFO i.a.i.d.b.BigQueryStagingConsumerFactory(lambda$onStartFunction$3):131 Preparing airbyte_raw tables in destination completed.
Are there a configuration on GCP Bucket that not config?Johannes Müller
04/26/2023, 6:13 AM1. Toggle individual fields to include or exclude them in the sync, or use the toggle in the table header to select all fields at once.It is not obvious how to open the dialog to select fields from the documentation. I tried this with a connection from MySQL to Redshift but didn't manage. And I remember reading a Github issue with a similar request, so my guess is that this feature is restricted to specific destinations. Or am I mistaken and this is that actually possible somehow? 🤞 :D
Mark Nuttall-Smith
04/26/2023, 6:53 AMRytis Zolubas
04/26/2023, 7:19 AMHicham xd
04/26/2023, 9:30 AMsubhani shaik
04/26/2023, 10:02 AM이유진
04/26/2023, 12:22 PMupdated_at
which default value is current timestamp.
There's an error message in data normalization as shown below:
normalization > 11:37:51.420721 [debug] [Thread-1 (]: dbt_clickhouse adapter: Error running SQL: /* {"app": "dbt", "dbt_version": "1.4.5", "profile_name": "normalize", "target_name": "prod", "node_id": "model.airbyte_utils.airbyte_test_my_table"} */
INFO i.a.w.n.NormalizationAirbyteStreamFactory(filterOutAndHandleNonAirbyteMessageLines):104 -
normalization > insert into postgres_airbyte.airbyte_test_my_table__dbt_tmp ("fwd", "f_date", "code", "updated_at", "iid", "trfd", "thrudate", "_airbyte_ab_id", "_airbyte_emitted_at", "_airbyte_normalized_at", "_airbyte_airbyte_test_my_table_hashid")
normalization > select "fwd", "f_date", "code", "updated_at", "iid", "trfd", "thrudate", "_airbyte_ab_id", "_airbyte_emitted_at", "_airbyte_normalized_at", "_airbyte_airbyte_test_my_table_hashid"
normalization > from postgres_airbyte.airbyte_test_my_table
normalization > where (_airbyte_unique_key) not in (
normalization > select _airbyte_unique_key
normalization > from postgres_airbyte.airbyte_test_my_table__dbt_new_data
normalization > )
...
normalization > Code: 47. DB::Exception: Missing columns: '_airbyte_unique_key' while processing query: 'SELECT fwd, f_date, code, updated_at, iid, trfd, thrudate, _airbyte_ab_id, _airbyte_emitted_at, _airbyte_normalized_at, _airbyte_airbyte_test_s
It seems like airbyte is copying data from airbyte_test_my_table
to airbyte_test_my_table__dbt_tmp
without the column named _airbyte_unique_key
, but _airbyte_unique_key
needs to be retrieved in the query.
Does it reproduce on recent release?Dandi Qiao
04/26/2023, 1:50 PMaidan
04/26/2023, 2:31 PM[DEPRECATED] Marcos Marx
Marcos Marx (Airbyte)
04/26/2023, 2:55 PM