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

Feat: Improved forensics for exceptions raised in get_create_schema_sql #1236

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

caniko
Copy link

@caniko caniko commented Aug 30, 2022

Description

The previous version of the function lacked granularity for raising errors with proper forensics. This commit introduces a different implementation that should be enabling.

Motivation and Context

How Has This Been Tested?

poetry run make testall
Got 4 fails.

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added the changelog accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Can H. Tartanoglu added 3 commits August 30, 2022 18:10
The previous version of the function lacked granularity for raising errors with proper forensics. This commit introduces a different implementation that should be enabling.
@caniko caniko changed the title Refactor: get_create_schema_sql, for granularity Feat: Improved forensics for exceptions raised in get_create_schema_sql Aug 31, 2022
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

Successfully merging this pull request may close these issues.

None yet

1 participant