You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loving the software so far. This is a documentation nit, no bug here. The param docstring for all load_pandas_dataframe_to_table functions implies that source_dataframe is Local or remote filepath. The typing and actual implementation indicates a Dataframe is expected. I happened to be testing postgres, but I checked that documentation for other connection types under databases.base have the same error.
The text was updated successfully, but these errors were encountered:
thomkav
changed the title
Nit: Local or remote filepath implies incorrect type
Nit: Param docstring for load_pandas_dataframe_to_table: "Local or remote filepath" implies incorrect type
May 21, 2024
Hey Astro,
Loving the software so far. This is a documentation nit, no bug here. The param docstring for all
load_pandas_dataframe_to_table
functions implies thatsource_dataframe
isLocal or remote filepath
. The typing and actual implementation indicates a Dataframe is expected. I happened to be testing postgres, but I checked that documentation for other connection types under databases.base have the same error.astro-sdk/python-sdk/src/astro/databases/base.py
Line 649 in 149dd9e
The text was updated successfully, but these errors were encountered: