Skip to content

Commit

Permalink
docs(datasets): update wrong docstring about con (#461)
Browse files Browse the repository at this point in the history
Signed-off-by: Deepyaman Datta <[email protected]>
  • Loading branch information
deepyaman authored Dec 11, 2023
1 parent b8f3829 commit e4ad829
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions kedro-datasets/kedro_datasets/pandas/sql_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,8 @@ def __init__( # noqa: PLR0913
parameters in ``load_args``.
credentials: A dictionary with a ``SQLAlchemy`` connection string.
Users are supposed to provide the connection string 'con'
through credentials. It overwrites `con` parameter in
``load_args`` and ``save_args`` in case it is provided. To find
all supported connection string formats, see here:
through credentials.
To find all supported connection string formats, see here:
https://docs.sqlalchemy.org/core/engines.html#database-urls
load_args: Provided to underlying pandas ``read_sql_table``
function along with the connection string.
Expand Down

0 comments on commit e4ad829

Please sign in to comment.