Skip to content

Commit

Permalink
Updated the sidebar to include new documentation and standardized sni…
Browse files Browse the repository at this point in the history
…ppet titles (e.g., renamed python to py and yml to yaml) to align with the site's naming conventions.
  • Loading branch information
dat-a-man committed Feb 16, 2025
1 parent 2153523 commit 2d75a38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ and load process.

Fundamentally `dlt` is python code. This means that to run `dlt`, you should first set-up the [Python Connector](https://docs.getorchestra.io/docs/integrations/utility/python/) in Orchestra. You can find a step-by-step [dlt video tutorial here](https://www.youtube.com/watch?v=2V94CRXFZXk).

When configuring the python connection, ensure environment variables such as secrets are added with the [proper naming convention](https://dlthub.com/docs/general-usage/credentials/setup).
When configuring the python connection, ensure environment variables such as secrets are added with the [proper naming convention](../../general-usage/credentials/setup).

For example:

Expand All @@ -47,7 +47,7 @@ After configuring you `.dlt` project, you should ensure the pipelines you want t

Imported file; `pipeline.py`

```python
```py
from typing import List
import dlt

Expand Down Expand Up @@ -172,7 +172,7 @@ def load_web_analytics_events(

Executed File: `run_pipelines.py`

```python
```py
from pipeline.py import run_pipeline
import os

Expand All @@ -187,7 +187,7 @@ After doing this, you should add a Python Task to a Pipeline like so:

This will generate the below .yml:

```yml
```yaml
version: v1
name: 'Archive: Python2'
pipeline:
Expand Down
1 change: 1 addition & 0 deletions docs/website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ const sidebars = {
'walkthroughs/deploy-a-pipeline/deploy-with-dagster',
'walkthroughs/deploy-a-pipeline/deploy-with-prefect',
'walkthroughs/deploy-a-pipeline/deploy-with-modal',
'walkthroughs/deploy-a-pipeline/deploy-with-orchestra',
]
},
{
Expand Down

0 comments on commit 2d75a38

Please sign in to comment.