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 DatabaseCreates a new Spanner database and starts to prepare it for serving.spanner.create_database
- Create InstanceCreates an instance and begins preparing it to begin serving.spanner.create_instance
- Delete InstanceDeletes an instance.spanner.delete_instance
- Delete SessionEnds a session, releasing server resources associated with it.spanner.delete_session
- Execute DMLRun an INSERT/UPDATE/DELETE on Spanner inside a read-write transaction.spanner.execute_dml
- Execute SQLRun a read-only SQL query on Spanner and return rows as plain dicts.spanner.execute_sql
- Get DatabaseGets the state of a Cloud Spanner database.spanner.get_database
- Get InstanceGets information about a particular instance.spanner.get_instance
- Get SessionGets a session.spanner.get_session
- List DatabasesList databases in a Spanner instance.spanner.list_databases
- List InstancesList Spanner instances in a project.spanner.list_instances
- List SessionsLists all sessions in a given database.spanner.list_sessions
- Update DatabaseUpdates a Cloud Spanner database.spanner.update_database
- Update InstanceUpdates 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.