From 809522d7c18493bb85790b3cc64bab5ce7a2fac0 Mon Sep 17 00:00:00 2001 From: Minura Punchihewa Date: Fri, 11 Oct 2024 17:08:07 +0530 Subject: [PATCH] added the missing location attr to the docstring --- .../databricks/external_table_dataset.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kedro-datasets/kedro_datasets_experimental/databricks/external_table_dataset.py b/kedro-datasets/kedro_datasets_experimental/databricks/external_table_dataset.py index 29a545df7..5c1a2466c 100644 --- a/kedro-datasets/kedro_datasets_experimental/databricks/external_table_dataset.py +++ b/kedro-datasets/kedro_datasets_experimental/databricks/external_table_dataset.py @@ -126,6 +126,7 @@ def _create_table( # noqa: PLR0913 database: The database of the table. format: The format of the table. write_mode: The write mode for the table. + location: The location of the table. dataframe_type: The type of dataframe. primary_key: The primary key of the table. json_schema: The JSON schema of the table.