AIRFLOW-5492: added missing docstrings (#6107)

This commit is contained in:
Pedro Ortiz Monasterio 2019-09-15 16:40:00 -05:00 коммит произвёл Jakob Homan
Родитель 52c6516509
Коммит 3c064d4416
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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