Sergei Kapochkin
03/30/2023, 3:01 PM2023-03-30 14:56:55 INFO i.a.c.i.LineGobbler(voidCall):114 - container was found locally.
but when it start running model it’s failed
2023-03-30 14:56:55 dbt > docker: invalid reference format.
and my dbt run command is simple run --models runfolders.raw.raw_network
How it could be fixed and what could be possible reason for this error?Saul Burgos
03/30/2023, 3:32 PMMike B
03/30/2023, 4:24 PMWalker Philips
03/30/2023, 4:47 PMUmar H
03/30/2023, 5:17 PMshopify
source with postgres
? I get intermittent failures for larger loads of historical data.brett
03/30/2023, 5:33 PMmy_data.gz
is posted to S3, but we want to process a .csv inside the gzip.James Rosenthal
03/30/2023, 6:39 PMDone. PASS=244 WARN=0 ERROR=0 SKIP=0 TOTAL=244
. Is this a false warning?Gabriel Medina Braga
03/30/2023, 9:10 PMGabriel Medina Braga
03/30/2023, 9:11 PMport
value with an environment variable, which I can't since the value comes as a string.
Any way I can cast the env variable to an integer?Albert Wong
03/31/2023, 2:22 AMSlackbot
03/31/2023, 3:25 AMSudarshana T
03/31/2023, 4:29 AMJake Yoon
03/31/2023, 6:19 AMNAME READY STATUS RESTARTS AGE
airbyte-airbyte-bootloader 0/1 Completed 0 11d
airbyte-connector-builder-server-68c644d47b-sdcqn 1/1 Running 0 18d
airbyte-cron-78b45856c8-cxhf5 1/1 Running 0 18d
airbyte-db-0 1/1 Running 0 18d
airbyte-pod-sweeper-pod-sweeper-674cfd76d-nq7dz 1/1 Running 0 18d
airbyte-server-74d8ff4d4b-vl75f 1/1 Running 1 (2d13h ago) 18d
airbyte-temporal-67b89d5d66-5m8md 1/1 Running 0 18d
airbyte-webapp-6c44d5459b-c2t6m 1/1 Running 0 18d
airbyte-worker-56f449c796-r6x84 1/1 Running 0 18d
Thanks in advance.Muhammad Bilal Anees
03/31/2023, 7:49 AMGuillaume Desbuquois
03/31/2023, 7:52 AMSimon Thelin
03/31/2023, 8:51 AMoctavia
or the airbyte api
?
I can’t seem to find it in the docs.
Is this what I should use? https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html#post-/v1/connections/sync
When I try this I get
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
Is there a requirement on airbyte
version for this to work?Shruti Kulkarni
03/31/2023, 11:08 AMProfessor Shabangu
03/31/2023, 12:06 PMYeong Heo
03/31/2023, 1:35 PMpython main.py check --config secrets/config.json
{
"type": "CONNECTION_STATUS",
"connectionStatus": {
"status": "FAILED",
"message": "Config validation error: 'Client' was expected"
}
}
I have auth_type = "Service"
in the config.json file for my google sheet connection so I am not sure why it’s expecting ‘Client’.
{
"spreadsheet_id": "<https://docs.google.com/spreadsheets/d/173zPC-SQS_loqSBChXV9DP9Mvzmo5_dKrCHGrHdNI/edit#gid=0>",
"credentials": {
"auth_type": "Service",
"service_account_info": {
"type": "service_account",
"project_id": "xxxxxx",
"private_key_id": "xxxxxx",
"private_key": "xxxxxx",
"client_email": "xxxxxx",
"client_id": "xxxxxx",
"auth_uri": "xxxxxx",
"token_uri": "xxxxxx",
"auth_provider_x509_cert_url": "xxxxxx",
"client_x509_cert_url": "xxxxxx"
}
}
}
Shreepad Khandve
03/31/2023, 1:54 PMcursor = column_names[self.cursor_field[0]][0]
2023-03-31 12:27:50 normalization > KeyError: 'since_updated_at'
Thiago Villani
03/31/2023, 2:02 PMPol Monsó
03/31/2023, 2:14 PMEdward J. Stembler
03/31/2023, 3:47 PMSean Zicari
03/31/2023, 3:50 PMJPG
03/31/2023, 5:13 PMMike B
03/31/2023, 5:31 PMAlbert Wong
03/31/2023, 6:16 PManni
03/31/2023, 7:38 PMFailure Origin: source, Message: Checking source connection failed - please review this connection's configuration to prevent future syncs from failing
• but if I upgrade the Google Ads source connector’s version to 0.2.13
◦ having error message: Failure Origin: normalization, Message: Normalization failed during the dbt run. This may indicate a problem with the data itself.
Database Error in model ad_groups_stg (models/generated/airbyte_incremental/google_ads_raw/ad_groups_stg.sql)
syntax error at or near "."
LINE 6: add column ad_group.optimized_targeting_enabl...
^
Database Error in model campaigns_stg (models/generated/airbyte_incremental/google_ads_raw/campaigns_stg.sql)
syntax error at or near "."
LINE 6: add column campaign.target_cpm.__quency_goal....
^
Database Error in model ad_group_ads_stg (models/generated/airbyte_incremental/google_ads_raw/ad_group_ads_stg.sql)
syntax error at or near "."
LINE 8: drop column ad_group_ad.ad.gmail_ad.header_i...
^
Dharshan Viswanathan
03/31/2023, 7:50 PMPeter Doherty
03/31/2023, 10:03 PM...
"message":"Internal Server Error: Cannot invoke \"io.airbyte.protocol.models.AirbyteStateMessage.getGlobal()\" because the return value of "io.airbyte.config.StateWrapper.getGlobal()" is null"
...Incremental | Append seems to work fine when using a local JSON destination. So, I think the issue is with the Weaviate destination. Hopefully it's just bad config on my end (happy to share) but I'd be curious to know if anyone else has this setup working.