-
Notifications
You must be signed in to change notification settings - Fork 229
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
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
36 changes: 36 additions & 0 deletions
36
docs/website/docs/plus/getting-started/advanced_tutorial.md
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,36 @@ | ||
--- | ||
title: Advanced Project tutorial | ||
description: Using the dlt+ cli commands to create and manage dlt+ Project | ||
keywords: [command line interface, cli, dlt init, dlt+, project] | ||
--- | ||
|
||
import Link from '../../_plus_admonition.md'; | ||
|
||
<Link/> | ||
|
||
This tutorial will introduce you to advanced dlt project features. You will learn how to: | ||
|
||
* Understand how dlt+ creates implicit dlt entites if they are not defined and how to prevent this | ||
* Learn how to use dlt+ datasets to restrict access to certain datasets and destinations | ||
* Learn how to interact with the dlt+ project context and entities from code | ||
* Create a packaged dlt+ project which you can distribute to other stakeholders in your company | ||
|
||
## Prerequisites | ||
|
||
To follow this tutorial, make sure: | ||
|
||
- dlt+ is set up according to the [installation guide](./installation.md) | ||
- you're familiar with the [core concepts of dlt](../../reference/explainers/how-dlt-works.md) | ||
|
||
## Implicit entities | ||
|
||
|
||
## Managing Datasets | ||
|
||
|
||
## Interacting with the project context in code | ||
|
||
|
||
## Packaging a project | ||
|
||
|
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