Skip to content

Commit f5244e5

Browse files
committed
Merge branch 'develop'
2 parents 17ed2de + 551d99b commit f5244e5

File tree

232 files changed

+6806
-4610
lines changed

Some content is hidden

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

232 files changed

+6806
-4610
lines changed

.env.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ONETL_PG_PASSWORD=ohtae0luxeshi1uraeluMoh9IShah7ai
5353
# Oracle
5454
ONETL_ORA_HOST=oracle
5555
ONETL_ORA_PORT=1521
56-
ONETL_ORA_SERVICE_NAME=XEPDB1
56+
ONETL_ORA_SERVICE_NAME=FREEPDB1
5757
ONETL_ORA_USER=onetl
5858
ONETL_ORA_PASSWORD=Yoequ2Hoeceit4ch
5959

.env.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export ONETL_PG_PASSWORD=ohtae0luxeshi1uraeluMoh9IShah7ai
5353
# Oracle
5454
export ONETL_ORA_HOST=localhost
5555
export ONETL_ORA_PORT=1522
56-
export ONETL_ORA_SERVICE_NAME=XEPDB1
56+
export ONETL_ORA_SERVICE_NAME=FREEPDB1
5757
export ONETL_ORA_USER=onetl
5858
export ONETL_ORA_PASSWORD=Yoequ2Hoeceit4ch
5959

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- master
88

99
env:
10-
DEFAULT_PYTHON: '3.11'
10+
DEFAULT_PYTHON: '3.12'
1111

1212
permissions:
1313
contents: read

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ concurrency:
1414
cancel-in-progress: true
1515

1616
env:
17+
# flake8-commas is failing on Python 3.12
18+
# as well as bandit https://github.com/PyCQA/bandit/issues/1077
1719
DEFAULT_PYTHON: '3.11'
1820

1921
jobs:
@@ -35,7 +37,9 @@ jobs:
3537
python-version: ${{ env.DEFAULT_PYTHON }}
3638

3739
- name: Install Kerberos headers
38-
run: sudo apt-get install --no-install-recommends libkrb5-dev
40+
run: |
41+
sudo apt-get update
42+
sudo apt-get install --no-install-recommends libkrb5-dev
3943
4044
- name: Cache pip
4145
uses: actions/cache@v3

.github/workflows/data/clickhouse/matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ min: &min
66

77
max: &max
88
spark-version: 3.5.0
9-
python-version: '3.11'
9+
python-version: '3.12'
1010
java-version: 20
1111
os: ubuntu-latest
1212

1313
latest: &latest
1414
spark-version: latest
15-
python-version: '3.11'
15+
python-version: '3.12'
1616
java-version: 20
1717
os: ubuntu-latest
1818

.github/workflows/data/core/matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ min: &min
66

77
max: &max
88
spark-version: 3.5.0
9-
python-version: '3.11'
9+
python-version: '3.12'
1010
java-version: 20
1111
os: ubuntu-latest
1212

1313
latest: &latest
1414
spark-version: latest
15-
python-version: '3.11'
15+
python-version: '3.12'
1616
java-version: 20
1717
os: ubuntu-latest
1818

.github/workflows/data/ftp/matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ min: &min
33
os: ubuntu-latest
44

55
max: &max
6-
python-version: '3.11'
6+
python-version: '3.12'
77
os: ubuntu-latest
88

99
matrix:

.github/workflows/data/ftps/matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ min: &min
33
os: ubuntu-latest
44

55
max: &max
6-
python-version: '3.11'
6+
python-version: '3.12'
77
os: ubuntu-latest
88

99
matrix:

.github/workflows/data/hdfs/matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ min: &min
88
max: &max
99
hadoop-version: hadoop3-hdfs
1010
spark-version: 3.5.0
11-
python-version: '3.11'
11+
python-version: '3.12'
1212
java-version: 20
1313
os: ubuntu-latest
1414

1515
latest: &latest
1616
hadoop-version: hadoop3-hdfs
1717
spark-version: latest
18-
python-version: '3.11'
18+
python-version: '3.12'
1919
java-version: 20
2020
os: ubuntu-latest
2121

.github/workflows/data/hive/matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ min: &min
66

77
max: &max
88
spark-version: 3.5.0
9-
python-version: '3.11'
9+
python-version: '3.12'
1010
java-version: 20
1111
os: ubuntu-latest
1212

1313
latest: &latest
1414
spark-version: latest
15-
python-version: '3.11'
15+
python-version: '3.12'
1616
java-version: 20
1717
os: ubuntu-latest
1818

0 commit comments

Comments
 (0)