Skip to content

Commit

Permalink
Small formating updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lazebnyi committed May 22, 2024
1 parent 10d71cf commit 077ac5a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-bamboo-hr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
#
#
4 changes: 2 additions & 2 deletions docs/integrations/sources/bamboo-hr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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. |
Expand Down

0 comments on commit 077ac5a

Please sign in to comment.