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 #18140: DB2 should not fetch wrong unique constraints anymore. #19099

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

IceS2
Copy link
Contributor

@IceS2 IceS2 commented Dec 16, 2024

Describe your changes:

Fixes #18140

DB2 Ingestion could fail under certain conditions since the library is not fetching properly the unique constraints.
This PR aims to solve this by changing the query used for this. It is also being pushed upstream here

Type of change:

  • Bug fix

Checklist:

  • I have read the CONTRIBUTING document.
  • My PR title is Fixes <issue-number>: <short explanation>
  • I have commented on my code, particularly in hard-to-understand areas.
  • For JSON Schema changes: I updated the migration scripts or explained why it is not needed.

Copy link

Quality Gate Failed Quality Gate failed for 'open-metadata-ingestion'

Failed conditions
0.0% Coverage on New Code (required ≥ 20%)

See analysis details on SonarQube Cloud

@IceS2 IceS2 merged commit c664ab9 into main Dec 18, 2024
14 of 17 checks passed
@IceS2 IceS2 deleted the fix-db2-issues branch December 18, 2024 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ingestion safe to test Add this label to run secure Github workflows on PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid column name found in table constraint for DB2 ingestion
2 participants