Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 779 Bytes

redshift-data.rst

File metadata and controls

38 lines (24 loc) · 779 Bytes

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