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

refactor(table-api): unify exception type for all backends to TableNotFound when a table does not exist #9695

Merged
merged 41 commits into from
Sep 16, 2024

chore: fix typo

e501cc2
Select commit
Loading
Failed to load commit list.
Merged

refactor(table-api): unify exception type for all backends to TableNotFound when a table does not exist #9695

chore: fix typo
e501cc2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 1, 2024 in 0s

74.03% of diff hit (within 92.00% threshold of 95.16%)

View this Pull Request on Codecov

74.03% of diff hit (within 92.00% threshold of 95.16%)

Annotations

Check warning on line 181 in ibis/backends/bigquery/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/bigquery/__init__.py#L180-L181

Added lines #L180 - L181 were not covered by tests

Check warning on line 616 in ibis/backends/bigquery/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/bigquery/__init__.py#L616

Added line #L616 was not covered by tests

Check warning on line 620 in ibis/backends/bigquery/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/bigquery/__init__.py#L620

Added line #L620 was not covered by tests

Check warning on line 636 in ibis/backends/bigquery/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/bigquery/__init__.py#L633-L636

Added lines #L633 - L636 were not covered by tests

Check warning on line 913 in ibis/backends/bigquery/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/bigquery/__init__.py#L913

Added line #L913 was not covered by tests

Check warning on line 219 in ibis/backends/exasol/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/exasol/__init__.py#L219

Added line #L219 was not covered by tests

Check warning on line 18 in ibis/backends/pyspark/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/pyspark/__init__.py#L17-L18

Added lines #L17 - L18 were not covered by tests

Check warning on line 649 in ibis/backends/snowflake/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/snowflake/__init__.py#L649

Added line #L649 was not covered by tests

Check warning on line 654 in ibis/backends/snowflake/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/snowflake/__init__.py#L654

Added line #L654 was not covered by tests

Check warning on line 656 in ibis/backends/snowflake/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/snowflake/__init__.py#L656

Added line #L656 was not covered by tests

Check warning on line 659 in ibis/backends/snowflake/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/snowflake/__init__.py#L658-L659

Added lines #L658 - L659 were not covered by tests

Check warning on line 672 in ibis/backends/snowflake/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/snowflake/__init__.py#L671-L672

Added lines #L671 - L672 were not covered by tests