-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sf force mdapi listmetadata --metadata-type WaveDataflow
does not retrieve recipe dataflows
#2806
Comments
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. |
Hi @mnunezdm could you please elaborate more on what do I need to enable in a scratch org, what buttons to click, what steps to follow etc |
Hello! Updated issue description! Hope that is enough |
Hi @mnunezdm -
I've been able to reproduce this, but if I query the ➜ sf data query -q "SELECT MemberName, MemberType FROM SourceMember" -t
MEMBERNAME MEMBERTYPE
────────── ──────────
test WaveRecipe
Total number of records retrieved: 1.
Querying Data... done If you can create a |
This issue has not received a response in 7 days. It will auto-close in 7 days unless a response is posted. |
Hello @WillieRuemmele, but the thing is that, if you try to retrieve it, you are going to be able to retrieve that metadata Also, if you try to deploy the WaveRecipe without the WaveDataflow, its going to fail |
What exactly is the problem with retrieving it and then deploying it? |
I think I'm not explaining correctly, the problem is not that you need to retrieve it and deploy it The problem is that, when you list the WaveDataflow type, the WaveDataflow related to WaveRecipe don't appear in the list For me, that is an issue |
Maybe it's just the list command not returning something you expect? And all the deploy/retrieve are downstream effects of the bug? Or is the issue that deploy requires the metadata for recipe but you don't think it should? Could you rewrite your issue, as simply as possible? |
The issue is that list metadata on Dataflows does not retrieve the whole list of wavedataflows in the org as the dataflow related to waverecipes can be downloaded but not listed |
We have determined that the issue you reported exists in code owned by another team that uses only the official support channels. To ensure that your issue is addressed, open an official Salesforce customer support ticket with a link to this issue. We encourage anyone experiencing this issue to do the same to increase the priority. We will keep this issue open for the community to collaborate on. |
This issue has not received a response in 7 days. It will auto-close in 7 days unless a response is posted. |
Summary
When trying to look for WaveDataflows related to WaveRecipe using the org browser, which I assume relies on the list metadata command these dataflows do not exist and need to be manually downloaded from the terminal with the same API name as the recipe
Steps To Reproduce
CRM Analytics Platform Admin
permission setAnalytics Studio
appData Manager
Recipes
>New Recipe
sf force mdapi listmetadata --metadata-type WaveDataflow
sf force mdapi listmetadata --metadata-type WaveRecipe
sf force source retrieve -m WaveDataflow:Test
Expected result
Both list metadata for WaveDataflow and WaveRecipe should retrieve the Test Recipe / Dataflow
Actual result
The dataflow is not listed
System Information
zsh
Additional information
The text was updated successfully, but these errors were encountered: