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

MINOR: Fixed Athena e2e counts and change to e2e_db #14774

Merged
merged 1 commit into from
Jan 19, 2024
Merged

Conversation

OnkarVO7
Copy link
Contributor

Describe your changes:

Fixed the athena e2e to point at new db e2e_db and modified counts accordingly.
Changed logger for athena tags from error->warning.

Type of change:

  • Bug fix
  • Improvement
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation

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.

@OnkarVO7 OnkarVO7 requested a review from a team as a code owner January 18, 2024 13:30
@github-actions github-actions bot added Ingestion safe to test Add this label to run secure Github workflows on PRs labels Jan 18, 2024
@@ -49,7 +49,7 @@ def get_database_tags(self, name: str) -> Optional[LFTags]:
return lf_tags.LFTagOnDatabase
except Exception as exc:
logger.debug(traceback.format_exc())
logger.error(
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fetching tags is optional so we'll log warning instead of an error

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 SonarCloud

@ayush-shah ayush-shah merged commit f10b5a3 into main Jan 19, 2024
10 of 11 checks passed
@ayush-shah ayush-shah deleted the athena_e2e_db_fix branch January 19, 2024 06:21
Abhishek332 pushed a commit to Abhishek332/OpenMetadata that referenced this pull request Jan 25, 2024
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.

3 participants