diff --git a/README.md b/README.md index 90eda99..48d6fc8 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/THIRD_PARTY_LICENSE.txt b/THIRD_PARTY_LICENSES.txt similarity index 100% rename from THIRD_PARTY_LICENSE.txt rename to THIRD_PARTY_LICENSES.txt