Known Issues
-
There is a consistency issue between the response structure for Mail Servers and other resources supported by CICD. Due to this, the import feature for Mail Servers is not working.
-
Redshift Serverless cold start is a known issue and should be accounted for, as it can impact multiple operations, including resource provisioning and tag creation, potentially causing delays or failures. When Amorphic is deployed with Redshift Serverless, enable or manually run the RSServerlessKeepAlive backend job (Infrastructure Management → Backend Jobs) to help keep the workgroup warm and reduce cold-start impact.
-
For Datasources with IngestionType set to advanceddataload, create works without ClusterConfig in the body. Update fails with ClusterConfig keyword missing, even if only Description is changed. From CICD, users who skip ClusterConfig on create then have to GET the datasource in Amorphic, copy ClusterConfig, and add it to the update payload just to change the description. This will be taken up and fixed in the next release.