File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
terraform/modules/department Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1- numpy==2.2.1
1+ numpy==2.2.2
Original file line number Diff line number Diff line change 11gspread==6.1.4
22oauth2client==4.1.3
3- google-api-python-client==2.158 .0
3+ google-api-python-client==2.159 .0
44yagmail==0.15.293
Original file line number Diff line number Diff 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" {
908915resource "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
You can’t perform that action at this time.
0 commit comments