function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Cristian_CociobanCristian_Cocioban 

Enable Einstein Analytics Plus in Scratch Org

I can't enable Einstein analytics in a scratch org. My scratch def file:

 
{
    "orgName": "Demo",
    "edition": "Enterprise",
    "features": ["EinsteinAnalyticsPlus"],
    "orgPreferences" : {
        "enabled": ["S1DesktopEnabled"],
        "disabled": ["S1EncryptedStoragePref2"] 
    }
}

When running force:org:create I get the error:  EinsteinAnalyticsPlus is not a valid Features value.

However EinsteinAnalyticsPlus is listed as valid value in features - here: https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_scratch_orgs_def_file_config_values.htm