Skip to content

Commit 0cd320c

Browse files
author
DanLee
authored
add the fivetran logs package to the docs (#1023)
1 parent f418f8e commit 0cd320c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/content_tree.ts

+5
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ async function getPackageTrees(): Promise<Array<Tree<IExtraAttributes>>> {
6060
owner: "dataform-co",
6161
repo: "dataform-scd",
6262
title: "Slowly changing dimensions"
63+
},
64+
{
65+
owner: "dataform-co",
66+
repo: "dataform-fivetran-logs",
67+
title: "Fivetran: Fivetran Logs"
6368
}
6469
].map(async ({ owner, repo, title }) => {
6570
const tree = await new GitHubCms<IExtraAttributes>({

0 commit comments

Comments
 (0)