Skip to content

Commit

Permalink
AIRFLOW-5492: added missing docstrings (apache#6107)
Browse files Browse the repository at this point in the history
  • Loading branch information
neuralgremlin authored and jghoman committed Sep 15, 2019
1 parent 52c6516 commit 3c064d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions airflow/macros/hive.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ def closest_ds_partition(
:type ds: list[datetime.date]
:param before: closest before (True), after (False) or either side of ds
:type before: bool or None
:param schema: table schema
:type schema: str
:param metastore_conn_id: which matastore connection to use
:type metastore_conn_id: str
:returns: The closest date
:rtype: str or None
Expand Down

0 comments on commit 3c064d4

Please sign in to comment.