We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66aaacc commit 713a508Copy full SHA for 713a508
terraform/30-mtfh-tables-ingestion.tf
@@ -21,6 +21,7 @@ module "ingest_mtfh_tables" {
21
glue_scripts_bucket_id = module.glue_scripts.bucket_id
22
glue_temp_bucket_id = module.glue_temp_storage.bucket_id
23
spark_ui_output_storage_id = module.spark_ui_output_storage.bucket_id
24
+ schedule = "cron(30 5 ? * * *)"
25
job_parameters = {
26
"--table_names" = "TenureInformation", # This is a comma delimited list of Dynamo DB table names to be imported
27
"--role_arn" = data.aws_ssm_parameter.role_arn_to_access_housing_tables.value
0 commit comments