airbytehq / airbyte

The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to data warehouses, data lakes & data lakehouses. Both self-hosted and Cloud-hosted.
https://airbyte.com
Other
15.78k stars 4.04k forks source link

[source-linkedin-ads] Removed sponsored content stream #35635

Open FVidalCarneiro opened 7 months ago

FVidalCarneiro commented 7 months ago

Connector Name

LinkedIn Ads

Connector Version

0.6.4

What step the error happened?

Other

Relevant information

Ever since the following pull request was merged (https://github.com/airbytehq/airbyte/pull/26372), the sponsored_content stream, provided by the AdDirectSponsoredContents class , is no longer supported in this plugin. The associated classes were simply removed without any comment on the corresponding PR of why this was done. This leads me to believe that the stream was removed accidentally and never put back. You can verify in the referenced PR in this issue that all streams were migrated except the sponsored_content stream who's endpoint still exists today (as can be checked here) and returns relevant data.

Relevant log output

Code removed so no log output.

Contribute

FVidalCarneiro commented 7 months ago

Pull request created to solve issue (https://github.com/airbytehq/airbyte/pull/35655).