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

[QUESTION] - How to use exclude parameter when object is not queryable #494

Closed
JaniszewskiMarcin opened this issue Aug 31, 2022 · 1 comment
Assignees
Labels
completed The issue was successfully resolved/Feature is completed help-wanted User need a help or something not working, not a bug

Comments

@JaniszewskiMarcin
Copy link

JaniszewskiMarcin commented Aug 31, 2022

Hello,

Sorry for making another topic about that but I have no idea how to implement exclude parameter in export.json file If object is not queryable. I am getting still the same error as in issue #491 and have no idea how to implement that parameter in this case. This is what I tried:

{
"query": "SELECT all FROM ManagedContentInfo",
"operation": "Upsert",
"externalId": "Id",
"excluded": true
},

Thank you for your help in advance :)

@JaniszewskiMarcin JaniszewskiMarcin added the help-wanted User need a help or something not working, not a bug label Aug 31, 2022
@hknokh
Copy link
Collaborator

hknokh commented Aug 31, 2022

Hey
I suppose, that the ManagedContentInfo is also referenced elsewhere from other object in your configuration. So it is still included despite excluded=true. Review again your queries to get rid of all references to that object.

@hknokh hknokh closed this as completed Aug 31, 2022
@hknokh hknokh reopened this Sep 30, 2022
@hknokh hknokh closed this as completed Sep 30, 2022
@hknokh hknokh added completed The issue was successfully resolved/Feature is completed and removed duplicate labels Dec 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
completed The issue was successfully resolved/Feature is completed help-wanted User need a help or something not working, not a bug
Projects
None yet
Development

No branches or pull requests

2 participants