dbt_project.yml
file, if starting a new dbt project:
models
in the repository, in same folder as dbt_project.yml
models
folder, matching the domain you’re exporting from Honeydew (for example mydomain.sql
)
models
folder, matching the domain you’re exporting from Honeydew (for example mydomain.yml
)
mydomain.yml
)
world
.Create project
Warehouse connection
jdbc.honeydew.cloud
<workspace>__<branch>
value, based on the Honeydew workspace
and branch
you would like to connect to.
Omit the branch value if connecting to prod
.
For example, for workspace tpch
, branch prod
, the value would be: tpch
.
And for workspace tpch
, branch dev
, it would be tpch__dev
.
(or to the user’s password in Honeydew).443
and SSL mode to https
dbt connection
Test and deploy
label
Lightdash field property). When no display name is set, Honeydew creates an automatic user friendly name.groups
and group_details
Lightdash properties). When no folder is set, Honeydew uses the entity name as folder names.type
Lightdash measure property). Note that Honeydew can support any SQL aggregation function as a measure, hence
the measure type is not always a direct mapping to Lightdash measure types.hidden
Lightdash field property).description
Lightdash field property).