-
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.
Merge branch 'current' into feat_defer_clone
- Loading branch information
Showing
189 changed files
with
3,090 additions
and
874 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
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> |
Oops, something went wrong.