Skip to content

Commit

Permalink
Third Party Licenses file
Browse files Browse the repository at this point in the history
  • Loading branch information
Anand Chandak committed May 25, 2021
1 parent 34b8efe commit 29bc72f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ You must have Set Up Your Tenancy and be able to Access Data Flow

| Example | Description | Python |
|-------------------|:-----------:|:------:|
| CSV to Parquet |This application shows how to use PySpark to convert CSV data store in OCI Object Store to Apache Parquet format which is then written back to Object Store. |[sample](./python/csv_to_parquet)|
| Load to ADW |This application shows how to read a file from OCI Object Store, perform some transformation and write the results to an Autonomous Data Warehouse instance. |[sample](./python/loadadw)|
| CSV to Parquet |This application shows how to use PySpark to convert CSV data store in OCI Object Store to Apache Parquet format which is then written back to Object Store. |[CSV to Parquet](./python/csv_to_parquet)|
| Load to ADW |This application shows how to read a file from OCI Object Store, perform some transformation and write the results to an Autonomous Data Warehouse instance. |[Load to ADW](./python/loadadw)|

For step-by-step instructions, see the README files included with each sample.

Expand Down
File renamed without changes.

0 comments on commit 29bc72f

Please sign in to comment.