[source-datadog] Connector attempts to query unnecessary endpoint #41965
Labels
area/connectors
Connector related issues
autoteam
community
connectors/source/datadog
team/use
type/bug
Something isn't working
Connector Name
source-datadog
Connector Version
0.4.8
What step the error happened?
During the sync
Relevant information
After this connector was automatically updated in Airbyte Cloud (see note on versions at the bottom), I started getting these errors around the beginning of my syncs (see log output).
The issue seems to be that the connector is attempting to query
audit_logs
, which I do not have access to. The source shouldn't be hitting this endpoint because I've configured the connector to only querylogs
. Specifically, I have attempted to use the "top-level" parameters in the UI (where you findQuery
,Start date
,Site
,End date
, andMax records per requests
) in addition to theAdd
button next toQueries
(where you findQuery name
,Data Source
, andQuery
). In both cases, the sync stops because it tries to accessaudit_logs
where I only wantlogs
.In both cases, it seems like there is just no way to have the connector not hit
audit_logs
.Note on versions: this error did not occur on 0.2.2 (for some reason when I set this connector up in the Airbyte Cloud UI a few weeks ago, it installed 0.2.2). My connector first updated around 0.4.8, but it could have been 0.4.7 or 0.4.6. I would have tested each version but I can't choose the version to use in the Airbyte Cloud UI so I'm stuck just giving you guesswork, sadly. However, since I basically leapfrogged from 0.2.2 to the high 0.4's, this issue could have been introduced any time in between those.
Relevant log output
Contribute
The text was updated successfully, but these errors were encountered: