Baidu AI Cloud
中国站

百度智能云

Data Warehouse

SHOW-REPOSITORIES

SHOW REPOSITORIES

Description

This statement is used to view the repositories created.

SHOW REPOSITORIES;

Description of return results:

    RepoId: 385148
  RepoName: bos_repo
CreateTime: 2020-09-28 19:46:00
IsReadOnly: false
  Location: bos://my_bucket/palo_backup
    Broker: bos
    ErrMsg: NULL
  • RepoId:Unique ID of each repository.
  • RepoName:name of repository.
  • CreateTime:The time when the respository was first created.
  • IsReadOnly:Whether it is a read-only respository.
  • Location:Root directory in the respository for backing up data.
  • Broker:Name of Broker service relied on.
  • ErrMsg:Palo will regularly check the connectivity of repositories, and if there is any problem found, an error message will be displayed here.

Example

  1. View the repositories created:

    SHOW REPOSITORIES;

Keywords

SHOW, REPOSITORY, REPOSITORIES

Previous
SHOW-ROUTINE-LOAD-TASK
Next
SHOW-RESOURCES