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
Both columns (Col0 and Col1) should keep their data as entered.
What actually happens:
The second column (Col1) gets dropped.
Expected behavior
No response
Steps to reproduce
load this csv to google sheets
col0, col1
a,
b, c
then read it with
google_spreadsheet(
spreadsheet_url_or_id=url,
credentials=creds,
range_names=["list1!a1:b3"]
)
How you are using the source?
I run this source in production.
Operating system
Linux
Runtime environment
Local
Python version
3.12.3
dlt destination
snowflake
Additional information
No response
The text was updated successfully, but these errors were encountered:
dlt version
1.4.1
Source name
google_sheets
Describe the problem
Issue:
When working with this table in Google Sheets:
The second column (
Col1
) droped by source.What should happen:
Both columns (
Col0
andCol1
) should keep their data as entered.What actually happens:
The second column (
Col1
) gets dropped.Expected behavior
No response
Steps to reproduce
load this csv to google sheets
col0, col1
a,
b, c
then read it with
google_spreadsheet(
spreadsheet_url_or_id=url,
credentials=creds,
range_names=["list1!a1:b3"]
)
How you are using the source?
I run this source in production.
Operating system
Linux
Runtime environment
Local
Python version
3.12.3
dlt destination
snowflake
Additional information
No response
The text was updated successfully, but these errors were encountered: