Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian authored and Adrian committed Oct 9, 2023
1 parent 8ca918a commit ac03248
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/website/blog/2023-10-09-dlt-ops-startups.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ Customize the INVOICE_QUERIES dictionary in the `unstructured_data/settings.py`

### Step 6: Run the pipeline!

And now the magic happens. Type `python unstructured_data_pipeline.py`. In the next step, dlt will save all processed structured data to the database (in my case BigQuery).
And now the magic happens. Type `python unstructured_data_pipeline.py`.
In the next step, dlt will save all processed structured data to the database (in my case BigQuery).

### Step 7: Check the outcome in BigQuery

Expand All @@ -131,7 +132,8 @@ Here’s how the result looks like in BigQuery:

![screenshot 2](pdf_parse_outcome_2.png)

Bonus: In order to have a Google Sheet with live updates, you can go to the Data tab in your Spreadsheet → Data Connectors → BigQuery → choose your database and voila, your data will be updated automatically.
Bonus: In order to have a Google Sheet with live updates, you can go to the Data tab in your
Spreadsheet → Data Connectors → BigQuery → choose your database and voila, your data will be updated automatically.

![screenshot 3](pdf_parse_outcome_3.png)

Expand Down

0 comments on commit ac03248

Please sign in to comment.