Skip to content

Commit

Permalink
Merge pull request #1001 from Bl3f/patch-1
Browse files Browse the repository at this point in the history
Edit arrow-pandas.md and fix a typo
  • Loading branch information
sh-rp authored Mar 1, 2024
2 parents 7e1163b + c78be61 commit c64cd87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ import pandas as pd

# Create a resource using that yields a dataframe, using the `ordered_at` field as an incremental cursor
@dlt.resource(primary_key="order_id")
def orders(ordered_at = dlt.sources.incremental('ordered_at'))
def orders(ordered_at = dlt.sources.incremental('ordered_at')):
# Get dataframe/arrow table from somewhere
# If your database supports it, you can use the last_value to filter data at the source.
# Otherwise it will be filtered automatically after loading the data.
Expand Down

0 comments on commit c64cd87

Please sign in to comment.