-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
dbt ls
as the default parser when profile_config is provided (#…
…1101) The `load_via_custom_parser` method is not very effective when it comes to filtering. Currently, if the ExecutionMode is not Local, we always use load_via_custom_parser to parse the dbt project. However, I believe it's beneficial to utilize DBT LS whenever it's available. This PR removes the check if the execution mode is ExecutionMode.LOCAL before `load_via_dbt_ls` Related: #943
- Loading branch information
1 parent
b25d5ea
commit e61f3a3
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters