Feature: Update packages and Evidence to USQL #51
Annotations
1 error, 1 warning, and 10 notices
CI Check
Process completed with exit code 1.
|
CI Check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4.7.0, actions/setup-node@v3.8.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
SQLFluff:
models/marts/issue_events.sql#L14
LT02: Expected line break and indent of 8 spaces before 'event_type'. [layout.indent]
|
SQLFluff:
models/marts/issue_events.sql#L14
RF03: Unqualified reference 'event_type' found in single table select. [references.consistent]
|
SQLFluff:
models/marts/issue_events.sql#L16
LT02: Expected indent of 8 spaces. [layout.indent]
|
SQLFluff:
models/marts/issue_events.sql#L17
LT02: Expected indent of 12 spaces. [layout.indent]
|
SQLFluff:
models/marts/issue_events.sql#L17
LT05: Line is too long (113 > 80). [layout.long_lines]
|
SQLFluff:
models/marts/issue_events.sql#L17
RF01: Reference 'stg_events.event_created_at' refers to table/view not found in the FROM clause or found in ancestor statement. [references.from]
|
SQLFluff:
models/marts/issue_events.sql#L17
RF03: Qualified reference 'stg_events.event_created_at' found in single table select which is inconsistent with previous references. [references.consistent]
|
SQLFluff:
models/marts/issue_events.sql#L17
CV03: Trailing comma in select statement required [convention.select_trailing_comma]
|
SQLFluff:
models/marts/pull_request_events.sql#L14
LT02: Expected line break and indent of 8 spaces before 'event_type'. [layout.indent]
|
SQLFluff:
models/marts/pull_request_events.sql#L14
RF03: Unqualified reference 'event_type' found in single table select. [references.consistent]
|