From 077ac5aa4109fd4f247065fbbd5e0414dc8a5938 Mon Sep 17 00:00:00 2001 From: Serhii Lazebnyi Date: Thu, 23 May 2024 01:47:54 +0200 Subject: [PATCH] Small formating updates --- airbyte-integrations/connectors/source-bamboo-hr/README.md | 2 +- airbyte-integrations/connectors/source-bamboo-hr/__init__.py | 2 +- docs/integrations/sources/bamboo-hr.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/airbyte-integrations/connectors/source-bamboo-hr/README.md b/airbyte-integrations/connectors/source-bamboo-hr/README.md index 7701b28368eb..3d9840f759b5 100644 --- a/airbyte-integrations/connectors/source-bamboo-hr/README.md +++ b/airbyte-integrations/connectors/source-bamboo-hr/README.md @@ -98,7 +98,7 @@ You've checked out the repo, implemented a million dollar feature, and you're re 1. Make sure your changes are passing our test suite: `airbyte-ci connectors --name=source-bamboo-hr test` 2. Bump the connector version (please follow [semantic versioning for connectors](https://docs.airbyte.com/contributing-to-airbyte/resources/pull-requests-handbook/#semantic-versioning-for-connectors)): - - bump the `dockerImageTag` value in in `metadata.yaml` + - bump the `dockerImageTag` value in `metadata.yaml` - bump the `version` value in `pyproject.toml` 3. Make sure the `metadata.yaml` content is up to date. 4. Make sure the connector documentation and its changelog is up to date (`docs/integrations/sources/bamboo-hr.md`). diff --git a/airbyte-integrations/connectors/source-bamboo-hr/__init__.py b/airbyte-integrations/connectors/source-bamboo-hr/__init__.py index 70c38a101471..c941b3045795 100644 --- a/airbyte-integrations/connectors/source-bamboo-hr/__init__.py +++ b/airbyte-integrations/connectors/source-bamboo-hr/__init__.py @@ -1,3 +1,3 @@ # # Copyright (c) 2023 Airbyte, Inc., all rights reserved. -# \ No newline at end of file +# diff --git a/docs/integrations/sources/bamboo-hr.md b/docs/integrations/sources/bamboo-hr.md index b8924aa49c32..3085a09d2396 100644 --- a/docs/integrations/sources/bamboo-hr.md +++ b/docs/integrations/sources/bamboo-hr.md @@ -51,7 +51,7 @@ This page contains the setup guide and reference information for the [BambooHR]( The BambooHR source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes): | Feature | Supported? | -| :------------------------ | :--------- | +|:--------------------------|:-----------| | Full Refresh Sync | Yes | | Incremental - Append Sync | No | | SSL connection | Yes | @@ -85,7 +85,7 @@ Please [create an issue](https://github.com/airbytehq/airbyte/issues) if you see ## Changelog | Version | Date | Pull Request | Subject | -| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------ | +|:--------|:-----------|:---------------------------------------------------------|:--------------------------------------------------------------------------------| | 0.3.0 | 2024-05-25 | [37452](https://github.com/airbytehq/airbyte/pull/37452) | Migrate to Low Code | | 0.2.6 | 2024-04-19 | [37124](https://github.com/airbytehq/airbyte/pull/37124) | Updating to 0.80.0 CDK | | 0.2.5 | 2024-04-18 | [37124](https://github.com/airbytehq/airbyte/pull/37124) | Manage dependencies with Poetry. |