Create a new organization’s IAM integration
Update an IAM integration
Set an IAM integration as default
Validate an IAM integration
List your organization’s IAM integrations
Get the default IAM integration
Set IAM integration during dataset creation
Each dataset can have only one IAM integration. Use theiam_integration
optional field for client.create_dataset
.
If not set, it will use the default integration of your organization.
You can then upload data rows using the cloud storage URLs.
Override default integration during dataset creation
You can override the default integration when creating a dataset.Update dataset integration
You can change the current integration of a dataset withadd_iam_integration
.
Remove/Unselect dataset integration
Upload data rows with delegated access
Make sure the type of IAM integration matches your data rows’ cloud storage, then use the URL for therow_data
field to upload data rows.