Closed ghost closed 2 years ago
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support.
same solution as https://github.com/forcedotcom/cli/issues/1307
After doing removing the plugin and updating the CLI I still get this error.
Do you have any idea what's happening during this step that I could replicate?
Wait a couple of days
Is someone/something creating the dataset (ex: an automated process, perhaps?) If not, does it happen if I go in the the Analytics UI and just create a dataset?
One more idea--can you try it with force:source:beta:pull
? (you'll need a new project for that to keep your existing tracking files). If that works OK, we're unlikely to fix it in the current pull
.
Hi Shane,
My guess is that we have Einstein Analytics running in production and therefore these WaveDataset are getting updated in the sandbox on some sort of recurring schedule.
So here is what I just did:
After several minutes the process completed and the WaveDataset was listed as warning and didn't prevent it from completing.
=== Retrieved Source Warnings FILE NAME PROBLEM ────────────────────── ─────────────────────────────────────────────────────────────────────────────────────────────── unpackaged/package.xml Entity type 'WaveDataset' is not available in this organization
So it appears that the beta is handling WaveDataset already. I can use the beta as a work-around until it goes GA.
closed with new commands GA
Summary
My sandbox has WaveDataset showing as Remote Add and the CLI will not ignore it and errors stating that it is not supported in this organization.
Steps To Reproduce:
Expected result
If the WaveDataset is not available then I would expect the status and pull command to ignore it
Actual result
ERROR running force:source:pull: Entity type 'WaveDataset' is not available in this organization
System Information
{ "cliVersion": "sfdx-cli/7.129.0", "architecture": "darwin-x64", "nodeVersion": "node-v16.13.0", "pluginVersions": [ "@oclif/plugin-autocomplete 0.3.0", "@oclif/plugin-commands 1.3.0 (core)", "@oclif/plugin-help 3.2.3 (core)", "@oclif/plugin-not-found 1.2.4 (core)", "@oclif/plugin-plugins 1.10.1 (core)", "@oclif/plugin-update 1.5.0 (core)", "@oclif/plugin-warn-if-update-available 1.7.0 (core)", "@oclif/plugin-which 1.0.3 (core)", "alias 1.1.22 (core)", "auth 1.7.6 (core)", "config 1.2.48 (core)", "generator 1.2.1 (core)", "salesforcedx 52.0.0", "├─ data 0.4.11", "├─ limits 1.2.1", "├─ schema 1.0.7", "├─ org 1.6.6", "├─ custom-metadata 1.0.12", "├─ user 1.3.0", "├─ templates 51.5.0", "├─ apex 0.2.2", "├─ @salesforce/sfdx-plugin-lwc-test 0.1.7", "└─ salesforce-alm 52.0.0", "sfdx-cli 7.129.0 (core)", "sfdx-git-delta 4.11.0", "source 1.5.3 (core)", "telemetry 1.3.0 (core)", "trust 1.0.10 (core)" ], "osVersion": "Darwin 21.1.0" }
Additional information
Feel free to attach a screenshot.