fix: lazy import integrations to avoid pyspark bundling error and add deep research #8
ci.yml
on: pull_request
lint
29s
cli-test
40s
Matrix: test
Annotations
10 errors
|
Pyrefly bad-argument-type:
parallel_web_tools/cli/commands.py#L542
Argument `list[dict[str, str]] | Any | None` is not assignable to parameter `enriched_columns` with type `list[dict[str, str]]` in function `build_config_from_args`
|
|
Pyrefly bad-argument-type:
parallel_web_tools/cli/commands.py#L541
Argument `list[dict[str, str]] | None` is not assignable to parameter `source_columns` with type `list[dict[str, str]]` in function `build_config_from_args`
|
|
Pyrefly bad-argument-type:
parallel_web_tools/cli/commands.py#L540
Argument `str | None` is not assignable to parameter `target` with type `str` in function `build_config_from_args`
|
|
Pyrefly bad-argument-type:
parallel_web_tools/cli/commands.py#L539
Argument `str | None` is not assignable to parameter `source` with type `str` in function `build_config_from_args`
|
|
Pyrefly bad-argument-type:
parallel_web_tools/cli/commands.py#L538
Argument `str | None` is not assignable to parameter `source_type` with type `str` in function `build_config_from_args`
|
|
Pyrefly bad-argument-type:
parallel_web_tools/cli/commands.py#L483
Argument `list[dict[str, str]] | Any | None` is not assignable to parameter `enriched_columns` with type `list[dict[str, str]]` in function `build_config_from_args`
|
|
Pyrefly bad-argument-type:
parallel_web_tools/cli/commands.py#L482
Argument `list[dict[str, str]] | None` is not assignable to parameter `source_columns` with type `list[dict[str, str]]` in function `build_config_from_args`
|
|
Pyrefly bad-argument-type:
parallel_web_tools/cli/commands.py#L481
Argument `str | None` is not assignable to parameter `target` with type `str` in function `build_config_from_args`
|
|
Pyrefly bad-argument-type:
parallel_web_tools/cli/commands.py#L480
Argument `str | None` is not assignable to parameter `source` with type `str` in function `build_config_from_args`
|
|
Pyrefly bad-argument-type:
parallel_web_tools/cli/commands.py#L479
Argument `str | None` is not assignable to parameter `source_type` with type `str` in function `build_config_from_args`
|