forcedotcom / analyticsdx-vscode

Salesforce Analytics Extensions for Visual Studio Code
BSD 3-Clause "New" or "Revised" License
11 stars 2 forks source link

Found a bug in v51.7.0 #120

Closed yujiro7029 closed 3 years ago

yujiro7029 commented 3 years ago

version

what happened

In the latest version v51.7.0, metadata cannot be obtained. The following cannot be obtained. "Wave Dataflow", "Wave Application", "Wave Dashboard", "Wave Dataset", "Wave Lens", "Wave Recipe"

solution

Can be obtained by changing the version to: v51.6.0

smithgp commented 3 years ago

Hi @yujiro7029 - thanks for sending us the bug report. I have a few questions to help me diagnosis the issue:

Based on the version number (51.7.0) mentioned, I assume this error is occurring while doing a force:source:retrieve or force:mdapi:retrieve with sfdx, either on the command line or invoked in VSCode, and that you were trying the latest-rc version? That functionality comes from the salesforcedx-alm sfdx plugin, which is distributed via the salesforcecli/salesforcedx plugin.

cc: @shetzel @reidaelliott

smithgp commented 3 years ago

Hi @yujiro7029, this could be related to the recent switch to use the rest api for retrieve/deploy, which was just yesterday reverted back to defaulting to the soap api. Could you update the cli (sfdx update) and check the versions and try again? Alternatively, you could re-install the 51.7.0 version of salesforcedx, and then do sfdx config:set restDeploy=false --global or export SFDX_REST_DEPLOY=false, and try again to see if that fixes it.

smithgp commented 3 years ago

Hi @yujiro7029, any luck any trying the newer version of the sfdx plugin and/or the salesforcedx-vscode extensions?

no-response[bot] commented 3 years ago

This issue has been automatically closed because there has been no response to our request for more information from the original author. Currently, there is not enough information provided for us to take action. Please reply and reopen this issue if you need additional assistance.