sfmc-devtools icon indicating copy to clipboard operation
sfmc-devtools copied to clipboard

[BUG] deploying multiple dataExtensions from deploy folder without key results in JSONS without Fields in retrieve folder

Open JoernBerkefeld opened this issue 1 year ago • 2 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current Behavior

this still works when just deploying a single DE with key from retrieve folder. but when I ran a mass deploy of >100 DEs the other day, the files I found in my retrieve folder all had 0 fields.

Expected Behavior

fields are consistently saved to jsons in the retrieve folder.

Version

5.0.2

JoernBerkefeld avatar Jun 05 '23 10:06 JoernBerkefeld

looks like we are not re-retrieving the fields after the dataExtension update with changeKeyField. and then, everything we've got is connected to the old key?

JoernBerkefeld avatar Jun 07 '23 07:06 JoernBerkefeld

also, it seems the document method isnt run either. I just ran changeKeyField=Name on 50 dataExtensions, staged the changes. then ran retrieve for the new keys and all the sudden I'm getting lots of "new file" notifications for the md files

JoernBerkefeld avatar Jun 07 '23 08:06 JoernBerkefeld