dbt compiling error

Hello, I’m using dbt core along with Automate DV package. However, I had to reinstall everything from scratch, but since then I’m getting the following error message. Can someone help with this?

13:46:10 Encountered an error:
Compilation Error
In dispatch: No macro named ‘get_escape_characters’ found within namespace: ‘automate_dv’
Searched for: ‘dwh.synapse__get_escape_characters’, ‘dwh.fabric__get_escape_characters’, ‘dwh.default__get_escape_characters’, ‘automate_dv.synapse__get_escape_characters’, ‘automate_dv.fabric__get_escape_characters’, ‘automate_dv.default__get_escape_characters’

Thank you

Can someone reply to this? I’m also getting the same error. @Sampar01 - Is your error fixed?

Hello, Yes it’s fixed now. Since the package does not support Synapse/Fabric it didn’t work properly. However, by adding new macro files (with error) and changing the prefix to synapse__, it should work. Also, check the following link for more details: Pull requests · Datavault-UK/automate-dv · GitHub. Hope this helps