Feature: Update packages and Evidence to USQL #63
Annotations
1 error and 10 notices
CI Check
Process completed with exit code 1.
|
SQLFluff:
models/marts/issue_events.sql#L15
RF03: Unqualified reference 'event_type' found in single table select. [references.consistent]
|
SQLFluff:
models/marts/issue_events.sql#L17
LT02: Expected indent of 8 spaces. [layout.indent]
|
SQLFluff:
models/marts/issue_events.sql#L18
LT02: Expected indent of 12 spaces. [layout.indent]
|
SQLFluff:
models/marts/issue_events.sql#L18
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#L18
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#L19
LT02: Expected indent of 16 spaces. [layout.indent]
|
SQLFluff:
models/marts/issue_events.sql#L20
LT02: Expected indent of 12 spaces. [layout.indent]
|
SQLFluff:
models/marts/issue_events.sql#L21
LT02: Expected indent of 8 spaces. [layout.indent]
|
SQLFluff:
models/marts/pull_request_events.sql#L15
RF03: Unqualified reference 'event_type' found in single table select. [references.consistent]
|
SQLFluff:
models/marts/pull_request_events.sql#L17
LT02: Expected indent of 8 spaces. [layout.indent]
|