Skip to content

Commit

Permalink
docstring clarification
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Chan <github@ericchan.info>
  • Loading branch information
DevDaveFrame and echan217 authored Nov 28, 2023
1 parent a36f39b commit 6454fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigquery_exporter/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def export(self, pull_date=None, *args, **kwargs):
Export data to BigQuery.
Args:
pull_date (datetime.datetime, optional): The date to pull data from. If not provided, the current date and time will be used.
pull_date (datetime.datetime, optional): The datetime used to populate the pull_date field. If not provided, the current date and time will be used.
Raises:
Exception: If an error occurs while exporting the data.
Expand Down

0 comments on commit 6454fc8

Please sign in to comment.