Skip to content

Commit a2b7189

Browse files
committed
Remove 'enableRangerRaz' from DL payload for GCP
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
1 parent 7540837 commit a2b7189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/modules/datalake.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ def _configure_payload(self, environment):
553553
payload.update(enableRangerRaz=self.raz)
554554
else:
555555
self.module.fail_json(msg='GCP Datalakes do not currently support RAZ')
556-
else:
556+
elif environment['cloudPlatform'] != 'GCP' :
557557
payload.update(enableRangerRaz=self.raz)
558558

559559
if self.tags is not None:

0 commit comments

Comments
 (0)