You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data-platform/open-source-data-platforms/oci-data-flow/README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,21 @@ When using OCI Data Science to build and deploy an OCI Data Flow application. Us
29
29
-[Load data from OCI Data Flow into Autonomous Database](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/open-source-data-platforms/oci-data-flow/code-examples/load-data-to-adw)
30
30
When you are planning to use an Autonomous Database as a source and/or Autonomous Database as a target when running an OCI Data Flow application.
31
31
32
-
-[Connect to Salesforce using OCI Data Flow](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/open-source-data-platforms/oci-data-flow/code-examples/salesforce)
32
+
-[Connect to Salesforce using OCI Data Flow](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/open-source-data-platforms/oci-data-flow/code-examples/connect-to-salesforce)
33
33
When you are looking to use Salesforce data in your OCI Data Flow application, you can use the script to establish the connection and query relevant Salesforce data.
34
34
35
35
-[Run OCI Data Flow from OCI Functions](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/open-source-data-platforms/oci-data-flow/code-examples/run-from-functions)
36
36
When in your overall flow OCI Functions are used (e.g., based on an event) to start an OCI Data Flow job run.
37
+
38
+
-[Connect to AWS SR](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/open-source-data-platforms/oci-data-flow/code-examples/connect-to-AWS-S3)
39
+
When you are using AWS S3 to store files and these files need to be processed in your OCI Data Flow application, you can use this file and extract the code snippet to establish the connection.
40
+
41
+
-[Connect to PostgreSQL](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/open-source-data-platforms/oci-data-flow/code-examples/connect-to-postgresql)
42
+
When you are using PostgreSQL database to store and retrieve data and you need to establish a connection between OCI Data Flow and you PostgreSQL instance.
43
+
44
+
-[Connect to Snowflake](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/open-source-data-platforms/oci-data-flow/code-examples/connect-to-Snowflake)
45
+
When you are using Snowflake as your database and you need to establish a connection between OCI Data Flow and your Snowflake instance.
0 commit comments