Skip to content

Ignore MissingSectionHeaderError #180

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Ignore MissingSectionHeaderError #180

wants to merge 1 commit into from

Conversation

nfx
Copy link
Contributor

@nfx nfx commented Jun 15, 2023

Closes #174

@nfx nfx requested a review from a team June 15, 2023 21:14
@codecov-commenter
Copy link

Codecov Report

Patch coverage: 50.00% and project coverage change: -0.01 ⚠️

Comparison is base (13766d1) 53.30% compared to head (1d1d6d5) 53.29%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #180      +/-   ##
==========================================
- Coverage   53.30%   53.29%   -0.01%     
==========================================
  Files          30       30              
  Lines       18346    18349       +3     
==========================================
+ Hits         9779     9780       +1     
- Misses       8567     8569       +2     
Impacted Files Coverage Δ
databricks/sdk/core.py 67.02% <50.00%> (-0.14%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@pietern pietern left a comment

Choose a reason for hiding this comment

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

This should always raise an error. The intent of the user is to use a profile and that should never silently fail. It could raise an alternative, more descriptive error, though.

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.

DB connect - Oauth authentication Python SDK - Error
3 participants