Yepher
02/09/2023, 3:38 PMPol Monsó
02/09/2023, 3:52 PMShraddha Borkar
02/09/2023, 4:02 PMCould not connect to the S3 bucket with the provided configuration. Access Denied (Service: Amazon S3; Status Code: 403; Error Code: AccessDenied; Request ID: VEWP01YGPY0JMN6T; S3 Extended Request ID: +DLkF/GRo7Udb8jZR4QQUOEiXU9QzsYFFfmKsceaaoQeir9m5qsXk69uS/Ouv1oUQpPdyAo0iPU=; Proxy: null)
I can see some connection test files getting created in the bucket.
I have passed access and secret access key and applied below policy to the bucket
Action = [
"s3:ListBucket",
"s3:GetObject",
"s3:PutObject",
"s3:PutObjectAcl",
"s3:AbortMultipartUpload"
],
Effect = "Allow"
Could someone please help me understand the issue here? Thanks!Kevin Phan
02/09/2023, 4:06 PMMasly Alexandra Velasquez Monsalve
02/09/2023, 4:19 PMAlbert Segarra
02/09/2023, 4:37 PMAJ Floersch
02/09/2023, 4:51 PMTraceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/sources/abstract_source.py", line 111, in read
yield from self._read_stream(
File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/sources/abstract_source.py", line 180, in _read_stream
for record in record_iterator:
File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/sources/abstract_source.py", line 290, in _read_full_refresh
for record_data_or_message in record_data_or_messages:
File "/airbyte/integration_code/source_jira/streams.py", line 192, in read_records
for board in super().read_records(**kwargs):
File "/airbyte/integration_code/source_jira/streams.py", line 90, in read_records
yield from super().read_records(**kwargs)
File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/sources/streams/http/http.py", line 413, in read_records
yield from self._read_pages(
File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/sources/streams/http/http.py", line 430, in _read_pages
yield from records_generator_fn(request, response, stream_state, stream_slice)
File "/airbyte/integration_code/source_jira/streams.py", line 81, in parse_response
yield self.transform(record=record, **kwargs)
File "/airbyte/integration_code/source_jira/streams.py", line 197, in transform
record["projectId"] = str(record["location"]["projectId"])
KeyError: 'projectId'
Carolina Buckler
02/09/2023, 4:55 PMrequests.exceptions.HTTPError: 400 Client Error: Bad Request for url: <https://pi.pardot.com/api/emailClick/version/4/do/query?format=json>
2023-02-09 16:51:12 [44msource[0m > Finished syncing email_clicks
2023-02-09 16:51:12 [44msource[0m > SourcePardot runtimes:
Syncing stream email_clicks 0:00:00.061133
2023-02-09 16:51:12 [44msource[0m > 400 Client Error: Bad Request for url: <https://pi.pardot.com/api/emailClick/version/4/do/query?format=json>
Traceback (most recent call last):
File "/airbyte/integration_code/main.py"
Gerard Clos
02/09/2023, 5:00 PMManish Khatri
02/09/2023, 5:09 PMGleber Baptistella
02/09/2023, 5:56 PMAlex Welch
02/09/2023, 7:38 PMSanjay
02/09/2023, 8:01 PMRenat Zubayrov
02/09/2023, 8:16 PMZach Lynch
02/09/2023, 8:37 PM2023-02-09 19:05:46 [32mINFO[m i.a.w.g.DefaultReplicationWorker(getReplicationOutput):407 - failures: [ {
"failureOrigin" : "source",
"failureType" : "system_error",
"internalMessage" : "argument of type 'NoneType' is not iterable",
"externalMessage" : "Something went wrong in the connector. See the logs for more details.",
"metadata" : {
"attemptNumber" : 1,
"jobId" : 465,
"from_trace_message" : true,
"connector_command" : "read"
},
Airbyte version 0.40.20
Amplitude version 0.1.17
Snowflake version 0.4.40
On another note, I'm unable to update Amplitude to the current version, I just get a "Something went wrong.." error message
Any help with this issue would be much appreciated 🙂Erry Kostala
02/09/2023, 11:56 PMErry Kostala
02/09/2023, 11:56 PMJacob Roe
02/10/2023, 1:59 AMshubham baldava
02/10/2023, 6:38 AM{
order_placed_time: '2022-11-06T18:30:00.000Z',
'': 'test',
stateTransitionInfo: { ebndh1: { timestamp: 2022-11-07T10:07:22.648Z } },
trackingId: 'OUZ3x9uF9keqdrqzTl5dTQ=='
}
There is an emtpy key in the collection document.
The connector is not able to determine schema/catalogue with following error :
com.mongodb.MongoCommandException: Command failed with error 40353 (Location40353): 'Invalid $project :: caused by :: FieldPath must not end with a '.'.' on server
Jason Maddern
02/10/2023, 6:52 AMJay Crawford
02/10/2023, 6:56 AMTmac Han
02/10/2023, 7:52 AMHans Lemm
02/10/2023, 8:19 AMuser
02/10/2023, 8:26 AMTmac Han
02/10/2023, 8:55 AMEfim Matytsin
02/10/2023, 9:03 AMJakub Wszolek
02/10/2023, 9:20 AMShraddha Borkar
02/10/2023, 9:39 AMRob Lawrence
02/10/2023, 9:55 AMWhen authenticating to the Configuration API, you must use Basic Authentication by setting the Authentication Header to Basic and base64 encoding the username and password (which are airbyte and password by default - so base64 encoding airbyte:password results in YWlyYnl0ZTpwYXNzd29yZA==). So the full header reads 'Authorization': "Basic YWlyYnl0ZTpwYXNzd29yZA=="
However I am still getting forbidden responses,
What am I missing?
Thanks in advance,
RobDhanji Mahto
02/10/2023, 12:09 PM