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

SqlCatalog, default create_engine echo to False #360

Merged
merged 2 commits into from
Feb 4, 2024

Conversation

kevinjqliu
Copy link
Contributor

create_engine's echo is useful for debugging purposes.

Otherwise, it exposes a lot of internal SQLite information when it's not needed.

Screenshot 2024-02-03 at 11 01 53 AM

pyiceberg/catalog/sql.py Outdated Show resolved Hide resolved
Co-authored-by: Fokko Driesprong <[email protected]>
@kevinjqliu kevinjqliu requested a review from Fokko February 4, 2024 21:08
Copy link
Contributor

@Fokko Fokko left a comment

Choose a reason for hiding this comment

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

This was also earlier discussed in the community. Thanks for making this change @kevinjqliu 👍

@Fokko Fokko merged commit a276112 into apache:main Feb 4, 2024
6 checks passed
@kevinjqliu kevinjqliu deleted the kevinjqliu/sql-catalog-echo-optional branch February 4, 2024 21:43
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.

2 participants