-
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 Harvest: “started_time” being incorrectly cast as datetime field #15312
🐛Source Harvest: “started_time” being incorrectly cast as datetime field #15312
Conversation
/test connector=connectors/source-harvest
Build FailedTest summary info:
|
/test connector=connectors/source-harvest
Build FailedTest summary info:
|
/test connector=connectors/source-harvest
Build PassedTest summary info:
|
/publish connector=connectors/source-harvest
if you have connectors that successfully published but failed definition generation, follow step 4 here |
What
#11980 - Harvest “started_time” being incorrectly cast as datetime field
How
Deleted
format
from schema forstarted_time
andended_time
.Added slices for report streams and custom backoff logic.
Recommended reading order
x.java
y.python
Pre-merge Checklist
Updating 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 example