Forum Discussion
Deployment pipeline problems with Live Connect
- 1 year ago
Hi Anonymous The issue occurs because the prd environment's semantic model has missing columns compared to dev and tst, leading to schema mismatches and unprocessed internal structures.The schema mismatches leads to this kind of error.
To resolve this, align the schema across environments or adjust queries to avoid referencing missing columns. After deployment, process the model in the prd workspace to update internal structures. Also, verify that Deployment Pipeline rules and Gateway configurations are correctly mapped to the respective environments.
Hi Anonymous The issue occurs because the prd environment's semantic model has missing columns compared to dev and tst, leading to schema mismatches and unprocessed internal structures.The schema mismatches leads to this kind of error.
To resolve this, align the schema across environments or adjust queries to avoid referencing missing columns. After deployment, process the model in the prd workspace to update internal structures. Also, verify that Deployment Pipeline rules and Gateway configurations are correctly mapped to the respective environments.