Skip to content

Commit be376c7

Browse files
Merge branch 'main' into change-maven-command
2 parents c8f3b66 + fd23b5a commit be376c7

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
numpy==2.2.1
1+
numpy==2.2.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
gspread==6.1.4
22
oauth2client==4.1.3
3-
google-api-python-client==2.158.0
3+
google-api-python-client==2.159.0
44
yagmail==0.15.293

terraform/modules/department/50-aws-iam-policies.tf

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,14 @@ data "aws_iam_policy_document" "airflow_base_policy" {
854854
"glue:ListCrawlers",
855855
"glue:GetTable",
856856
"glue:GetTables",
857+
"glue:GetPartition",
857858
"glue:GetPartitions",
859+
"glue:CreatePartition",
860+
"glue:CreatePartitionIndex",
861+
"glue:DeletePartitionIndex",
862+
"glue:UpdatePartition",
863+
"glue:DeletePartition",
864+
"glue:BatchCreatePartition",
858865
"glue:GetDatabase",
859866
"glue:GetDatabases",
860867
"glue:GetCrawlers",
@@ -908,7 +915,7 @@ data "aws_iam_policy_document" "airflow_base_policy" {
908915
resource "aws_iam_policy" "airflow_base_policy" {
909916
tags = var.tags
910917

911-
name = lower("${var.identifier_prefix}-${local.department_identifier}-ariflow-base-policy")
918+
name = lower("${var.identifier_prefix}-${local.department_identifier}-airflow-base-policy")
912919
policy = data.aws_iam_policy_document.airflow_base_policy.json
913920
}
914921

0 commit comments

Comments
 (0)