All Content tagged with Amazon DataZone
Amazon DataZone is a data management service that you can use to publish data and make it available to the business data catalog through your personalized web application.
Content language: English
Select up to 5 tags to filter
Sort by most recent
51 results
I am trying to create a datazone environment profile through Cloudformation template, I was able to create datazone domain, project successfully through CFT. I have done Environment Blueprint...
Hi, I'm trying to create a DataZone Setup through Cloudformation templates. I've cretaed the DataZone domain, project and Envrionment Blueprint Configuration, however, when trying to proceed with...
Is there a way for members of a datazone project to connect to Power BI and view the datasets they subscribed to?
Hi!
I am trying to use DataZone to share an Iceberg table from the Glue Data Catalog with another AWS account.
I have created the table with Athena in the source account like this:
```sql
CREATE...
Hi,
I am testing Amazon DataZone features and therefore set up a domain together with another associated account.
I enabled the DataLake blueprint in both accounts. I have 2 projects (producer,...
Hi there,
As the title, is it possible to customize the DataZone data portal URL? i.e. bring my own domain URL when setting up DataZone domains?
Thanks
I am trying to interact with datazone through API:
client = boto3.client('datazone')
But it is throwing error - "errorMessage": "Unknown service: 'datazone'. I am running it in lambda function in...
Hi all,
I am trying to create an asset revision from boto3 but I always obtain the below error, I follow the boto3 documentation and my code looks good according to the required attributes. I tried...
Hi Team,
I am doing some analysis on datazone service. I have done following successfully so far:
1- I have created a domain, projects and created datalake envs inside projects
2- I have noticed that...
So I am trying to create a datazone environment profile through Cloudformation template, I was able to create datazone domain, project successfully through CFT. I have done Environment Blueprint...
response = client.get_form_type(
domainIdentifier='string',
** formTypeIdentifier='string',
** revision='string'
)
I'm trying to find the formTypeIdentifier so that I can fetch for...
Hi all !
We are trying to update metadata forms dynamically for AWS DataZone projects.
We do have APIs for metadata forms, but not single API to update the asset with metadata form with dynamically...