vscode-dbt-power-user
vscode-dbt-power-user copied to clipboard
fix: cancellation issue
Overview
- fix cancellation issue in lineage
- added cancellation for validate sql
Problem
for lineage, panel is greyed out after cancelling for long running quest. Was using Promise.all to parallelize but due to python lock essentially request were serial.
Solution
Describe the implemented solution. Add external references if needed.
Screenshot/Demo
A picture is worth a thousand words. Please highlight the changes if applicable.
How to test
- Steps to be followed to verify the solution or code changes
- Mention if there is any settings configuration added/changed/deleted
Checklist
- [ ] I have run this code and it appears to resolve the stated issue
- [ ]
README.mdupdated and added information about my change