Skip to content

Commit 4110374

Browse files
authored
Merge branch 'main' into di-459-create-refined-gx-output-dataset
2 parents 085bc54 + ae3c863 commit 4110374

File tree

7 files changed

+21
-7
lines changed

7 files changed

+21
-7
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "pip"
4+
directories:
5+
- "*"
6+
schedule:
7+
interval: "weekly"
8+
day: "monday"
9+
time: "08:00"
10+
groups:
11+
straightforward-dependencies:
12+
applies-to: version-updates
13+
update-types:
14+
- minor
15+
- patch
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pandas==2.1.4
1+
pandas==2.2.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
requests==2.31.0
1+
requests==2.32.3
22
httplib2==0.22.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
gspread==5.12.4
22
oauth2client==4.1.3
3-
google-api-python-client==2.114.0
3+
google-api-python-client==2.149.0
44
yagmail==0.15.293

scripts/requirements.build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
setuptools
22
wheel
33
boto3
4-
redshift-connector==2.1.0 # used to connect with redshift
4+
redshift-connector==2.1.3 # used to connect with redshift

scripts/requirements.test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ pytest-mock
44
pydeequ
55
# Explicitly set urllib3 version compatible with botocore to pass CI tests
66
urllib3>=1.25.4,<1.27 # glue 4 is using urllib3==1.25.11 so don't need add to requirements.build.txt
7-
redshift-connector==2.1.0 # used to connect with redshift
7+
redshift-connector==2.1.3 # used to connect with redshift

terraform/etl/38-aws-glue-job-parking.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1343,10 +1343,9 @@ module "parking_cycle_hangar_allocation_update" {
13431343
pydeequ_zip_key = data.aws_s3_object.pydeequ.key
13441344
spark_ui_output_storage_id = module.spark_ui_output_storage_data_source.bucket_id
13451345
script_name = "parking_cycle_hangar_allocation_update"
1346-
triggered_by_job = "${local.short_identifier_prefix}parking_cycle_hangars_denormalisation_update"
13471346
job_description = "Rewrite of cycle hangar allocation using new denormalisation code"
1348-
workflow_name = "${local.short_identifier_prefix}parking-liberator-data-workflow"
13491347
trigger_enabled = local.is_production_environment
1348+
schedule = "cron(0 9 * * ? *)"
13501349
number_of_workers_for_glue_job = 2
13511350
glue_job_worker_type = "G.1X"
13521351
glue_version = "4.0"

0 commit comments

Comments
 (0)