Skip to content

Commit

Permalink
Add the latest changes in Datascan API (#8541) (#6104)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Aug 17, 2023
1 parent c3d513e commit 99c36c9
Show file tree
Hide file tree
Showing 5 changed files with 525 additions and 22 deletions.
3 changes: 3 additions & 0 deletions .changelog/8541.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
dataplex: added fields `data_profile_spec.post_scan_actions`, `data_profile_spec.include_fields` and `data_profile_spec.exclude_fields`
```
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@ resource "google_dataplex_datascan" "basic_profile" {
}
}
data_profile_spec {
}
data_profile_spec {}
project = "%{project_name}"
}
Expand Down Expand Up @@ -174,8 +173,7 @@ resource "google_dataplex_datascan" "basic_profile" {
}
}
data_profile_spec {
}
data_profile_spec {}
project = "%{project_name}"
}
Expand Down Expand Up @@ -221,8 +219,7 @@ resource "google_dataplex_datascan" "basic_profile" {
}
}
data_profile_spec {
}
data_profile_spec {}
project = "%{project_name}"
}
Expand Down Expand Up @@ -255,8 +252,7 @@ resource "google_dataplex_datascan" "basic_profile" {
}
}
data_profile_spec {
}
data_profile_spec {}
project = "%{project_name}"
}
Expand Down Expand Up @@ -287,8 +283,7 @@ resource "google_dataplex_datascan" "basic_profile" {
}
}
data_profile_spec {
}
data_profile_spec {}
project = "%{project_name}"
}
Expand Down
Loading

0 comments on commit 99c36c9

Please sign in to comment.