Skip to content

Commit

Permalink
Merge pull request #19 from cleardataeng/update_dataform_cai_extractor
Browse files Browse the repository at this point in the history
update dataform workspace extractor
  • Loading branch information
YashVaidya-cleardata authored May 8, 2024
2 parents 466e63f + b0b1dc3 commit aaf1665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpe/extractors/gcp_auditlogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ def add_resource():
add_resource()
elif len(name_bits) == 8 and name_bits[6] == "workspaces":
resource_data["resource_type"] = "dataform.googleapis.com/Workspace"
resource_data["repository"] = name_bits[4]
resource_data["repository"] = name_bits[5]
add_resource()

return resources

0 comments on commit aaf1665

Please sign in to comment.