Request for CloudQuery transformations installation guide with dbt dependency management

Is there any documentation or common workflow for installing the CloudQuery transformations with dbt? We have it working by downloading the addon and manually unzipping it, but we’d like to use dbt’s built-in dependency management if at all possible? dbt Documentation on Packages

As of right now, this is the only way we distribute the transformations. Can you describe some of the difficulties you are facing that is pushing you towards wanting to use the DBT dependency management?

Not really difficulties. We’re vendoring some internal team modules for installation through dbt deps, and it would be great if CloudQuery transformations could be bundled the same way. Downloading and unzipping works well enough for what we’re doing; it’s more of a UX thing.