跳至內容

No project displayed in list of projets for Domain in DataZone

0

Hello

I've been trying to set up DataZone (BluePrint is Default Data Lake)

When I create a project, I get a modal window telling me that the project has been correctly created. However, no project appears in the project list. If I try to create another project with the same name, the modal window tells me:

There was an error while creating the project.

Error: Conflict with project 5qcxxxxxxxxxe

Thanks

已提問 1 年前檢視次數 261 次
2 個答案
0

Hello.

I can't say for sure because I haven't seen the actual console screen, but I think it may be taking a while for it to appear.
Please check if it is displayed using the AWS CLI's "list-domains" command.
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/datazone/list-domains.html

aws datazone list-domains
專家
已回答 1 年前
0

Hello

Thanks for your answer.

Projects are listed with the command: aws datazone list-projects --domain-identifier=dzd_xxxxxxxxxxxx --region=eu-west-1

{
    "items": [
        {
            "createdAt": "2024-07-22T21:05:45.945313+00:00",
            "createdBy": "6162xxxxxxxxxxxxxxxxxxxxxxxxxbe5",
            "description": "datazone-project-test1",
            "domainId": "dzd_xxxxxxxxxxxx",
            "id": "b67xxxxxxxxxx46",
            "name": "datazone-project-test1",
            "projectStatus": "ACTIVE",
            "updatedAt": "2024-07-22T21:05:45.945313+00:00"
        },
        {
            "createdAt": "2024-07-22T20:32:05.401039+00:00",
            "createdBy": "6162xxxxxxxxxxxxxxxxxxxxxxxxxbe5",
            "description": "datazone-project-test",
            "domainId": "dzd_xxxxxxxxxxxx",
            "id": "5qcxxxxxxxxxxxye",
            "name": "datazone-project-test",
            "projectStatus": "ACTIVE",
            "updatedAt": "2024-07-22T20:32:05.401039+00:00"
        },
        {
            "createdAt": "2024-07-22T15:41:47.288176+00:00",
            "createdBy": "e3bxxxxxxxxxxxxxxxxxxxxxxxx5bd",
            "domainId": "dzd_xxxxxxxxxxxx",
            "id": "67dxxxxxxxxxl5p2",
            "name": "DZProjectPoc-dev",
            "projectStatus": "ACTIVE",
            "updatedAt": "2024-07-22T15:41:47.288176+00:00"
        }
    ]
}

But does'nt appears in the console (see attached image)Capture of DataZone projects

Thanks

已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。