The problem I’m having
I have defined this section in my .sqlfluff section
[sqlfluff:templater:jinja]
apply_dbt_builtins = true
load_macros_from_path = ./dbt_packages/automate_dv/macros
but while linting git lab throws this error
ValueError: Path does not exist: dbt_packages/automate_dv/macros
The context of why I’m trying to do this
I am trying to import automate_dv macros to help sqlfluff identify macros which belongs to automate_dv