Skip to content

Commit fb079e8

Browse files
Update doc/data_ingestion.rst
Co-authored-by: Christoph Kuhnke <[email protected]>
1 parent 58c0bef commit fb079e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/data_ingestion.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ Use the `pyexasol` library to connect to the Exasol database and insert the Data
7171
conn.import_from_pandas(df, 'your_schema.your_table')
7272
7373
74-
Other options to import parquet
75-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
74+
Other Options to Import Parquet Data
75+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7676
To import a Parquet file from e.g. Amazon S3 into Exasol, you can also use the Exasol Cloud Storage Extensions.
7777
Detailed instructions and examples can be found in the the following `Cloud Storage Extensions User guide <https://github.com/exasol/cloud-storage-extension/blob/main/doc/user_guide/user_guide.md>`__.
7878

0 commit comments

Comments
 (0)