Skip to content

Commit

Permalink
Update viadot/tasks/cloud_for_customers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafalz13 authored Oct 11, 2023
1 parent 63dd311 commit 66be264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viadot/tasks/cloud_for_customers.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def run(
endpoint (str, optional): The endpoint of the API. Defaults to None.
fields (List[str], optional): The C4C Table fields. Defaults to None.
params (Dict[str, str]): Query parameters. Defaults to None.
chunksize (int, optional): How many rows to retrieve from C4C at a time. Uses a server-side cursor.
chunksize (int, optional): How many rows to retrieve from C4C at a time. Uses a server-side cursor. Defaults to None.
if_empty (str, optional): What to do if query returns no data. Defaults to "warn".
credentials_secret (str, optional): The name of the Azure Key Vault secret containing a dictionary
with C4C credentials. Defaults to None.
Expand Down

0 comments on commit 66be264

Please sign in to comment.