Streaming client improvements and snowflake loader features #42
ruff.yml
on: pull_request
ruff
12s
ruff-suggestions
35s
Annotations
14 errors
|
Ruff (E501):
src/amp/streaming/parallel.py#L411
src/amp/streaming/parallel.py:411:121: E501 Line too long (124 > 120)
|
|
Ruff (E501):
src/amp/loaders/implementations/snowflake_loader.py#L1657
src/amp/loaders/implementations/snowflake_loader.py:1657:122: E501 Line too long (145 > 120)
|
|
Ruff (E501):
src/amp/loaders/implementations/snowflake_loader.py#L1645
src/amp/loaders/implementations/snowflake_loader.py:1645:122: E501 Line too long (173 > 120)
|
|
Ruff (E501):
src/amp/loaders/implementations/snowflake_loader.py#L1571
src/amp/loaders/implementations/snowflake_loader.py:1571:122: E501 Line too long (147 > 120)
|
|
Ruff (B904):
src/amp/loaders/implementations/snowflake_loader.py#L1327
src/amp/loaders/implementations/snowflake_loader.py:1327:13: B904 Within an `except` clause, raise exceptions with `raise ... from err` or `raise ... from None` to distinguish them from errors in exception handling
|
|
Ruff (E501):
src/amp/loaders/implementations/snowflake_loader.py#L1233
src/amp/loaders/implementations/snowflake_loader.py:1233:121: E501 Line too long (136 > 120)
|
|
Ruff (E501):
src/amp/loaders/implementations/snowflake_loader.py#L967
src/amp/loaders/implementations/snowflake_loader.py:967:121: E501 Line too long (131 > 120)
|
|
Ruff (B904):
src/amp/loaders/implementations/snowflake_loader.py#L913
src/amp/loaders/implementations/snowflake_loader.py:913:13: B904 Within an `except` clause, raise exceptions with `raise ... from err` or `raise ... from None` to distinguish them from errors in exception handling
|
|
Ruff (B904):
src/amp/loaders/implementations/snowflake_loader.py#L662
src/amp/loaders/implementations/snowflake_loader.py:662:13: B904 Within an `except` clause, raise exceptions with `raise ... from err` or `raise ... from None` to distinguish them from errors in exception handling
|
|
Ruff (E501):
src/amp/loaders/implementations/deltalake_loader.py#L710
src/amp/loaders/implementations/deltalake_loader.py:710:121: E501 Line too long (124 > 120)
|
|
ruff-suggestions
The process '/usr/bin/git' failed with exit code 128
|
|
ruff-suggestions
repository 'https://github.com/edgeandnode/amp-python/' not found
|
|
ruff-suggestions
repository 'https://github.com/edgeandnode/amp-python/' not found
|
|
ruff-suggestions
repository 'https://github.com/edgeandnode/amp-python/' not found
|