Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

in Google Sheets column droped if first value is null #591

Open
korbash opened this issue Dec 27, 2024 · 0 comments
Open

in Google Sheets column droped if first value is null #591

korbash opened this issue Dec 27, 2024 · 0 comments

Comments

@korbash
Copy link

korbash commented Dec 27, 2024

dlt version

1.4.1

Source name

google_sheets

Describe the problem

Issue:

When working with this table in Google Sheets:

Col0 Col1
a
b c

The second column (Col1) droped by source.

What should happen:

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

@korbash korbash changed the title in Google Sheets drop column if first value is null in Google Sheets column droped if first value is null Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Planned
Development

No branches or pull requests

1 participant