OCNORA

Google Cloud Spanner

Google CloudOAuth 2.0credential probe

Run SQL and DML on Google Cloud Spanner databases (Google OAuth2).

OCNORA ships 14 typed Google Cloud Spanner operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.

Operations 14

  • Create Database
    Creates a new Spanner database and starts to prepare it for serving.
    spanner.create_database
  • Create Instance
    Creates an instance and begins preparing it to begin serving.
    spanner.create_instance
  • Delete Instance
    Deletes an instance.
    spanner.delete_instance
  • Delete Session
    Ends a session, releasing server resources associated with it.
    spanner.delete_session
  • Execute DML
    Run an INSERT/UPDATE/DELETE on Spanner inside a read-write transaction.
    spanner.execute_dml
  • Execute SQL
    Run a read-only SQL query on Spanner and return rows as plain dicts.
    spanner.execute_sql
  • Get Database
    Gets the state of a Cloud Spanner database.
    spanner.get_database
  • Get Instance
    Gets information about a particular instance.
    spanner.get_instance
  • Get Session
    Gets a session.
    spanner.get_session
  • List Databases
    List databases in a Spanner instance.
    spanner.list_databases
  • List Instances
    List Spanner instances in a project.
    spanner.list_instances
  • List Sessions
    Lists all sessions in a given database.
    spanner.list_sessions
  • Update Database
    Updates a Cloud Spanner database.
    spanner.update_database
  • Update Instance
    Updates an instance, and begins allocating or releasing resources as requested.
    spanner.update_instance

Run your first Google Cloud Spanner workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.