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

Issue when patching connection with addition streams. #116

Open
SmitTailor27 opened this issue Feb 24, 2025 · 0 comments
Open

Issue when patching connection with addition streams. #116

SmitTailor27 opened this issue Feb 24, 2025 · 0 comments

Comments

@SmitTailor27
Copy link

  • I have created a connection with 1 stream for salesforce. (i have chosen all fields by specifying None as selected fields)
  • Now i have to add more streams, so i am fetching the same connection and taking its response by GetConnection Method.
  • In Response of connection i have got my previously selected stream. But in selected fields i got empty list instead of None, which is now creating issue when i am using PatchConnectionRequest where i am specifying addition streams.
  • issue is due to that empty list is previously selected stream. if that selected fields value would be None that my PatchConnectionRequest would work.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant