-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 Facebook Marketing: Fix number and integer fields in schemas #7605
Source Facebook Marketing: Fix number and integer fields in schemas #7605
Conversation
@htrueman can you explain how this fixes the issue? |
|
...ons/connectors/source-facebook-marketing/source_facebook_marketing/schemas/ad_creatives.json
Outdated
Show resolved
Hide resolved
@sherifnada I see that the fields with |
36272e6
to
b346c9e
Compare
UI issue with field types appeared. New issue added to fix that #7672 |
/test connector=connectors/source-facebook-marketing
|
@sherifnada added a retry job logics. This should help in cases where it's possible. But if now then we couldn't fix that, because the issue is on the facebook side. Working on unit tests to cover this new job retry logics. |
...ons/connectors/source-facebook-marketing/source_facebook_marketing/schemas/ad_creatives.json
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-facebook-marketing/source_facebook_marketing/streams.py
Outdated
Show resolved
Hide resolved
) | ||
restart_job = self._create_insights_job(params) | ||
self.running_jobs.append(restart_job) | ||
self.times_job_restarted[time_range] += 1 |
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.
so the idea is to have a global max of 6 retries? Not blocking for this PR but we should make this per-job
…irbytehq#7605) * Add job retry logics to AdsInsights stream. * Add ad_creatives.thumbnail_url to ignored_fields in full_refresh SAT * Update wait_for_job condition
What
Closes #7533
How
Update
number
andinteger
fields type.Recommended reading order
Pre-merge Checklist
Expand the relevant checklist and delete the others.
New Connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/SUMMARY.md
docs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampledocs/integrations/README.md
airbyte-integrations/builds.md
Airbyter
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 hereUpdating a connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/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 hereConnector Generator
-scaffold
in their name) have been updated with the latest scaffold by running./gradlew :airbyte-integrations:connector-templates:generator:testScaffoldTemplates
then checking in your changes