Skip to content

Commit

Permalink
Ekskluderer hendelse-tabell og irrelevante felter i behandlingshendelse
Browse files Browse the repository at this point in the history
Co-authored-by: Simen Ullern <simen.ullern@nav.no>
Co-authored-by: Erik Maximilian Forsman <erik.maximilian.forsman@nav.no>
  • Loading branch information
3 people committed Feb 13, 2024
1 parent 3683b5d commit 8c84a65
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions prod/datastream-spre-styringsinfo.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,19 @@ resource "google_datastream_stream" "spre_styringsinfo_datastream" {
table = "flyway_schema_history"
}

postgresql_tables {
table = "hendelse"
}

postgresql_tables {
table = "behandlingshendelse",
postgresql_columns {
column = "hendelseId"
}
postgresql_columns {
column = "siste"
}
}
postgresql_tables {
table = "sendt_soknad"
postgresql_columns {
Expand Down

0 comments on commit 8c84a65

Please sign in to comment.