Skip to content

Commit

Permalink
Fix rebase errors
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash committed Jan 16, 2024
1 parent ecfb139 commit 45f5253
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions docs/website/docs/examples/chess_production/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,8 @@ import Header from '../_examples-header.md';
<Header
intro="In this tutorial, you will learn how to investigate, track, retry and test your loads."
slug="chess_production"
<<<<<<< HEAD
run_file="chess"
destination="duckdb" />
=======
install_comment="with duckdb"
install_packages='"dlt[duckdb]"'
run_file="chess" />
>>>>>>> d3a8e29b (Extend _examples-header, fix path in transformers)

## Run chess pipeline in production

Expand Down
2 changes: 1 addition & 1 deletion docs/website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ const sidebars = {
'examples/chess_production/index',
'examples/nested_data/index',
'examples/qdrant_zendesk/index',
'examples/google_sheets/index'
'examples/google_sheets/index',
'examples/pdf_to_weaviate/index'
],
},
Expand Down

0 comments on commit 45f5253

Please sign in to comment.