Skip to content

Commit

Permalink
bring markdown titles back
Browse files Browse the repository at this point in the history
  • Loading branch information
AstrakhantsevaAA committed Sep 13, 2023
1 parent 4ec26f1 commit 66caf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlt/pipeline/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def run(
) -> LoadInfo:
"""Loads the data in `data` argument into the destination specified in `destination` and dataset specified in `dataset_name`.
Summary
### Summary
This method will `extract` the data from the `data` argument, infer the schema, `normalize` the data into a load package (ie. jsonl or PARQUET files representing tables) and then `load` such packages into the `destination`.
The data may be supplied in several forms:
Expand Down

0 comments on commit 66caf6c

Please sign in to comment.