Skip to content

Data Engine

Data Engine #413

Triggered via pull request July 23, 2023 09:57
Status Failure
Total duration 1m 21s
Artifacts

python-package.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

26 errors and 4 warnings
dagshub/common/api/repo.py#L19
'urllib.parse.urljoin' imported but unused (F401)
dagshub/common/api/repo.py#L19
'urllib.parse.quote' imported but unused (F401)
dagshub/common/api/repo.py#L150
Multiple statements on one line (colon) (E701)
dagshub/data_engine/annotation/voxel_conversion.py#L3
'pathlib.Path' imported but unused (F401)
dagshub/data_engine/annotation/voxel_conversion.py#L46
Do not use bare 'except' (E722)
dagshub/data_engine/model/errors.py#L14
F-string is missing placeholders (F541)
dagshub/data_engine/model/query.py#L83
F-string is missing placeholders (F541)
dagshub/data_engine/model/datasource.py#L115
Visually indented line with same indent as next logical line (E129)
dagshub/data_engine/model/datasource.py#L237
Line too long (121 > 120 characters) (E501)
dagshub/data_engine/model/query_result.py#L218
Import 'field' from line 4 shadowed by loop variable (F402)
dagshub/data_engine/voxel_plugin_server/routes/voxel.py#L2
'typing.Dict' imported but unused (F401)
dagshub/data_engine/voxel_plugin_server/routes/util.py#L18
Do not use bare 'except' (E722)
dagshub/data_engine/client/loaders/base.py#L106
Line too long (129 > 120 characters) (E501)
dagshub/data_engine/client/loaders/base.py#L144
Too many leading '#' for block comment (E266)
dagshub/data_engine/client/loaders/base.py#L157
Line too long (161 > 120 characters) (E501)
dagshub/data_engine/client/loaders/base.py#L163
Line too long (247 > 120 characters) (E501)
dagshub/data_engine/client/loaders/base.py#L179
Line too long (123 > 120 characters) (E501)
tests/data_engine/test_datasource_state.py#L2
'dagshub.data_engine.model.datasource_state.path_regexes' imported but unused (F401)
tests/data_engine/test_querying.py#L50
Closing bracket does not match indentation of opening bracket's line (E123)
tests/data_engine/test_querying.py#L118
Closing bracket does not match indentation of opening bracket's line (E123)
tests/data_engine/test_querying.py#L171
Closing bracket does not match indentation of opening bracket's line (E123)
tests/data_engine/test_querying.py#L366
Comparison to False should be 'if cond is False:' or 'if not cond:' (E712)
build (3.9)
Process completed with exit code 2.
build (3.7)
Process completed with exit code 2.
build (3.10)
Process completed with exit code 2.
build (3.8)
Process completed with exit code 2.
build (3.9)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (3.7)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (3.10)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (3.8)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/