[Issue #1686] load data from legacy (Oracle) tables to staging tables #613
Annotations
1 error and 11 warnings
Run linting
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run linting:
api/src/data_migration/load/sql.py#L16
No overload variant of "select" matches argument types "Table", "bool" [call-overload]
|
Run linting:
api/src/data_migration/load/sql.py#L20
No overload variant of "select" matches argument type "ReadOnlyColumnCollection[str, Column[Any]]" [call-overload]
|
Run linting:
api/src/data_migration/load/sql.py#L39
Argument 1 to "values" of "ValuesBase" has incompatible type "ReadOnlyColumnCollection[str, Column[Any]]"; expected "Mapping[Any, Any] | Sequence[Any]" [arg-type]
|
Run linting:
api/src/data_migration/load/sql.py#L65
No overload variant of "select" matches argument type "ReadOnlyColumnCollection[str, Column[Any]]" [call-overload]
|
Run linting:
api/src/data_migration/load/load_oracle_data_task.py#L20
Function is missing a type annotation for one or more arguments [no-untyped-def]
|
Run linting:
api/src/data_migration/load/load_oracle_data_task.py#L41
Function is missing a return type annotation [no-untyped-def]
|
Run linting:
api/src/data_migration/load/load_oracle_data_task.py#L73
Function is missing a type annotation [no-untyped-def]
|
Run linting:
api/src/data_migration/load/load_oracle_data_task.py#L89
Function is missing a type annotation [no-untyped-def]
|
Run linting:
api/src/data_migration/load/load_oracle_data_task.py#L99
Function is missing a type annotation [no-untyped-def]
|
Run linting:
api/src/data_migration/load/load_oracle_data_task.py#L111
Function is missing a type annotation [no-untyped-def]
|
Loading