Creating a Functions Library

Create a library to contain the user-defined functions that you create.

By saving and organizing user-defined functions in one or more libraries, you can easily find and reuse functions in data flows.

    1. Navigate to the workspace in which you want to create the library.

      For the steps to access a workspace, see Accessing a Workspace.

    2. On the workspace home page, click User-defined functions.
    3. On the User-defined functions page, click Create library and select Create new.
    4. On the Create function library page, enter a name and an optional description for the library.

      The identifier is a system-generated value based on the library name that you enter. You can change the value, but after you create and save the library, you can't update the identifier.

    5. Click Create.
    Data Integration creates the library and opens the library details page. From this page, you can create and manage functions, and also edit or delete the library.
  • Use the oci data-integration function-library create command and required parameters to create a library for user-defined functions:

    oci data-integration function-library create [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

  • Run the CreateFunctionLibrary operation to create a library for user-defined functions.