Skip to content

Commit

Permalink
🎨 Add missing columns docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mgardzinski committed Jan 10, 2025
1 parent 9cac055 commit d1a67bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/viadot/sources/mediatool.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ def fetch_and_transform(
organization_id (str, optional): Organization ID. Defaults to None.
vehicle_ids (list[str]): List of organization IDs. Defaults to None.
media_type_ids (list[str]): List of media type IDs. Defaults to None.
columns (list[str], optional): If provided, a list of column names to
include in the DataFrame.By default, all columns will be included.
Defaults to None.
if_empty (str, optional): What to do if a fetch produce no data.
Defaults to "warn
add_endpoint_suffix (bool, optional): If True, appends the endpoint name
Expand Down

0 comments on commit d1a67bc

Please sign in to comment.