Skip to content
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

[BUG] shared DEs not resolved if query+attributeSet is retrieved together with dataExtensions #1838

Open
1 of 2 tasks
JoernBerkefeld opened this issue Nov 7, 2024 · 1 comment
Labels
bug Something isn't working c/attributeSet COMPONENT c/dataExtension COMPONENT c/query COMPONENT
Milestone

Comments

@JoernBerkefeld
Copy link
Contributor

JoernBerkefeld commented Nov 7, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

if you run mcdev r cred/bu -m dataExtension query and your query is supposed to write into a shared DE then that is not found because it is not cached during the retrieve process
same for attributeSet

image

Related to:

Expected Behavior

shared DEs should be cached on the parent BU's cache and when querys are downloaded it should simply check if that cache is existing and if not, trigger caching it.

Steps To Reproduce

workaround: re-retrieve queries and attributeSet on their own

Version

7.4.4

Environment

  • OS:
  • Node:
  • npm:

Participation

  • I am willing to submit a pull request for this issue.

Additional comments

No response

@JoernBerkefeld JoernBerkefeld added bug Something isn't working c/dataExtension COMPONENT c/query COMPONENT labels Nov 7, 2024
@JoernBerkefeld JoernBerkefeld added this to the 7.4.6 milestone Nov 7, 2024
@JoernBerkefeld JoernBerkefeld added the c/attributeSet COMPONENT label Nov 7, 2024
@JoernBerkefeld JoernBerkefeld changed the title [BUG] on shared DEs not resolved in queries if retrieved together with dataExtensions [BUG] shared DEs not resolved type x is retrieved together with dataExtensions Nov 7, 2024
@JoernBerkefeld JoernBerkefeld changed the title [BUG] shared DEs not resolved type x is retrieved together with dataExtensions [BUG] shared DEs not resolved if query+attributeSet is retrieved together with dataExtensions Nov 8, 2024
@JoernBerkefeld JoernBerkefeld modified the milestones: 7.6.0, 7.5.2 Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working c/attributeSet COMPONENT c/dataExtension COMPONENT c/query COMPONENT
Projects
None yet
Development

No branches or pull requests

2 participants
@JoernBerkefeld and others