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(druid): check for table existence instead of pattern matching

14ccba6
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(druid): check for table existence instead of pattern matching
14ccba6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 1, 2024 in 0s

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

View this Pull Request on Codecov

71.30% 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 161 in ibis/backends/druid/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/druid/__init__.py#L161

Added line #L161 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 309 in ibis/backends/flink/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/flink/__init__.py#L307-L309

Added lines #L307 - L309 were not covered by tests

Check warning on line 316 in ibis/backends/flink/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/flink/__init__.py#L315-L316

Added lines #L315 - L316 were not covered by tests

Check warning on line 352 in ibis/backends/oracle/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/oracle/__init__.py#L352

Added line #L352 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibis/backends/pyspark/__init__.py#L529

Added line #L529 was 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