Skip to content

Commit

Permalink
adds docsting on table format to decorators
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfix committed Oct 16, 2023
1 parent 78fc17a commit 918c4d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dlt/extract/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,8 @@ def resource(
merge_key (str | Sequence[str]): A column name or a list of column names that define a merge key. Typically used with "merge" write disposition to remove overlapping data ranges ie. to keep a single record for a given day.
This argument also accepts a callable that is used to dynamically create tables for stream-like resources yielding many datatypes.
table_format (Literal["iceberg"], optional): Defines the storage format of the table. Currently only "iceberg" is supported on Athena, other destinations ignore this hint.
selected (bool, optional): When `True` `dlt pipeline` will extract and load this resource, if `False`, the resource will be ignored.
spec (Type[BaseConfiguration], optional): A specification of configuration and secret values required by the source.
Expand Down

0 comments on commit 918c4d5

Please sign in to comment.