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

MongoDB: Improve support for reading JSON/BSON files #261

Merged
merged 10 commits into from
Sep 13, 2024

Model: Improve implementation of `AddressPair.navigate()`

94b52a8
Select commit
Loading
Failed to load commit list.
Merged

MongoDB: Improve support for reading JSON/BSON files #261

Model: Improve implementation of `AddressPair.navigate()`
94b52a8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 13, 2024 in 0s

81.69% of diff hit (target 79.38%)

View this Pull Request on Codecov

81.69% of diff hit (target 79.38%)

Annotations

Check warning on line 123 in cratedb_toolkit/api/main.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/api/main.py#L122-L123

Added lines #L122 - L123 were not covered by tests

Check warning on line 126 in cratedb_toolkit/api/main.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/api/main.py#L125-L126

Added lines #L125 - L126 were not covered by tests

Check warning on line 136 in cratedb_toolkit/api/main.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/api/main.py#L135-L136

Added lines #L135 - L136 were not covered by tests

Check warning on line 139 in cratedb_toolkit/api/main.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/api/main.py#L138-L139

Added lines #L138 - L139 were not covered by tests

Check warning on line 146 in cratedb_toolkit/api/main.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/api/main.py#L146

Added line #L146 was not covered by tests

Check warning on line 159 in cratedb_toolkit/api/main.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/api/main.py#L158-L159

Added lines #L158 - L159 were not covered by tests

Check warning on line 90 in cratedb_toolkit/io/cli.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/io/cli.py#L90

Added line #L90 was not covered by tests

Check warning on line 76 in cratedb_toolkit/io/mongodb/adapter.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/io/mongodb/adapter.py#L76

Added line #L76 was not covered by tests

Check warning on line 109 in cratedb_toolkit/io/mongodb/adapter.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/io/mongodb/adapter.py#L109

Added line #L109 was not covered by tests

Check warning on line 133 in cratedb_toolkit/io/mongodb/adapter.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/io/mongodb/adapter.py#L133

Added line #L133 was not covered by tests

Check warning on line 140 in cratedb_toolkit/io/mongodb/adapter.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/io/mongodb/adapter.py#L140

Added line #L140 was not covered by tests

Check warning on line 142 in cratedb_toolkit/io/mongodb/adapter.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/io/mongodb/adapter.py#L142

Added line #L142 was not covered by tests

Check warning on line 148 in cratedb_toolkit/io/mongodb/adapter.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/io/mongodb/adapter.py#L147-L148

Added lines #L147 - L148 were not covered by tests

Check warning on line 150 in cratedb_toolkit/io/mongodb/adapter.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/io/mongodb/adapter.py#L150

Added line #L150 was not covered by tests

Check warning on line 173 in cratedb_toolkit/io/mongodb/api.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/io/mongodb/api.py#L171-L173

Added lines #L171 - L173 were not covered by tests

Check warning on line 147 in cratedb_toolkit/io/mongodb/copy.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/io/mongodb/copy.py#L147

Added line #L147 was not covered by tests

Check warning on line 151 in cratedb_toolkit/io/mongodb/copy.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/io/mongodb/copy.py#L151

Added line #L151 was not covered by tests

Check warning on line 399 in cratedb_toolkit/util/database.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/util/database.py#L399

Added line #L399 was not covered by tests

Check warning on line 404 in cratedb_toolkit/util/database.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/util/database.py#L404

Added line #L404 was not covered by tests

Check warning on line 414 in cratedb_toolkit/util/database.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/util/database.py#L414

Added line #L414 was not covered by tests