Skip to content

rvrdata.adapters.rvrsql

Sql adapter for sql type databases wraps sqlalchemy.

class RvrdataRvrsql

Sql adapter for rvrsql.

force_pass()

Fake successful action that does nothing (used for testing dry-runs).

execute()

Execute sql statement.

SQL Metrics

The following metrics are included in the step results:

  • rvrdata.dataflow.action.rvrsql.execute.action_count: Number of times the SQL execute function is called (int).
  • rvrdata.dataflow.action.rvrsql.execute.row_count: Number of rows returned by the SQL execute function (int).

One row is added to the metrics each time the action is run.