-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Source LinkedIn-Ads: Fix for Campaigns/targetingCriteria
transformation, coerced Creatives/variables/values
to string
#6610
Conversation
…variables to string by default, bumped the version
…s-analytics-issue
/test connector=connectors/source-linkedin-ads
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Several refactoring comments.
airbyte-integrations/connectors/source-linkedin-ads/source_linkedin_ads/utils.py
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-linkedin-ads/source_linkedin_ads/utils.py
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-linkedin-ads/source_linkedin_ads/utils.py
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-linkedin-ads/source_linkedin_ads/utils.py
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-linkedin-ads/source_linkedin_ads/utils.py
Outdated
Show resolved
Hide resolved
/test connector=connectors/source-linkedin-ads
|
/test connector=connectors/source-linkedin-ads
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks nice!
/publish connector=connectors/source-linkedin-ads
|
…mation, coerced `Creatives/variables/values` to string (airbytehq#6610) * fixed targettingCriteria transformation, changed values of creatives/variables to string by default, bumped the version
What
#6527 - New LinkedIn Ads Source Connector fails with Analytics Streams
How
utils.py
transform_targeting_criteria()
method.utils.py
transform_variables()
method.creatives
stream,...variables/values
to be of typestring
by default.Dockerfile
to fix PEP dependency issues.Pre-merge Checklist
Expand the relevant checklist and delete the others.
Updating a connector
Community member or Airbyter
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.docs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing./publish
command described here