Direkt zum Inhalt

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

gefragt vor einem Jahr258 Aufrufe
2 Antworten
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
EXPERTE
beantwortet vor einem Jahr
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

beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.