| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4376683 commit e2147bd
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,12 +6,12 @@ | |||
| 6 | 6 | ||
| 7 | 7 | import pendulum | |
| 8 | 8 | import requests | |
| 9 | - from pendulum.datetime import DateTime | ||
| 10 | - | ||
| 11 | 9 | from airbyte_cdk.models import SyncMode | |
| 12 | 10 | from airbyte_cdk.sources.streams import CheckpointMixin | |
| 13 | 11 | from airbyte_cdk.sources.streams.core import StreamData | |
| 14 | 12 | from airbyte_cdk.sources.streams.http import HttpStream | |
| 13 | + from pendulum.datetime import DateTime | ||
| 14 | + | ||
| 15 | 15 | from source_exact.api import ExactAPI | |
| 16 | 16 | ||
| 17 | 17 | ||
@@ -376,7 +376,7 @@ class PayrollActiveEmployments(ExactOtherStream): | |||
| 376 | 376 | class ProjectEmploymentInternalRates(ExactOtherStream): | |
| 377 | 377 | """Stream to sync the endpoint `/project/EmploymentInternalRates`""" | |
| 378 | 378 | ||
| 379 | - endpoint = "/project/EmploymentInternalRates" | ||
| 379 | + endpoint = "project/EmploymentInternalRates" | ||
| 380 | 380 | ||
| 381 | 381 | ||
| 382 | 382 | class SyncCashflowPaymentTerms(ExactSyncStream): | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -147,6 +147,7 @@ at [Exact Knowledge Base](https://support.exactonline.com/community/s/knowledge- | |||
| 147 | 147 | | 0.0.7 | 2025-12-23 | [61551](https://github.com/airbytehq/airbyte/pull/61551) | Add new streams to class SourceExact | | |
| 148 | 148 | | 0.0.8 | 2025-12-23 | [61551](https://github.com/airbytehq/airbyte/pull/61551) | Schema was incorrect for sync logistics items | | |
| 149 | 149 | | 0.0.9 | 2026-01-08 | [61551](https://github.com/airbytehq/airbyte/pull/61551) | Addition project_employment_internal_rates | | |
| 150 | + | 0.0.10 | 2026-01-08 | [61551](https://github.com/airbytehq/airbyte/pull/61551) | Correct endpoint for project_employment_internal_rates | | ||
| 150 | 151 | | 0.1.0 | 2026-01-08 | [61551](https://github.com/airbytehq/airbyte/pull/61551) | Update changelog and project files to set version 0.1.0 | | |
| 151 | 152 | ||
| 152 | 153 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments