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

fix: update error parsing of eloqua #3996

Merged
merged 4 commits into from
Oct 19, 2023
Merged

Conversation

ItsSudip
Copy link
Member

Description

We were sending null values as "null". For null values, Eloqua doesn't show any warning but as we were sending "null" they were showing an invalid value warning. With this PR we are fixing that. We are also considering warning with statusCode ELQ-00040 as a success when none of the unique fields are invalid.

Linear Ticket

Resolves INT-856

Security

  • The code changed/added as part of this pull request won't create any security issues with how the software is being used.

@ItsSudip ItsSudip changed the title Fix.eloqua error parse fix: update error parsing of eloqua Oct 19, 2023
@codecov
Copy link

codecov bot commented Oct 19, 2023

Codecov Report

All modified lines are covered by tests ✅

❗ No coverage uploaded for pull request base (release/1.15.x@bce584d). Click here to learn what that means.

Additional details and impacted files
@@                Coverage Diff                @@
##             release/1.15.x    #3996   +/-   ##
=================================================
  Coverage                  ?   70.38%           
=================================================
  Files                     ?      357           
  Lines                     ?    53684           
  Branches                  ?        0           
=================================================
  Hits                      ?    37785           
  Misses                    ?    13627           
  Partials                  ?     2272           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ItsSudip ItsSudip merged commit 978c292 into release/1.15.x Oct 19, 2023
37 of 38 checks passed
@atzoum atzoum deleted the fix.eloqua-error-parse branch October 19, 2023 18:08
koladilip added a commit that referenced this pull request Oct 25, 2023
* chore: advertise gzip support to transformer through X-Feature-Gzip-Support header (#3990)

* chore: release 1.15.2 (#3992)

* fix: update error parsing of eloqua (#3996)

* fix(eloqua): change null values to empty strings inspite of "null"

* address comments

* add logic to consider some warning statusCode as success

* fix lint issues

* fix: corrupted rsources stats captured by processor for dropped jobs (#3999)

* chore: release 1.15.3 (#3998)

* fix: invalid memory address or nil pointer dereference in googlecloudfunction

* fix: merge error blocks in gcf

* chore: add test case for body close

* chore: add test case for body close

---------

Co-authored-by: Gauravudia <60897972+Gauravudia@users.noreply.github.com>
Co-authored-by: devops-github-rudderstack <88187154+devops-github-rudderstack@users.noreply.github.com>
Co-authored-by: Sudip Paul <67197965+ItsSudip@users.noreply.github.com>
Co-authored-by: Aris Tzoumas <atzoumas@rudderstack.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants