Ashish Kumar Mohanty
08/02/2022, 6:07 PMHarvey Marshall
08/03/2022, 12:08 PMMarcos Marx (Airbyte)
08/03/2022, 12:38 PMEdgar Valdez
08/08/2022, 1:33 AMtickets
table…in the settings i’m not specifying a start date
so is “ingesting” all the data…
can’t see any error in the logs, so i’m assuming everything is ok…but when comparing with a freshdesk report, i’m about 600 records out (from ~1300), don’t think it’s an api limit rate issue
any ideas?
TIADipti Bijpuria
08/08/2022, 6:41 PMArber X
08/08/2022, 11:12 PMError: Command failed with error 13 (Unauthorized): 'not authorized on db to execute command....
Arber X
08/08/2022, 11:12 PMgunu
08/08/2022, 11:15 PMlog-bin
parameter to ON for the writer instance, it does not seem to transfer over to the reader instance - and it is read-only parameter in the reader instance. If the reader instance has log-bin
set to OFF, then I cannot use this as a source using CDC. Any suggestions?Mike Passey
08/09/2022, 11:49 AMcreated
) field for the most recent record in the Connection State
e.g.:
Connection State
{
"refunds": {
"created": 1660045125
}
}
Then next time it runs, it picks up the most recent record from the previous run again. For this example I get the the same record with created=1660045125
in my output at end of first run, and start of next incremental run. So I end up having duplicates of the last/first record each time the incremental run works. E.g. it's doing something like where created >= X
rather than where created > X
. Is this behaviour anyone else has seen? I have to use full refresh as a workaround for now, which is of course much slower. Any help would be great! Is it a bug?Lior Shkiller
08/09/2022, 2:28 PMconversations.replies
with the timestamp of the slack thread. It seems to be done here.
The thing is, that when we call the API directly, it seems to give the correct results, so we are not sure what's wrong with Airbyte's code exactly..
Did anyone else see this weird behavior of missing messages while trying to integrate to Slack?Rocky Appiah
08/09/2022, 3:36 PMRocky Appiah
08/09/2022, 5:05 PMCould not connect with provided configuration. Error: Command failed with error 59: 'no such cmd: listCollections' on server 10.0.4.230:27017. The full response is {"ok": 0.0, "errmsg": "no such cmd: listCollections", "code": 59, "bad cmd": {"listCollections": 1, "authorizedCollections": true, "nameOnly": true}}
Running a really old version of mongo, 2.6.xTobias Troelsen
08/10/2022, 8:31 AMGautam
08/10/2022, 11:40 PMGautam
08/10/2022, 11:41 PMGautam
08/10/2022, 11:41 PM2022-08-10 23:11:45 normalization > File "/usr/local/lib/python3.9/site-packages/normalization/transform_catalog/transform.py", line 46, in parse
2022-08-10 23:11:45 normalization > profiles_yml = read_profiles_yml(parsed_args.profile_config_dir)
2022-08-10 23:11:45 normalization > File "/usr/local/lib/python3.9/site-packages/normalization/transform_catalog/transform.py", line 75, in read_profiles_yml
2022-08-10 23:11:45 normalization > with open(os.path.join(profile_dir, "profiles.yml"), "r") as file:
2022-08-10 23:11:45 normalization > FileNotFoundError: [Errno 2] No such file or directory: '/config/profiles.yml'
There is also this error text in the logs when normalization happens. Is that a missing config when setting up on an AKS cluster ?
Any advice on the approach that needs to be adoptedEli Sigal
08/11/2022, 9:22 AMSELECT geo_target_constant.canonical_name, geo_target_constant.country_code, geo_target_constant.id, geo_target_constant.name, geo_target_constant.parent_geo_target, geo_target_constant.resource_name, geo_target_constant.status, geo_target_constant.target_type FROM geo_target_constant
What is the best approach to do so?
Is there a place I can look for an example on how to add data to an existing source component since creating a new ones we already know how to
Thank you.Madiha Khalid
08/11/2022, 12:15 PMDaniel Rothamel
08/11/2022, 6:43 PMVitalie CALMÎC
08/12/2022, 7:40 AMshould_retry
function: tokens: Tuple[str, int] = _self_.authenticator.refresh_access_token()
, but it fails with the following error:
File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/sources/streams/http/http.py", line 294, in _send
if self.should_retry(response):
File "/airbyte/integration_code/source_amazon_ads/streams/common.py", line 292, in should_retry
tokens: Tuple[str, int] = self.authenticator.refresh_access_token()
AttributeError: 'NoAuth' object has no attribute 'refresh_access_token'
I do not uderstand why the authenticator property is of type NoAuth, because when I initialize the stream in source, I pass the Oauth authenticator. Could someone help or point into the right direction?Alex Banks
08/12/2022, 8:34 AMVadym Samsonovych
08/12/2022, 10:34 AMRocky Appiah
08/12/2022, 12:38 PMJuan Cruz Grave
08/12/2022, 2:33 PMlook R
08/12/2022, 3:10 PMSaul Burgos
08/12/2022, 7:18 PMVadym Samsonovych
08/13/2022, 3:24 PMRocky Appiah
08/13/2022, 6:14 PMLucas Wiley
08/14/2022, 9:20 PM