forcedotcom / analyticsdx-vscode

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

When is the source repository of @salesforce/analytics ? #131

Closed nvuillam closed 1 year ago

nvuillam commented 2 years ago

SFDX Plugin npm page located at https://www.npmjs.com/package/@salesforce/analytics has a link to a repository , which leads to a 404 error : https://github.com/salesforcecli/plugin-analytics

Maybe the repo has changed of location ? if so, where ?

I need to find to check if the plugin allows to upload mass data into TableauCRM using sfdx, thanks :)

smithgp commented 2 years ago

Hi @nvuillam - we are in process of moving that plugin's repo around. It's not currently open source, which is why the repo is inaccessible. Sorry for the confusion.

I'm assuming you mean that you want to create or update a tcrm dataset. That plugin does not currently support uploading datasets.

For now, there are some other plugins that might work:

The commands listed on the npm repo page are the current set of commands, and that is automatically updated with each release; there is also the linked cli reference guide, which has better navigation, but is updated separately from the code so it can lag the plugin release a little bit.

nvuillam commented 2 years ago

@smithgp it seems that shane's plugin command will do what I need for my use case, i'll have a look, thanks a lot :)