Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 983 Bytes

redshift-data.rst

File metadata and controls

49 lines (30 loc) · 983 Bytes

redshift-data

Example usage

python

@mock_redshiftdata def test_redshiftdata_behaviour: boto3.client("redshift-data") ...

Implemented features for this service

  • [ ] batch_execute_statement
  • [X] cancel_statement
  • [X] describe_statement
  • [ ] describe_table
  • [X] execute_statement

    Runs an SQL statement Validation of parameters is very limited because there is no redshift integration

  • [X] get_statement_result

    Return static statement result StatementResult is the result of the SQL query "sql" passed as parameter when calling "execute_statement" As such, it cannot be mocked

  • [ ] list_databases
  • [ ] list_schemas
  • [ ] list_statements
  • [ ] list_tables