FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix on InternalRate stream · maxq-analytics/airbyte@e2147bd · GitHub

Commit e2147bd

Browse files
committed
fix on InternalRate stream
1 parent 4376683 commit e2147bd

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

  • airbyte-integrations/connectors/source-exact/source_exact
  • docs/integrations/sources

‎airbyte-integrations/connectors/source-exact/source_exact/streams.py‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
import pendulum
88
import requests
9-
from pendulum.datetime import DateTime
10-
119
from airbyte_cdk.models import SyncMode
1210
from airbyte_cdk.sources.streams import CheckpointMixin
1311
from airbyte_cdk.sources.streams.core import StreamData
1412
from airbyte_cdk.sources.streams.http import HttpStream
13+
from pendulum.datetime import DateTime
14+
1515
from source_exact.api import ExactAPI
1616

1717

@@ -376,7 +376,7 @@ class PayrollActiveEmployments(ExactOtherStream):
376376
class ProjectEmploymentInternalRates(ExactOtherStream):
377377
"""Stream to sync the endpoint `/project/EmploymentInternalRates`"""
378378

379-
endpoint = "/project/EmploymentInternalRates"
379+
endpoint = "project/EmploymentInternalRates"
380380

381381

382382
class SyncCashflowPaymentTerms(ExactSyncStream):

‎docs/integrations/sources/exact.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ at [Exact Knowledge Base](https://support.exactonline.com/community/s/knowledge-
147147
| 0.0.7 | 2025-12-23 | [61551](https://github.com/airbytehq/airbyte/pull/61551) | Add new streams to class SourceExact |
148148
| 0.0.8 | 2025-12-23 | [61551](https://github.com/airbytehq/airbyte/pull/61551) | Schema was incorrect for sync logistics items |
149149
| 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 |
150151
| 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 |
151152
152153

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL