Skip to content

Commit 019c027

Browse files
authored
chore: ignore .tool-versions for asdf (#662)
1 parent 7504a59 commit 019c027

File tree

13 files changed

+56
-58
lines changed

13 files changed

+56
-58
lines changed

.github/pr-welcome-community.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ As needed or by request, Airbyte Maintainers can execute the following slash com
2929
- `/test` - Runs connector tests with the updated CDK
3030

3131
If you have any questions, feel free to ask in the PR comments or join our [Slack community](https://airbytehq.slack.com/).
32-

.github/workflows/connector-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
cdk_extra: file-based
7777
- connector: destination-motherduck
7878
# For now, we mark as 'n/a' to always test this connector
79-
cdk_extra: n/a # change to 'sql' to test less often
79+
cdk_extra: n/a # change to 'sql' to test less often
8080
# source-amplitude failing for unrelated issue "date too far back"
8181
# e.g. https://github.com/airbytehq/airbyte-python-cdk/actions/runs/16053716569/job/45302638848?pr=639
8282
# - connector: source-amplitude

.github/workflows/slash_command_dispatch.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
pr=${{ github.event.issue.pull_request != null && github.event.issue.number || '' }}
3737
comment-id=${{ github.event.comment.id }}
3838
39-
4039
- name: Edit comment with error message
4140
if: steps.dispatch.outputs.error-message
4241
uses: peter-evans/create-or-update-comment@v4

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ dist
2020
.vscode
2121
**/__pycache__
2222
.tmp
23+
24+
# ASDF tool versions files
25+
.tool-versions

airbyte_cdk/manifest_migrations/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@ This directory contains the logic and registry for manifest migrations in the Ai
2020

2121
3. **Register the Migration:**
2222
- Open `migrations/registry.yaml`.
23-
- Add an entry under the appropriate version, or create a new version section if needed.
24-
- Version can be: "*", "==6.48.3", "~=1.2", ">=1.0.0,<2.0.0", "6.48.3"
23+
- Add an entry under the appropriate version, or create a new version section if needed.
24+
- Version can be: "*", "==6.48.3", "~=1.2", ">=1.0.0,<2.0.0", "6.48.3"
2525
- Each migration entry should include:
2626
- `name`: The filename (without `.py`)
2727
- `order`: The order in which this migration should be applied for the version
2828
- `description`: A short description of the migration
2929

3030
Example:
31+
3132
```yaml
3233
manifest_migrations:
3334
- version: 6.45.2
@@ -71,4 +72,4 @@ class ExampleMigration(ManifestMigration):
7172

7273
---
7374

74-
For more details, see the docstrings in `manifest_migration.py` and the examples in the `migrations/` folder.
75+
For more details, see the docstrings in `manifest_migration.py` and the examples in the `migrations/` folder.

airbyte_cdk/manifest_migrations/migrations/registry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
manifest_migrations:
66
- version: "*"
7-
migrations:
7+
migrations:
88
- name: http_requester_url_base_to_url
99
order: 1
1010
description: |

unit_tests/resource/http/response/declarative/property_chunking/rates_one_two.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
"rates": {
88
"fake_currency": 1.2345
99
}
10-
}
10+
}

unit_tests/resource/http/response/declarative/property_chunking/rates_three_four.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
"rates": {
88
"fake_currency": 1.2345
99
}
10-
}
10+
}

unit_tests/resource/http/response/file_api/article_attachments.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
"updated_at": "2025-03-11T23:33:57Z"
1717
}
1818
]
19-
}
19+
}
Lines changed: 34 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,35 @@
11
{
2-
"count": 7,
3-
"next_page": null,
4-
"end_time": 1741736037,
5-
"articles": [
6-
{
7-
"id": 12138789487375,
8-
"url": "https://d3v-airbyte.zendesk.com/api/v2/help_center/en-us/articles/12138789487375.json",
9-
"html_url": "https://d3v-airbyte.zendesk.com/hc/en-us/articles/12138789487375-This-is-an-article-with-an-attachment",
10-
"author_id": 360786799676,
11-
"comments_disabled": false,
12-
"draft": true,
13-
"promoted": false,
14-
"position": 0,
15-
"vote_sum": 0,
16-
"vote_count": 0,
17-
"section_id": 7253394947215,
18-
"created_at": "2025-03-11T23:33:57Z",
19-
"updated_at": "2025-03-11T23:33:57Z",
20-
"name": "This is an article with an attachment!",
21-
"title": "This is an article with an attachment!",
22-
"source_locale": "en-us",
23-
"locale": "en-us",
24-
"outdated": false,
25-
"outdated_locales": [],
26-
"edited_at": "2025-03-11T23:33:57Z",
27-
"user_segment_id": 7253375826191,
28-
"permission_group_id": 7253379449487,
29-
"content_tag_ids": [],
30-
"label_names": [],
31-
"body": "<p>Here be some text<img src=\"https://d3v-airbyte.zendesk.com/hc/article_attachments/12138758717583\" alt=\"some_image.webp\"></p>",
32-
"user_segment_ids": [
33-
7253375826191
34-
]
35-
}
36-
]
37-
}
2+
"count": 7,
3+
"next_page": null,
4+
"end_time": 1741736037,
5+
"articles": [
6+
{
7+
"id": 12138789487375,
8+
"url": "https://d3v-airbyte.zendesk.com/api/v2/help_center/en-us/articles/12138789487375.json",
9+
"html_url": "https://d3v-airbyte.zendesk.com/hc/en-us/articles/12138789487375-This-is-an-article-with-an-attachment",
10+
"author_id": 360786799676,
11+
"comments_disabled": false,
12+
"draft": true,
13+
"promoted": false,
14+
"position": 0,
15+
"vote_sum": 0,
16+
"vote_count": 0,
17+
"section_id": 7253394947215,
18+
"created_at": "2025-03-11T23:33:57Z",
19+
"updated_at": "2025-03-11T23:33:57Z",
20+
"name": "This is an article with an attachment!",
21+
"title": "This is an article with an attachment!",
22+
"source_locale": "en-us",
23+
"locale": "en-us",
24+
"outdated": false,
25+
"outdated_locales": [],
26+
"edited_at": "2025-03-11T23:33:57Z",
27+
"user_segment_id": 7253375826191,
28+
"permission_group_id": 7253379449487,
29+
"content_tag_ids": [],
30+
"label_names": [],
31+
"body": "<p>Here be some text<img src=\"https://d3v-airbyte.zendesk.com/hc/article_attachments/12138758717583\" alt=\"some_image.webp\"></p>",
32+
"user_segment_ids": [7253375826191]
33+
}
34+
]
35+
}

0 commit comments

Comments
 (0)