Skip to content

Commit

Permalink
Update deltatable_dataset.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SajidAlamQB committed Aug 1, 2023
1 parent fd50471 commit a70292a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kedro-datasets/kedro_datasets/pandas/deltatable_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ def __init__( # pylint: disable=too-many-arguments
Args:
filepath (str): Filepath to a delta lake file with the following accepted protocol:
``S3``:
`s3://<bucket>/<path>`
`s3a://<bucket>/<path>`
`s3://<bucket>/<path>`
`s3a://<bucket>/<path>`
``Azure``:
`az://<container>/<path>`
`adl://<container>/<path>`
Expand Down

0 comments on commit a70292a

Please sign in to comment.