Skip to content

Commit 713a508

Browse files
b-daltondaroclark
andauthored
Ingest mtfh tenure api data daily (#765)
Co-authored-by: daroclark <[email protected]>
1 parent 66aaacc commit 713a508

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terraform/30-mtfh-tables-ingestion.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ module "ingest_mtfh_tables" {
2121
glue_scripts_bucket_id = module.glue_scripts.bucket_id
2222
glue_temp_bucket_id = module.glue_temp_storage.bucket_id
2323
spark_ui_output_storage_id = module.spark_ui_output_storage.bucket_id
24+
schedule = "cron(30 5 ? * * *)"
2425
job_parameters = {
2526
"--table_names" = "TenureInformation", # This is a comma delimited list of Dynamo DB table names to be imported
2627
"--role_arn" = data.aws_ssm_parameter.role_arn_to_access_housing_tables.value

0 commit comments

Comments
 (0)