DBT hub has shared projects that I would like to re use in a Dataform project.
Also there are community and company-managed dbt packages stored in Github.
Is it possible to migrate or convert them to Dataform? Is there a tool that would help to do it?
You can check this article by Wiktor Jurek, that provides steps on to move from dbt to Dataform:
Set up the landing zone (by creating folders and configuring the dataform.json file)
Create sources files
Create the General Ledger file
Update the General Ledger code for Dataform
Execute code and explore the data