dataform-co / dataform

Dataform is a framework for managing SQL based data operations in BigQuery
https://cloud.google.com/dataform/docs
Apache License 2.0
854 stars 166 forks source link

feat: vscode extension, more intutive compile errors #1775

Closed ashish10alex closed 4 months ago

ashish10alex commented 4 months ago

Currently the default behaviour for when a compilation error occurs is to show a generic information message. The PR uses the graphErrors object and outputs the errors to the user similar to GCP Dataform UI

Current behaviour

CleanShot 2024-07-02 at 20 21 58@2x

New behaviour

CleanShot 2024-07-02 at 20 14 57@2x