Skip to content

Commit

Permalink
add example tags
Browse files Browse the repository at this point in the history
  • Loading branch information
AstrakhantsevaAA committed Oct 26, 2023
1 parent 7369bd6 commit 0c5645a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# @@@DLT_SNIPPET_START example
[runtime]
slack_incoming_hook=""
# @@@DLT_SNIPPET_END example
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

@skipifgithubfork
def incremental_snippet() -> None:
# @@@DLT_SNIPPET_START example
# @@@DLT_SNIPPET_START markdown_source
import threading
from typing import Any, Iterator
Expand Down Expand Up @@ -179,6 +180,7 @@ def load_data_with_retry(data):
else:
print(f"Players table contains {count} rows")
# @@@DLT_SNIPPET_END markdown_norm_info
# @@@DLT_SNIPPET_END example

# check that stuff was loaded
row_counts = pipeline.last_trace.last_normalize_info.row_counts
Expand Down

0 comments on commit 0c5645a

Please sign in to comment.