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 EventManager setup and interaction #9180

Merged

add changie

b98a815
Select commit
Loading
Failed to load commit list.
Merged

Refactor EventManager setup and interaction #9180

add changie
b98a815
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 30, 2023 in 0s

74.92% of diff hit (within 80.00% threshold of 86.14%)

View this Pull Request on Codecov

74.92% of diff hit (within 80.00% threshold of 86.14%)

Annotations

Check warning on line 103 in core/dbt/adapters/base/connections.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/adapters/base/connections.py#L103

Added line #L103 was not covered by tests

Check warning on line 143 in core/dbt/adapters/base/connections.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/adapters/base/connections.py#L143

Added line #L143 was not covered by tests

Check warning on line 279 in core/dbt/adapters/base/connections.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/adapters/base/connections.py#L279

Added line #L279 was not covered by tests

Check warning on line 294 in core/dbt/adapters/base/connections.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/adapters/base/connections.py#L294

Added line #L294 was not covered by tests

Check warning on line 328 in core/dbt/adapters/base/connections.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/adapters/base/connections.py#L328

Added line #L328 was not covered by tests

Check warning on line 335 in core/dbt/adapters/base/connections.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/adapters/base/connections.py#L335

Added line #L335 was not covered by tests

Check warning on line 373 in core/dbt/adapters/base/connections.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/adapters/base/connections.py#L373

Added line #L373 was not covered by tests

Check warning on line 424 in core/dbt/adapters/base/connections.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/adapters/base/connections.py#L424

Added line #L424 was not covered by tests

Check warning on line 436 in core/dbt/adapters/base/connections.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/adapters/base/connections.py#L436

Added line #L436 was not covered by tests

Check warning on line 444 in core/dbt/adapters/base/connections.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/adapters/base/connections.py#L444

Added line #L444 was not covered by tests

Check warning on line 984 in core/dbt/adapters/base/impl.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/adapters/base/impl.py#L984

Added line #L984 was not covered by tests

Check warning on line 1217 in core/dbt/adapters/base/impl.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/adapters/base/impl.py#L1217

Added line #L1217 was not covered by tests

Check warning on line 1225 in core/dbt/adapters/base/impl.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/adapters/base/impl.py#L1225

Added line #L1225 was not covered by tests

Check warning on line 67 in core/dbt/adapters/base/meta.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/adapters/base/meta.py#L67

Added line #L67 was not covered by tests

Check warning on line 101 in core/dbt/adapters/base/relation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/adapters/base/relation.py#L101

Added line #L101 was not covered by tests

Check warning on line 387 in core/dbt/adapters/base/relation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/adapters/base/relation.py#L387

Added line #L387 was not covered by tests

Check warning on line 208 in core/dbt/adapters/events/adapter_types_pb2.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/adapters/events/adapter_types_pb2.py#L28-L208

Added lines #L28 - L208 were not covered by tests

Check warning on line 255 in core/dbt/adapters/events/types.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/adapters/events/types.py#L255

Added line #L255 was not covered by tests

Check warning on line 11 in core/dbt/adapters/exceptions/compilation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/adapters/exceptions/compilation.py#L9-L11

Added lines #L9 - L11 were not covered by tests

Check warning on line 14 in core/dbt/adapters/exceptions/compilation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/adapters/exceptions/compilation.py#L14

Added line #L14 was not covered by tests

Check warning on line 20 in core/dbt/adapters/exceptions/compilation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/adapters/exceptions/compilation.py#L19-L20

Added lines #L19 - L20 were not covered by tests

Check warning on line 24 in core/dbt/adapters/exceptions/compilation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/adapters/exceptions/compilation.py#L23-L24

Added lines #L23 - L24 were not covered by tests

Check warning on line 31 in core/dbt/adapters/exceptions/compilation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/adapters/exceptions/compilation.py#L29-L31

Added lines #L29 - L31 were not covered by tests

Check warning on line 34 in core/dbt/adapters/exceptions/compilation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/adapters/exceptions/compilation.py#L34

Added line #L34 was not covered by tests

Check warning on line 41 in core/dbt/adapters/exceptions/compilation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/dbt/adapters/exceptions/compilation.py#L41

Added line #L41 was not covered by tests