Skip to content

Commit

Permalink
fix dataset name in .save method in spark.GBQQueryDataset
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi8893 committed Dec 20, 2024
1 parent e9216b3 commit 8b063fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro-datasets/kedro_datasets/spark/spark_gbq_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def load(self) -> DataFrame:

def save(self, data: None) -> NoReturn:
raise NotImplementedError(
"Save method is not implemented for SparkGBQQueryDataset"
"Save method is not implemented for spark.GBQQueryDataset"
)

def _describe(self) -> dict[str, Any]:
Expand Down

0 comments on commit 8b063fa

Please sign in to comment.