From 3c064d4416ae9b924f63dc136262b1d331615aa7 Mon Sep 17 00:00:00 2001 From: Pedro Ortiz Monasterio <48163181+pedroortizm@users.noreply.github.com> Date: Sun, 15 Sep 2019 16:40:00 -0500 Subject: [PATCH] AIRFLOW-5492: added missing docstrings (#6107) --- airflow/macros/hive.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/airflow/macros/hive.py b/airflow/macros/hive.py index 914b9af2c4b1e2..5a0df1597c874f 100644 --- a/airflow/macros/hive.py +++ b/airflow/macros/hive.py @@ -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