Slackbot
04/20/2023, 5:53 AMNikhith Jadav
04/20/2023, 6:55 AMJohannes Müller
04/20/2023, 7:30 AMhashid
is used for.Slackbot
04/20/2023, 9:39 AMHussain Mubaireek
04/20/2023, 10:55 AMPostgreSQL Database directory appears to contain a database; Skipping initialization
2023-04-20 10:49:34.764 UTC [1] LOG: starting PostgreSQL 13.10 on x86_64-pc-linux-musl, compiled by gcc (Alpine 12.2.1_git20220924-r4) 12.2.1 20220924, 64-bit
2023-04-20 10:49:34.765 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
2023-04-20 10:49:34.765 UTC [1] LOG: listening on IPv6 address "::", port 5432
2023-04-20 10:49:34.769 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2023-04-20 10:49:34.776 UTC [21] LOG: database system was interrupted while in recovery at 2023-04-20 10:49:32 UTC
2023-04-20 10:49:34.776 UTC [21] HINT: This probably means that some data is corrupted and you will have to use the last backup for recovery.
2023-04-20 10:49:34.990 UTC [21] LOG: database system was not properly shut down; automatic recovery in progress
2023-04-20 10:49:34.994 UTC [21] LOG: redo starts at 5/F1A6B8D0
2023-04-20 10:49:35.232 UTC [21] LOG: redo done at 5/F3FFFFA0
2023-04-20 10:49:35.249 UTC [21] PANIC: could not write to file "pg_wal/xlogtemp.21": No space left on device
2023-04-20 10:49:35.385 UTC [22] FATAL: the database system is starting up
2023-04-20 10:49:35.394 UTC [1] LOG: startup process (PID 21) was terminated by signal 6: Aborted
2023-04-20 10:49:35.394 UTC [1] LOG: aborting startup due to startup process failure
2023-04-20 10:49:35.400 UTC [1] LOG: database system is shut down
My questions:
• I don't think this is supposed to happen, so how to prevent this?
• Are there solutions to recover other than wiping the database?mohd shaikh
04/20/2023, 11:53 AM[{"name": "traffic_source_breakdown", "dimensions": ["sessionMedium","googleAdsAccountName","campaignId","date","adUnitName","sessionManualAdContent"], "metrics": ["conversions","totalPurchasers","totalUsers","totalRevenue","advertiserAdCost","advertiserAdCostPerConversion","totalRevenue","returnOnAdSpend"]}]
error i am getting is can
HTTPError('400 Client Error: Bad Request for url: <https://analyticsdata.googleapis.com/v1beta/properties/321362882:runReport>')
someone please help!!Marcos Marx (Airbyte)
04/20/2023, 1:47 PMZach Loertscher
04/20/2023, 1:57 PMIncremental | Append
syncs set up in it, but I know that the "latest CreatedOn" is stored locally on the EC2 somewhere.
I want to avoid running a full-refresh on all of our connections just to move to a new EC2. Is there a way I can copy that data for the "latest CreatedOn" for each sync I have set up? It would save me so much time and headache if this is possible.
I asked ChatGPT, and it's telling me there are state files somewhere, but I'm having a hard time locating them on EC2 airbyte instance.Kip Goldhammer
04/20/2023, 2:31 PMMauricio Alarcon
04/20/2023, 3:07 PMCamelCase
as those are not getting quoted when they are normalized into Snowflake, resulting in SHIPPINGSTATE
instead of ShippingState
Is this a bug to report? Is there a simple way to tweak the normalization?Walker Philips
04/20/2023, 3:18 PMSlackbot
04/20/2023, 4:52 PMChris Blackwell
04/20/2023, 4:59 PMThe last packet successfully received from the server was 37 milliseconds ago. The last packet sent successfully to the server was 566,688 milliseconds ago.,externalMessage=Something went wrong in the connector. See the logs for more details.,metadata=io.airbyte.config.Metadata@3db364ff[additionalProperties={attemptNumber=0, jobId=5, from_trace_message=true, connector_command=read}],stacktrace=java.lang.RuntimeException: java.lang.RuntimeException: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
not sure if this is the root cause or not (edited)Ryan Chung
04/20/2023, 7:13 PMDan Regalia
04/20/2023, 8:20 PMSathish
04/20/2023, 9:22 PMRoberto Tolosa
04/20/2023, 10:58 PMairbyte/source-intercom:0.2.0
and airbyte/destination-snowflake:0.4.61
• this is an incremental | deduped sync of just one table (conversation_parts). i'm using the default cursor field and primary key
any idea what might be causing this or how to bring it back down to normal?Nicholas Cowan
04/21/2023, 1:35 AMTony Peng
04/21/2023, 2:35 AMConfiguration check failed
Access Denied: Project my-project-name-384201: User does not have bigquery.datasets.create permission in project made-with-ml-384201.
In BigQuery console, my-project-name-384201 is shown in Explorer as the BigQuery project.
Any thoughts? Thanks! TonyDan Regalia
04/21/2023, 5:52 AMChandrasekharan Mohan
04/21/2023, 7:06 AMPhil Killarney
04/21/2023, 7:12 AMJohannes Müller
04/21/2023, 7:29 AMmax_execution_time
in my MySQL source since the Pipeline is timing out.
There seems to be a bug that does not allow me to configure it in the jdbc parameter.
Could you help me work around this for now?Milindu Pasan
04/21/2023, 7:31 AM{
"identifiers": [
{
"channels": {
"email": {
"status": "subscribed"
}
},
"id": "<mailto:milindupasan@gmail.com|milindupasan@gmail.com>",
"type": "email",
"sendWelcomeMessage": false
}
],
"firstName": "test",
"country": "Sri Lanka",
"lastName": "Pasan",
"countryCode": "Sr",
"state": "Western",
"city": "Kalutara",
"address": "National College,Kalutara",
"postalCode": "ABCD"
}
Hi I want to pass this array in request body of the airbyte YAML . Is it possible to do that?
There is no option in UI (attached image) So i edited YAML File like this. But it does not work.
version: 0.28.0
type: DeclarativeSource
check:
type: CheckStream
stream_names:
- Contact
streams:
- type: DeclarativeStream
name: Contact
primary_key: []
schema_loader:
type: InlineSchemaLoader
schema: {}
retriever:
type: SimpleRetriever
requester:
type: HttpRequester
url_base: <https://api.omnisend.com/v3/>
path: /contacts
http_method: POST
request_parameters: {}
request_headers:
X-API-KEY: '{{ config[''api_key''] }}'
request_body_json:
firstName: "test"
country: "Sri Lanka"
lastName: "Pasan"
countryCode: "Sr"
state: "Western"
city: "Kalutara"
address: " National College,Kalutara"
postalCode: "ABCD"
identifiers:
- channels:
email:
status: subscribed
id: <mailto:milindupasan@gmail.com|milindupasan@gmail.com>
type: email
sendWelcomeMessage: false
authenticator:
type: ApiKeyAuthenticator
api_token: '{{ config[''api_key''] }}'
header: '{{ config[''input''] }}'
record_selector:
type: RecordSelector
extractor:
type: DpathExtractor
field_path: []
paginator:
type: NoPagination
spec:
connection_specification:
$schema: <http://json-schema.org/draft-07/schema#>
type: object
required:
- api_key
properties:
input:
title: Input
type: array
api_key:
type: string
title: API Key
airbyte_secret: true
additionalProperties: true
documentation_url: <https://example.org>
type: Spec
Johannes Müller
04/21/2023, 10:16 AMSophie Lohezic
04/21/2023, 10:33 AMKetan Mangukiya
04/21/2023, 1:20 PMKY, Leung
04/21/2023, 4:06 PMEthan Jones
04/21/2023, 5:05 PMsnowflake
that have hypens -
, and when I am piping dynamodb
, they are being converted to underscores _
. I can't change the table names in dynamodb
to have underscores rather than hypens, so right now I am unable to insert data into them because of this issue (instead, a new table is being created with underscores).
Any thoughts on how to resolve this?Slackbot
04/21/2023, 6:02 PM