Skip to content

Commit

Permalink
Adjust pipeline name and dataset name
Browse files Browse the repository at this point in the history
  • Loading branch information
sultaniman committed May 13, 2024
1 parent 356a16d commit 96dcfc5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/website/docs/walkthroughs/create-a-pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,11 @@ Remove the `exit()` call from the `main` function in `githubapi.py`, so that run

```py
if __name__=='__main__':

# configure the pipeline with your destination details
pipeline = dlt.pipeline(
pipeline_name='githubapi_issues',
pipeline_name='githubapi_repo_issues',
destination='duckdb',
dataset_name='githubapi_issues_data'
dataset_name='repo_issues_data'
)

# print credentials by running the resource
Expand Down

0 comments on commit 96dcfc5

Please sign in to comment.