DataZone / Client / delete_data_source
delete_data_source#
- DataZone.Client.delete_data_source(**kwargs)#
- Deletes a data source in Amazon DataZone. - See also: AWS API Documentation - Request Syntax- response = client.delete_data_source( clientToken='string', domainIdentifier='string', identifier='string', retainPermissionsOnRevokeFailure=True|False ) - Parameters:
- clientToken (string) – - A unique, case-sensitive identifier that is provided to ensure the idempotency of the request. - This field is autopopulated if not provided. 
- domainIdentifier (string) – - [REQUIRED] - The ID of the Amazon DataZone domain in which the data source is deleted. 
- identifier (string) – - [REQUIRED] - The identifier of the data source that is deleted. 
- retainPermissionsOnRevokeFailure (boolean) – Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'assetFormsOutput': [ { 'content': 'string', 'formName': 'string', 'typeName': 'string', 'typeRevision': 'string' }, ], 'configuration': { 'glueRunConfiguration': { 'accountId': 'string', 'autoImportDataQualityResult': True|False, 'dataAccessRole': 'string', 'region': 'string', 'relationalFilterConfigurations': [ { 'databaseName': 'string', 'filterExpressions': [ { 'expression': 'string', 'type': 'INCLUDE'|'EXCLUDE' }, ], 'schemaName': 'string' }, ] }, 'redshiftRunConfiguration': { 'accountId': 'string', 'dataAccessRole': 'string', 'redshiftCredentialConfiguration': { 'secretManagerArn': 'string' }, 'redshiftStorage': { 'redshiftClusterSource': { 'clusterName': 'string' }, 'redshiftServerlessSource': { 'workgroupName': 'string' } }, 'region': 'string', 'relationalFilterConfigurations': [ { 'databaseName': 'string', 'filterExpressions': [ { 'expression': 'string', 'type': 'INCLUDE'|'EXCLUDE' }, ], 'schemaName': 'string' }, ] } }, 'createdAt': datetime(2015, 1, 1), 'description': 'string', 'domainId': 'string', 'enableSetting': 'ENABLED'|'DISABLED', 'environmentId': 'string', 'errorMessage': { 'errorDetail': 'string', 'errorType': 'ACCESS_DENIED_EXCEPTION'|'CONFLICT_EXCEPTION'|'INTERNAL_SERVER_EXCEPTION'|'RESOURCE_NOT_FOUND_EXCEPTION'|'SERVICE_QUOTA_EXCEEDED_EXCEPTION'|'THROTTLING_EXCEPTION'|'VALIDATION_EXCEPTION' }, 'id': 'string', 'lastRunAt': datetime(2015, 1, 1), 'lastRunErrorMessage': { 'errorDetail': 'string', 'errorType': 'ACCESS_DENIED_EXCEPTION'|'CONFLICT_EXCEPTION'|'INTERNAL_SERVER_EXCEPTION'|'RESOURCE_NOT_FOUND_EXCEPTION'|'SERVICE_QUOTA_EXCEEDED_EXCEPTION'|'THROTTLING_EXCEPTION'|'VALIDATION_EXCEPTION' }, 'lastRunStatus': 'REQUESTED'|'RUNNING'|'FAILED'|'PARTIALLY_SUCCEEDED'|'SUCCESS', 'name': 'string', 'projectId': 'string', 'publishOnImport': True|False, 'retainPermissionsOnRevokeFailure': True|False, 'schedule': { 'schedule': 'string', 'timezone': 'UTC'|'AFRICA_JOHANNESBURG'|'AMERICA_MONTREAL'|'AMERICA_SAO_PAULO'|'ASIA_BAHRAIN'|'ASIA_BANGKOK'|'ASIA_CALCUTTA'|'ASIA_DUBAI'|'ASIA_HONG_KONG'|'ASIA_JAKARTA'|'ASIA_KUALA_LUMPUR'|'ASIA_SEOUL'|'ASIA_SHANGHAI'|'ASIA_SINGAPORE'|'ASIA_TAIPEI'|'ASIA_TOKYO'|'AUSTRALIA_MELBOURNE'|'AUSTRALIA_SYDNEY'|'CANADA_CENTRAL'|'CET'|'CST6CDT'|'ETC_GMT'|'ETC_GMT0'|'ETC_GMT_ADD_0'|'ETC_GMT_ADD_1'|'ETC_GMT_ADD_10'|'ETC_GMT_ADD_11'|'ETC_GMT_ADD_12'|'ETC_GMT_ADD_2'|'ETC_GMT_ADD_3'|'ETC_GMT_ADD_4'|'ETC_GMT_ADD_5'|'ETC_GMT_ADD_6'|'ETC_GMT_ADD_7'|'ETC_GMT_ADD_8'|'ETC_GMT_ADD_9'|'ETC_GMT_NEG_0'|'ETC_GMT_NEG_1'|'ETC_GMT_NEG_10'|'ETC_GMT_NEG_11'|'ETC_GMT_NEG_12'|'ETC_GMT_NEG_13'|'ETC_GMT_NEG_14'|'ETC_GMT_NEG_2'|'ETC_GMT_NEG_3'|'ETC_GMT_NEG_4'|'ETC_GMT_NEG_5'|'ETC_GMT_NEG_6'|'ETC_GMT_NEG_7'|'ETC_GMT_NEG_8'|'ETC_GMT_NEG_9'|'EUROPE_DUBLIN'|'EUROPE_LONDON'|'EUROPE_PARIS'|'EUROPE_STOCKHOLM'|'EUROPE_ZURICH'|'ISRAEL'|'MEXICO_GENERAL'|'MST7MDT'|'PACIFIC_AUCKLAND'|'US_CENTRAL'|'US_EASTERN'|'US_MOUNTAIN'|'US_PACIFIC' }, 'selfGrantStatus': { 'glueSelfGrantStatus': { 'selfGrantStatusDetails': [ { 'databaseName': 'string', 'failureCause': 'string', 'schemaName': 'string', 'status': 'GRANT_PENDING'|'REVOKE_PENDING'|'GRANT_IN_PROGRESS'|'REVOKE_IN_PROGRESS'|'GRANTED'|'GRANT_FAILED'|'REVOKE_FAILED' }, ] }, 'redshiftSelfGrantStatus': { 'selfGrantStatusDetails': [ { 'databaseName': 'string', 'failureCause': 'string', 'schemaName': 'string', 'status': 'GRANT_PENDING'|'REVOKE_PENDING'|'GRANT_IN_PROGRESS'|'REVOKE_IN_PROGRESS'|'GRANTED'|'GRANT_FAILED'|'REVOKE_FAILED' }, ] } }, 'status': 'CREATING'|'FAILED_CREATION'|'READY'|'UPDATING'|'FAILED_UPDATE'|'RUNNING'|'DELETING'|'FAILED_DELETION', 'type': 'string', 'updatedAt': datetime(2015, 1, 1) } - Response Structure- (dict) – - assetFormsOutput (list) – - The asset data forms associated with this data source. - (dict) – - The details of a metadata form. - content (string) – - The content of the metadata form. 
- formName (string) – - The name of the metadata form. 
- typeName (string) – - The name of the metadata form type. 
- typeRevision (string) – - The revision of the metadata form type. 
 
 
- configuration (dict) – - The configuration of the data source that is deleted. - Note- This is a Tagged Union structure. Only one of the following top level keys will be set: - glueRunConfiguration,- redshiftRunConfiguration. If a client receives an unknown member it will set- SDK_UNKNOWN_MEMBERas the top level key, which maps to the name or tag of the unknown member. The structure of- SDK_UNKNOWN_MEMBERis as follows:- 'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'} - glueRunConfiguration (dict) – - The configuration of the Amazon Web Services Glue data source. - accountId (string) – - The Amazon Web Services account ID included in the configuration details of the Amazon Web Services Glue data source. 
- autoImportDataQualityResult (boolean) – - Specifies whether to automatically import data quality metrics as part of the data source run. 
- dataAccessRole (string) – - The data access role included in the configuration details of the Amazon Web Services Glue data source. 
- region (string) – - The Amazon Web Services region included in the configuration details of the Amazon Web Services Glue data source. 
- relationalFilterConfigurations (list) – - The relational filter configurations included in the configuration details of the Amazon Web Services Glue data source. - (dict) – - The relational filter configuration for the data source. - databaseName (string) – - The database name specified in the relational filter configuration for the data source. 
- filterExpressions (list) – - The filter expressions specified in the relational filter configuration for the data source. - (dict) – - A filter expression in Amazon DataZone. - expression (string) – - The search filter expression. 
- type (string) – - The search filter explresison type. 
 
 
- schemaName (string) – - The schema name specified in the relational filter configuration for the data source. 
 
 
 
- redshiftRunConfiguration (dict) – - The configuration of the Amazon Redshift data source. - accountId (string) – - The ID of the Amazon Web Services account included in the configuration details of the Amazon Redshift data source. 
- dataAccessRole (string) – - The data access role included in the configuration details of the Amazon Redshift data source. 
- redshiftCredentialConfiguration (dict) – - The details of the credentials required to access an Amazon Redshift cluster. - secretManagerArn (string) – - The ARN of a secret manager for an Amazon Redshift cluster. 
 
- redshiftStorage (dict) – - The details of the Amazon Redshift storage as part of the configuration of an Amazon Redshift data source run. - Note- This is a Tagged Union structure. Only one of the following top level keys will be set: - redshiftClusterSource,- redshiftServerlessSource. If a client receives an unknown member it will set- SDK_UNKNOWN_MEMBERas the top level key, which maps to the name or tag of the unknown member. The structure of- SDK_UNKNOWN_MEMBERis as follows:- 'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'} - redshiftClusterSource (dict) – - The details of the Amazon Redshift cluster source. - clusterName (string) – - The name of an Amazon Redshift cluster. 
 
- redshiftServerlessSource (dict) – - The details of the Amazon Redshift Serverless workgroup source. - workgroupName (string) – - The name of the Amazon Redshift Serverless workgroup. 
 
 
- region (string) – - The Amazon Web Services region included in the configuration details of the Amazon Redshift data source. 
- relationalFilterConfigurations (list) – - The relational filger configurations included in the configuration details of the Amazon Redshift data source. - (dict) – - The relational filter configuration for the data source. - databaseName (string) – - The database name specified in the relational filter configuration for the data source. 
- filterExpressions (list) – - The filter expressions specified in the relational filter configuration for the data source. - (dict) – - A filter expression in Amazon DataZone. - expression (string) – - The search filter expression. 
- type (string) – - The search filter explresison type. 
 
 
- schemaName (string) – - The schema name specified in the relational filter configuration for the data source. 
 
 
 
 
- createdAt (datetime) – - The timestamp of when this data source was created. 
- description (string) – - The description of the data source that is deleted. 
- domainId (string) – - The ID of the Amazon DataZone domain in which the data source is deleted. 
- enableSetting (string) – - The enable setting of the data source that specifies whether the data source is enabled or disabled. 
- environmentId (string) – - The ID of the environemnt associated with this data source. 
- errorMessage (dict) – - Specifies the error message that is returned if the operation cannot be successfully completed. - errorDetail (string) – - The details of the error message that is returned if the operation cannot be successfully completed. 
- errorType (string) – - The type of the error message that is returned if the operation cannot be successfully completed. 
 
- id (string) – - The ID of the data source that is deleted. 
- lastRunAt (datetime) – - The timestamp of when the data source was last run. 
- lastRunErrorMessage (dict) – - Specifies the error message that is returned if the operation cannot be successfully completed. - errorDetail (string) – - The details of the error message that is returned if the operation cannot be successfully completed. 
- errorType (string) – - The type of the error message that is returned if the operation cannot be successfully completed. 
 
- lastRunStatus (string) – - The status of the last run of this data source. 
- name (string) – - The name of the data source that is deleted. 
- projectId (string) – - The ID of the project in which this data source exists and from which it’s deleted. 
- publishOnImport (boolean) – - Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog. 
- retainPermissionsOnRevokeFailure (boolean) – - Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source. 
- schedule (dict) – - The schedule of runs for this data source. - schedule (string) – - The schedule of the data source runs. 
- timezone (string) – - The timezone of the data source run. 
 
- selfGrantStatus (dict) – - Specifies the status of the self-granting functionality. - Note- This is a Tagged Union structure. Only one of the following top level keys will be set: - glueSelfGrantStatus,- redshiftSelfGrantStatus. If a client receives an unknown member it will set- SDK_UNKNOWN_MEMBERas the top level key, which maps to the name or tag of the unknown member. The structure of- SDK_UNKNOWN_MEMBERis as follows:- 'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'} - glueSelfGrantStatus (dict) – - The details for the self granting status for a Glue data source. - selfGrantStatusDetails (list) – - The details for the self granting status for a Glue data source. - (dict) – - The details for the self granting status. - databaseName (string) – - The name of the database used for the data source. 
- failureCause (string) – - The reason for why the operation failed. 
- schemaName (string) – - The name of the schema used in the data source. 
- status (string) – - The self granting status of the data source. 
 
 
 
- redshiftSelfGrantStatus (dict) – - The details for the self granting status for an Amazon Redshift data source. - selfGrantStatusDetails (list) – - The details for the self granting status for an Amazon Redshift data source. - (dict) – - The details for the self granting status. - databaseName (string) – - The name of the database used for the data source. 
- failureCause (string) – - The reason for why the operation failed. 
- schemaName (string) – - The name of the schema used in the data source. 
- status (string) – - The self granting status of the data source. 
 
 
 
 
- status (string) – - The status of this data source. 
- type (string) – - The type of this data source. 
- updatedAt (datetime) – - The timestamp of when this data source was updated. 
 
 
 - Exceptions- DataZone.Client.exceptions.InternalServerException
- DataZone.Client.exceptions.ResourceNotFoundException
- DataZone.Client.exceptions.AccessDeniedException
- DataZone.Client.exceptions.ThrottlingException
- DataZone.Client.exceptions.ServiceQuotaExceededException
- DataZone.Client.exceptions.ConflictException
- DataZone.Client.exceptions.ValidationException
- DataZone.Client.exceptions.UnauthorizedException