Skip to content

Commit

Permalink
DPR2-1008: Re-enable ODS writes in dev env. (#7354)
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-ogle-moj authored Aug 2, 2024
1 parent 7e659a8 commit dcbb670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/digital-prison-reporting/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ locals {
shared_log4j_properties_path = "s3://${aws_s3_object.glue_job_shared_custom_log4j_properties.bucket}/${aws_s3_object.glue_job_shared_custom_log4j_properties.key}"
# We only want to enable write to Operational DataStore in the dev environment until it is available in all environments
glue_datahub_job_extra_dev_env_args = (local.environment == "development" ? {
"--dpr.operational.data.store.write.enabled" = "false"
"--dpr.operational.data.store.write.enabled" = "true"
"--dpr.operational.data.store.glue.connection.name" = aws_glue_connection.glue_operational_datastore_connection.name
"--dpr.operational.data.store.loading.schema.name" = "loading"
"--dpr.operational.data.store.tables.to.write.table.name" = "configuration.datahub_managed_tables"
Expand Down

0 comments on commit dcbb670

Please sign in to comment.