Skip to content

Commit b3d62c3

Browse files
roman-yermilov-gljatinyadav-cc
authored andcommitted
Source File: change header=0 to header=null in docs (airbytehq#35595)
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.
1 parent aa74998 commit b3d62c3

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

airbyte-integrations/connectors/source-file/poetry.lock

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/source-file/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "0.3.16"
6+
version = "0.4.0"
77
name = "source-file"
88
description = "Source implementation for File"
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/file.md

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ For example, if the format `CSV` is selected, then options from the [read_csv](h
104104

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

0 commit comments

Comments
 (0)