Skip to content

Commit

Permalink
Source File: change header=0 to header=null in docs (airbytehq#35595)
Browse files Browse the repository at this point in the history
CI tests failed because the version was not incremented, despite only a single line being altered in the documentation. This change is minor and can be safely merged.
  • Loading branch information
roman-yermilov-gl authored and FVidalCarneiro committed Feb 27, 2024
1 parent ec78d4c commit e1eff9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions airbyte-integrations/connectors/source-file/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-file/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "0.3.16"
version = "0.4.0"
name = "source-file"
description = "Source implementation for File"
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/file.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ For example, if the format `CSV` is selected, then options from the [read_csv](h

- It is therefore possible to customize the `delimiter` (or `sep`) to in case of tab separated files.
- Header line can be ignored with `header=0` and customized with `names`
- If a file has no header, it is required to set `header=null`; otherwise, the first record will be missing
- Parse dates for in specified columns
- etc

Expand Down

0 comments on commit e1eff9d

Please sign in to comment.