Skip to content

Commit

Permalink
Merge branch 'master' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfix authored Apr 9, 2024
2 parents 3a528ac + bcdde65 commit 7939749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/website/blog/2024-03-25-reverse_etl_dlt.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ credentials_json = '''
sheets_id = "1xj6APSKhepp8-sJIucbD9DDx7eyBt4UI2KlAYaQ9EKs"
```

### Step 4: Running the pipeline in `my_pipeline.py`(10min)
### Step 4: Running the pipeline in `sheets_destination.py`(10min)

Now, assuming you have a source function **`sql_database()`** from the verified sources, you can set up and run your pipeline as follows:
Now, assuming you have a source function **`dict_row_generator()`**, you can set up and run your pipeline as follows:

```py
# ... destination code from above
Expand Down

0 comments on commit 7939749

Please sign in to comment.