Closed Lef-F closed 2 years ago
Thanks @Lef-F ! I will try it locally and merge it if all looks good!
Thanks for the feedback @b-per 🙏 Let me know what you think.
Thanks for the update @Lef-F ! I will try it again quickly today and will merge it after.
Thanks! I just merged it now.
This dbt autocompletion tool is a must have for dbt users and devs. We use dbt in our airflow DAGs and thus have defined a custom path for the compilation results (
target/
) indbt_project.yml
.This tiny PR adds support for the full path to the
manifest.json
to be specified as an environment variableDBT_MANIFEST_PATH
. (+ some minor whitespace cleaning)What do you think?