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

Option to exclude read-only fields #34

Closed
Tracked by #30 ...
allisonletts opened this issue Jun 11, 2021 · 1 comment · Fixed by #61
Closed
Tracked by #30 ...

Option to exclude read-only fields #34

allisonletts opened this issue Jun 11, 2021 · 1 comment · Fixed by #61
Labels
enhancement New feature or request Release Issues and PRs that are related to next release

Comments

@allisonletts
Copy link
Contributor

Summary
If I'm creating a schema to plan a migration, I want to ignore the R/O fields.

Please describe the problem you are trying to solve.
It's hard to tell which fields shouldn't be mapped to, even though it'll throw an error in SF.

Proposed Solution
Options:

  • create the column but set the default to ReadOnly or something so that it's scannable from talend
  • don't create the column at all
@acrosman
Copy link
Owner

How do you suggest determining which fields should be read only? Formulas are pretty clear, but what else would make sense. The API provides a value of createable and updateable in the response that could be leveraged, but I'm not sure if those are specific to the user running the query or not. I could also see use case specific exceptions that might make this an extensions of #30. Suggestions welcome.

@acrosman acrosman added enhancement New feature or request question Further information is requested labels Jun 12, 2021
This was referenced Jul 15, 2021
@acrosman acrosman added Release Issues and PRs that are related to next release and removed question Further information is requested labels Jul 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Release Issues and PRs that are related to next release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants