-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(source-linkedin-ads): move custom streams to manifest only (#48863)
Co-authored-by: Octavia Squidington III <[email protected]> Co-authored-by: Alfredo Garcia <[email protected]> Co-authored-by: Christo Grabowski <[email protected]> Co-authored-by: Alfredo Garcia <[email protected]>
- Loading branch information
1 parent
c1f28cb
commit 5dfb632
Showing
12 changed files
with
1,092 additions
and
818 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,359 changes: 707 additions & 652 deletions
1,359
airbyte-integrations/connectors/source-linkedin-ads/poetry.lock
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",] | |
build-backend = "poetry.core.masonry.api" | ||
|
||
[tool.poetry] | ||
version = "5.0.0" | ||
version = "5.1.0-rc.1" | ||
name = "source-linkedin-ads" | ||
description = "Source implementation for Linkedin Ads." | ||
authors = [ "Airbyte <[email protected]>",] | ||
|
@@ -17,7 +17,7 @@ include = "source_linkedin_ads" | |
|
||
[tool.poetry.dependencies] | ||
python = "^3.10,<3.12" | ||
airbyte-cdk = "^5" | ||
airbyte-cdk = { version = "6.12.1.dev0", allow-prereleases = true } | ||
coverage = "^7.5.3" | ||
|
||
[tool.poetry.scripts] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.