Replies: 1 comment 4 replies
-
wouldn't you have to query them for them to show up in the export? The issue becomes "oh, is this a export query for re-import" or "you just wanted to do a query and get a lot of plan files" to use for something else besides |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
sf data tree export
retrieves value of readonly fields (formulas, composite fields, system fields...) and stores them in the generated plans file but the plan can't be imported back because formula fields are always readonly.Current behavior as of v2.55.6:
sf data tree export
retrieves value of formula fields and stores them in plan files.When importing the plan file with
sf data tree import
, you get errors such as:Expected behavior:
sf data tree export
ignores formula fields or other readonly fields present in the query and doesn't store them in plan files.Beta Was this translation helpful? Give feedback.
All reactions