I created a small configuration using “cdf modules init for the cdf_process_industry_extension_full” data model and tried to deploy. No changes to the configuration at this point have been made. I do intend to extend the data model.
Deploying results with the following error:
Deploying 1 spaces to CDF...
Deploying 36 containers to CDF...
Deploying 36 views to CDF...
WARNING [LOW]: Resource(s) already exist(s), skipping creation. ← Note they shouldn’t aready exist???
Deploying 1 data models to CDF...
ERROR (ResourceCreationError): Failed to create resource(s). Error: One or more views do not exist: 'Gemini_sp_enterprise_process_industry_full:WorleySB360ImageAnnotation/v1',
'Gemini_sp_enterprise_process_industry_full:WorleySBAnnotation/v1', ← All three related to Annotation??
'Gemini_sp_enterprise_process_industry_full:WorleySBDiagramAnnotation/v1'. | code: 400 | X-Request-ID: 536ccf9d-05cb-932c-b032-2fc57fd77a4f |
cluster: az-eastus-1
The API Failed to process some items.
Successful (2xx): []
Unknown (5xx): []
Failed (4xx): [Gemini_sp_enterprise_process_industry_full:WorleySBProcessIndustries, ...].
Using the SDK to list the views results with the following enum errors and list of 33 views:
Unknown property type: enum Unknown property type: enum Unknown property type: enum Unknown property type: enum Unknown property type: enum Unknown property type: enum Unknown property type: enum Unknown property type: enum Unknown property type: enum Unknown property type: enum Unknown property type: enum Unknown property type: enum Unknown property type: enum Unknown property type: enum Unknown property type: enum
Found 33 views. ('Gemini_sp_enterprise_process_industry_full', 'WorleySB360ImageCollection', 'v1') ('Gemini_sp_enterprise_process_industry_full', 'WorleySB360ImageModel', 'v1')
I abbreviated the list but the 3 above are missing.
Any ideas to help trouble shoot this?