snowplow / sql-runner

Run templatable playbooks of SQL scripts in series and parallel on Redshift, PostgreSQL, BigQuery and Snowflake
http://snowplowanalytics.com
Apache License 2.0
79 stars 14 forks source link

Provide playbook line numbers for all errors where possible #185

Open colmsnowplow opened 2 years ago

colmsnowplow commented 2 years ago

When SQL-runner can't find a file, it throws an error which contains the path it looked for the file, but not the line number of the relevant playbook.

If possible, it might be a nicer experience to point to the specific line of a playbook where the path was specified.