Skip to content

Commit 4d10f7d

Browse files
Merge pull request #121 from rudderlabs/release_v7.0.0
Release v7.0.0 Major changes : Amplitude is now a declarative source , so the error handling done earlier will not work. Quotes had been removed as a resource in hubspot Intercom is also now a declarative source, any changes done in the connector will not be available anymore
2 parents 3077bff + a24011f commit 4d10f7d

File tree

3,974 files changed

+192220
-100289
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,974 files changed

+192220
-100289
lines changed

.bumpversion.cfg

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.42.0
2+
current_version = 0.44.7
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-[a-z]+)?
@@ -16,6 +16,8 @@ serialize =
1616

1717
[bumpversion:file:octavia-cli/README.md]
1818

19+
[bumpversion:file:run-ab-platform.sh]
20+
1921
[bumpversion:file:octavia-cli/install.sh]
2022

2123
[bumpversion:file:octavia-cli/setup.py]

.env

-123
This file was deleted.

.env.dev

-38
This file was deleted.

.github/CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# Java-based destination connectors
3333
/airbyte-integrations/bases/standard-destination-test/ @airbytehq/destinations
3434
/airbyte-integrations/bases/base-java-s3/ @airbytehq/destinations
35-
/airbyte-integrations/connectors/destination-jdbc/ @airbytehq/destinations
35+
/airbyte-integrations/bases/bases-destination-jdbc/ @airbytehq/destinations
3636
/airbyte-integrations/connectors/destination-bigquery/ @airbytehq/destinations
3737
/airbyte-integrations/connectors/destination-bigquery-denormalized/ @airbytehq/destinations
3838
/airbyte-integrations/connectors/destination-azure-blob-storage/ @airbytehq/destinations
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
name: 🐛 Report a connector problem
2+
description: Use this template to report a problem using source or a destination connector
3+
labels: [type/bug, area/connectors, needs-triage]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: >
8+
<p align="center">
9+
<a target="_blank" href="https://airbyte.com">
10+
<image>
11+
<source srcset="https://raw.githubusercontent.com/airbytehq/airbyte/master/.github/octavia-issue-template.svg">
12+
<img alt="octavia-welcome" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/.github/octavia-issue-template.svg" width="auto" height="120">
13+
</image>
14+
</a>
15+
</p>
16+
- type: markdown
17+
attributes:
18+
value: |
19+
Thanks for taking the time to fill out this bug report...
20+
Make sure you update this issue with a concise title and provide all information you have to help us debug the problem together.
21+
Some examples of good titles following the convention:
22+
<ul>
23+
<li> Source Name: issue description </li>
24+
<li> Destination Name: issue description </li>
25+
<li> Source Postgres: Add `_ab_cdc_inserted_at` column for CDC syncs </li>
26+
<li> Source Chargebee: cannot sync transaction objects</li>
27+
<li> Source Snowflake: support for case sensitive parameters in connection string</li>
28+
<li> Destination BigQuery: normalization incorrectly processes arrays</li>
29+
</ul>
30+
<br>
31+
<p><small>Issues not following the template will be closed. </small></p>
32+
- type: input
33+
id: connector-name
34+
attributes:
35+
label: Connector Name
36+
description: |
37+
Insert only the name of the connector is having issue.
38+
Use the pattern source-postgres or destination-postgres.
39+
This will help us automatically label the issue to the correct teams.
40+
placeholder: destination-mssql
41+
validations:
42+
required: true
43+
- type: input
44+
id: connector-version
45+
attributes:
46+
label: Connector Version
47+
description: Give the connector version that has a problem. You can find it in the sync log file or the settings page.
48+
placeholder: 0.2.63
49+
validations:
50+
required: true
51+
- type: dropdown
52+
id: step
53+
attributes:
54+
label: What step the error happened?
55+
multiple: false
56+
options:
57+
- Configuring a new connector
58+
- During the sync
59+
- Updating the connector
60+
- Other
61+
- type: textarea
62+
id: description
63+
attributes:
64+
label: Revelant information
65+
description: Please give any additional information you have and steps to reproduce the problem.
66+
- type: textarea
67+
id: logs
68+
attributes:
69+
label: Relevant log output
70+
description: |
71+
Please copy and paste any relevant log output.
72+
This will be automatically formatted into code, so no need for backticks.
73+
We strongly recommend to upload the log file for further debugging.
74+
render: shell
75+
- type: checkboxes
76+
id: submit-pr
77+
attributes:
78+
label: Contribute
79+
description: Are you willing to submit the fix?
80+
options:
81+
- label: Yes, I want to contribute
82+
required: false
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
name: 🐛 Report a platform, infra or deployment bug
2+
description: Use this template when you have a problem operating Airbyte platform
3+
labels: [type/bug, area/platform, needs-triage]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: >
8+
<p align="center">
9+
<a target="_blank" href="https://airbyte.com">
10+
<image>
11+
<source srcset="https://raw.githubusercontent.com/airbytehq/airbyte/master/.github/octavia-issue-template.svg">
12+
<img alt="octavia-welcome" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/.github/octavia-issue-template.svg" width="auto" height="120">
13+
</image>
14+
</a>
15+
</p>
16+
- type: markdown
17+
attributes:
18+
value: |
19+
Thanks for taking the time to fill out this bug report...
20+
Make sure to update this issue with a concise title and provide all information you have to
21+
help us debug the problem together. Issues not following the template will be closed.
22+
- type: dropdown
23+
id: deploy
24+
validations:
25+
required: true
26+
attributes:
27+
label: What method are you using to run Airbyte?
28+
multiple: false
29+
options:
30+
- Docker
31+
- Kubernetes
32+
- type: input
33+
id: platform-version
34+
attributes:
35+
label: Platform Version or Helm Chart Version
36+
description: "Some examples are: (eg. 0.44.1, 0.30.0), you can find the version in the left bottom in Airbyte UI or in the .env / value.yaml file"
37+
validations:
38+
required: true
39+
- type: dropdown
40+
id: step
41+
attributes:
42+
label: What step the error happened?
43+
multiple: false
44+
options:
45+
- On deploy
46+
- During the Sync
47+
- Upgrading the Platform or Helm Chart
48+
- Other
49+
- type: textarea
50+
id: description
51+
attributes:
52+
label: Revelant information
53+
description: Please give any additional information you have and steps to reproduce the problem.
54+
- type: textarea
55+
id: logs
56+
attributes:
57+
label: Relevant log output
58+
description: |
59+
Please copy and paste any relevant log output.
60+
This will be automatically formatted into code, so no need for backticks.
61+
We strongly recommend to upload the log file for further debugging.
62+
render: shell
+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
name: 🐛 Report a problem while using the Octavia CLI
2+
description: Use this template when you discovered a CLI problem
3+
labels: [type/bug, area/octavia-cli, needs-triage]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: >
8+
<p align="center">
9+
<a target="_blank" href="https://airbyte.com">
10+
<image>
11+
<source srcset="https://raw.githubusercontent.com/airbytehq/airbyte/master/.github/octavia-issue-template.svg">
12+
<img alt="octavia-welcome" src="htt ps://raw.githubusercontent.com/airbytehq/airbyte/master/.github/octavia-issue-template.svg" width="auto" height="120">
13+
</image>
14+
</a>
15+
</p>
16+
- type: markdown
17+
attributes:
18+
value: |
19+
Thanks for taking the time to fill out this bug report...
20+
Make sure you update this issue with a concise title and provide all information you have to
21+
help us debug the problem together. Issues not following the template will be closed.
22+
- type: input
23+
id: cli-version
24+
attributes:
25+
label: Octavia CLI Version
26+
description: Give the Octavia CLI version you're using.
27+
validations:
28+
required: true
29+
- type: textarea
30+
id: description
31+
attributes:
32+
label: Revelant information
33+
description: Please give any additional information you have and steps to reproduce the problem.
34+
- type: textarea
35+
id: logs
36+
attributes:
37+
label: Relevant log output
38+
description: |
39+
Please copy and paste any relevant log output.
40+
This will be automatically formatted into code, so no need for backticks.
41+
We strongly recommend to upload the log file for further debugging.
42+
render: shell

0 commit comments

Comments
 (0)