Now while trying to send PUT request to 890c63a7e0...
# gooddata-cn
в
Now while trying to send PUT request to 890c63a7e00143009206e44e1f8fdd29/analyticsModel endpoint I'm getting this message: "Some of given referenced 'facts' entities do not exist.Not existing IDs: StockId(apiId=fact.dshb_job_posting_status.closed_count, scope=WorkspaceObjectScope(organization=default, space=890c63a7e00143009206e44e1f8fdd29)), StockId(apiId=fact.dshb_job_posting_status.filled_count, scope=WorkspaceObjectScope(organization=default, space=890c63a7e00143009206e44e1f8fdd29)), StockId(apiId=fact.dshb_job_posting_status.onhold_count, scope=WorkspaceObjectScope(organization=default, space=890c63a7e00143009206e44e1f8fdd29)), StockId(apiId=fact.dshb_job_posting_status.open_count, scope=WorkspaceObjectScope(organization=default, space=890c63a7e00143009206e44e1f8fdd29)), StockId(apiId=fact.dshb_application_status.offered_count ... But I can see these facts in LDM:
j
Two comments: • I suggest you to create workspaces through API /api/entities/workspaces and specify human-readable ID. It improves UX as well as ability to investigate issues 😉 • I see IDs in UI without
fact.
prefix but IDs in the error with the prefix. Can it be the root cause?
👍 1