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.