Skip to content

Commit

Permalink
add page skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Feb 20, 2025
1 parent 0dd8216 commit a611425
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
36 changes: 36 additions & 0 deletions docs/website/docs/plus/getting-started/advanced_tutorial.md
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


1 change: 1 addition & 0 deletions docs/website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ const sidebars = {
items: [
'plus/getting-started/installation',
'plus/getting-started/tutorial',
'plus/getting-started/advanced_tutorial',
]
},
{
Expand Down

0 comments on commit a611425

Please sign in to comment.