Skip to content

[pre-commit.ci] auto fixes from pre-commit.com hooks

Codacy Production / Codacy Static Code Analysis required action Jan 22, 2024 in 0s

42 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 42
           

Complexity increasing per file
==============================
- projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-different-payloads-no-table-special-chars/10_ingest.py  2
- projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-special-chars/20_ingest.py  1
- projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-no-table-special-chars/10_ingest.py  1
- projects/vdk-plugins/vdk-oracle/tests/test_plugin.py  2
         

Clones added
============
- projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-no-table-special-chars/10_ingest.py  1
         

See the complete overview on Codacy

Annotations

Check warning on line 9 in projects/vdk-plugins/vdk-oracle/src/vdk/plugin/oracle/ingest_to_oracle.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

projects/vdk-plugins/vdk-oracle/src/vdk/plugin/oracle/ingest_to_oracle.py#L9

Unused Collection imported from typing

Check failure on line 1 in projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-different-payloads-no-table-special-chars/00_drop_table.sql

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-different-payloads-no-table-special-chars/00_drop_table.sql#L1

Expected SET NOCOUNT ON near top of file

Check failure on line 1 in projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-different-payloads-no-table-special-chars/00_drop_table.sql

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-different-payloads-no-table-special-chars/00_drop_table.sql#L1

Expected SET QUOTED_IDENTIFIER ON near top of file

Check failure on line 1 in projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-different-payloads-no-table-special-chars/00_drop_table.sql

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-different-payloads-no-table-special-chars/00_drop_table.sql#L1

Expected SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED near top of file

Check warning on line 2 in projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-different-payloads-no-table-special-chars/00_drop_table.sql

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-different-payloads-no-table-special-chars/00_drop_table.sql#L2

Expected TSQL Keyword to be capitalized

Check warning on line 3 in projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-different-payloads-no-table-special-chars/00_drop_table.sql

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-different-payloads-no-table-special-chars/00_drop_table.sql#L3

Expected TSQL Keyword to be capitalized

Check warning on line 4 in projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-different-payloads-no-table-special-chars/00_drop_table.sql

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-different-payloads-no-table-special-chars/00_drop_table.sql#L4

Expected TSQL Keyword to be capitalized

Check failure on line 1 in projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-no-table-special-chars/00_drop_table.sql

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-no-table-special-chars/00_drop_table.sql#L1

Expected SET NOCOUNT ON near top of file

Check failure on line 1 in projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-no-table-special-chars/00_drop_table.sql

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-no-table-special-chars/00_drop_table.sql#L1

Expected SET QUOTED_IDENTIFIER ON near top of file

Check warning on line 2 in projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-no-table-special-chars/00_drop_table.sql

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-no-table-special-chars/00_drop_table.sql#L2

Expected TSQL Keyword to be capitalized

Check failure on line 2 in projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-no-table-special-chars/00_drop_table.sql

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-no-table-special-chars/00_drop_table.sql#L2

syntax error at or near "execute"

Check failure on line 3 in projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-no-table-special-chars/00_drop_table.sql

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-no-table-special-chars/00_drop_table.sql#L3

syntax error at or near "exception"

Check warning on line 4 in projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-no-table-special-chars/00_drop_table.sql

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-no-table-special-chars/00_drop_table.sql#L4

Expected TSQL Keyword to be capitalized

Check failure on line 1 in projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-special-chars/00_drop_table.sql

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-special-chars/00_drop_table.sql#L1

Expected SET NOCOUNT ON near top of file

Check failure on line 1 in projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-special-chars/00_drop_table.sql

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-special-chars/00_drop_table.sql#L1

Expected SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED near top of file

Check warning on line 1 in projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-special-chars/00_drop_table.sql

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-special-chars/00_drop_table.sql#L1

Expected TSQL Keyword to be capitalized

Check warning on line 2 in projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-special-chars/00_drop_table.sql

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-special-chars/00_drop_table.sql#L2

Expected TSQL Keyword to be capitalized

Check failure on line 1 in projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-special-chars/10_create_table.sql

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-special-chars/10_create_table.sql#L1

Expected SET ANSI_NULLS ON near top of file

Check failure on line 1 in projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-special-chars/10_create_table.sql

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-special-chars/10_create_table.sql#L1

Expected SET QUOTED_IDENTIFIER ON near top of file

Check failure on line 1 in projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-special-chars/10_create_table.sql

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-special-chars/10_create_table.sql#L1

Expected SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED near top of file

Check warning on line 1 in projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-special-chars/10_create_table.sql

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-special-chars/10_create_table.sql#L1

Expected TSQL Keyword to be capitalized

Check failure on line 5 in projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-special-chars/10_create_table.sql

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-special-chars/10_create_table.sql#L5

Data type length not specified

Check warning on line 5 in projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-special-chars/10_create_table.sql

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-special-chars/10_create_table.sql#L5

Expected TSQL Keyword to be capitalized

Check warning on line 8 in projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-special-chars/10_create_table.sql

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-special-chars/10_create_table.sql#L8

Expected TSQL Keyword to be capitalized

Check warning on line 9 in projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-special-chars/10_create_table.sql

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

projects/vdk-plugins/vdk-oracle/tests/jobs/oracle-ingest-job-special-chars/10_create_table.sql#L9

Statement not terminated with semicolon