Skip to content

Commit

Permalink
Merge branch 'main' into seanstory/1372-remove-full-sync-overoptimiza…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
artem-shelkovnikov authored Nov 20, 2023
2 parents d2d52d4 + 67f0d82 commit 7d3cdff
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,9 @@ steps:
- "perf8-report-*/**/*"

- path:
- "connectors/sources/salesforce.py"
- "tests/sources/fixtures/salesforce/**"
- "connectors/sources/salesforce.py"
- "tests/sources/fixtures/salesforce/**"
- "Dockerfile.ftest"
config:
label: "🔨 Salesforce"
command:
Expand All @@ -246,6 +247,7 @@ steps:
- path:
- "connectors/sources/zoom.py"
- "tests/sources/fixtures/zoom/**"
- "Dockerfile.ftest"
config:
label: "🔨 Zoom"
command:
Expand All @@ -256,6 +258,7 @@ steps:
- path:
- "connectors/sources/box.py"
- "tests/sources/fixtures/box/**"
- "Dockerfile.ftest"
config:
label: "🔨 Box"
command:
Expand All @@ -266,6 +269,7 @@ steps:
- path:
- "connectors/sources/microsoft_teams.py"
- "tests/sources/fixtures/microsoft_teams/**"
- "Dockerfile.ftest"
config:
label: "🔨 Microsoft Teams"
command:
Expand Down
4 changes: 2 additions & 2 deletions connectors/sources/oracle.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,14 +347,14 @@ def get_default_configuration(cls):
},
"oracle_home": {
"default_value": DEFAULT_ORACLE_HOME,
"label": "Path of Oracle Service",
"label": "Path to Oracle Home",
"order": 10,
"required": False,
"type": "str",
},
"wallet_configuration_path": {
"default_value": "",
"label": "Path of Oracle Service configuration files",
"label": "Path to SSL Wallet configuration files",
"order": 11,
"required": False,
"type": "str",
Expand Down
4 changes: 2 additions & 2 deletions tests/sources/fixtures/oracle/connector.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@
},
"oracle_home": {
"default_value": "",
"label": "Path of Oracle Service",
"label": "Path to Oracle Home",
"order": 10,
"required": false,
"type": "str",
"value": ""
},
"wallet_configuration_path": {
"default_value": "",
"label": "Path of Oracle Service configuration files",
"label": "Path to SSL Wallet configuration files",
"order": 11,
"required": false,
"type": "str",
Expand Down

0 comments on commit 7d3cdff

Please sign in to comment.