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

Missing output stage for same external_id but different tenant_bpnl #1104

Open
StWeisshaar opened this issue Nov 4, 2024 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@StWeisshaar
Copy link

Current Behavior

When sending back data back to the Gate, we saw success in the sharing state, but no output stage was generated. We found the root cause, shown in the screenshot below. This issue happens when we get the same external IDs with different tenant values.

image

Props to @dilipdhankecha2530 for finding this issue!

Expected Behavior

Even though there is already an output stage for the given external ID, a new output stage is generated in case the tenant value is different.

Steps To Reproduce

  1. Process a new dataset with external ID = A and tenant value = null
  2. Wait for the dataset to create an output stage
  3. Process a new dataset with the same external ID = A and tenant value != null
  4. There is no separate output stage created for the second dataset
@dilipdhankecha2530
Copy link
Contributor

dilipdhankecha2530 commented Nov 12, 2024

Resolve this issue in #1109.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants