Creating an Application with the Code Editor

You can use the Code Editor to create a Data Flow Application.

You must have created the configuration for user authentication as described in Using the Code Editor.

    1. Open the navigation menu, and select Analytics and AI. Under Data Lake select Data Flow.
    2. In the left-side menu, select Applications.
    3. Select Launch code editor.
      The Code editor opens.
    4. Select the O Oracle logo.
    5. Select DATA FLOW plugin, and then expand the compartment that you want to create the application in.
    6. Right-click Projects and select Create project.
      There are three options as to how to create the project:
      • Create from scratch - select this option when you want to create the project in code editor without sourcing from any external repository.
      • Create from a template - select this option when you want to use one of the prebuilt templates seeded in the Data Flow Plugin. These templates are sourced from the OCI Data Flow GitHub Repo.
      • Create from a code repository - select this option when your code is in an external GitHub and you want reuse it by cloning it in the editor.
    7. (Optional) To create a project from scratch, select Create from scratch and enter the Project name.
    8. (Optional) To create a project from a template, select Create from a template and select the template you want to use.
    9. (Optional) To create a project from the code repository, select Create from a code repository.
      1. Enter the project name.
      2. Enter the repository URL.
      3. Select Enter.
      4. Select Add to workspace.
    10. Edit the Application as needed.
    11. Save the Application.
  • This task can't be performed using the CLI.

  • This task can't be performed using the API.