-
Notifications
You must be signed in to change notification settings - Fork 982
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
194 changed files
with
3,452 additions
and
928 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
title: "Enhance your code" | ||
description: "Learn how you can enhance your code" | ||
pagination_next: "docs/build/project-variables" | ||
pagination_prev: null | ||
--- | ||
|
||
<div className="grid--2-col"> | ||
|
||
<Card | ||
title="Project variables" | ||
body="Learn how to use project variables to provide data to models for compilation." | ||
link="/docs/build/project-variables" | ||
icon="dbt-bit"/> | ||
|
||
<Card | ||
title="Environment variables" | ||
body="Learn how you can use environment variables to customize the behavior of a dbt project." | ||
link="/docs/build/environment-variables" | ||
icon="dbt-bit"/> | ||
|
||
</div> | ||
<br /> | ||
<div className="grid--2-col"> | ||
|
||
<Card | ||
title="Packages" | ||
body="Learn how you can leverage code reuse through packages (libraries)." | ||
link="/docs/build/packages" | ||
icon="dbt-bit"/> | ||
|
||
<Card | ||
title="Hooks and operations" | ||
body="Learn how to use hooks to trigger actions and operations to invoke macros." | ||
link="/docs/build/hooks-operations" | ||
icon="dbt-bit"/> | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: "Enhance your models" | ||
description: "Learn how you can enhance your models" | ||
pagination_next: "docs/build/materializations" | ||
pagination_prev: null | ||
--- | ||
|
||
<div className="grid--2-col"> | ||
|
||
<Card | ||
title="Materializations" | ||
body="Learn how to use materializations to make dbt models persist in a data platform." | ||
link="/docs/build/materializations" | ||
icon="dbt-bit"/> | ||
|
||
<Card | ||
title="Incremental models" | ||
body="Learn how to use incremental models so you can limit the amount of data that needs to be transformed." | ||
link="/docs/build/incremental-models" | ||
icon="dbt-bit"/> | ||
|
||
</div> | ||
<br /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.