> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gable.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# gable data-asset show

Shows the details of the requested data asset.

## Usage

```bash theme={null}
gable data-asset show DATA_ASSET_RESOURCE_NAME [OPTIONS]
```

## Arguments

**`DATA_ASSET_RESOURCE_NAME`** — Required

## Example

```bash theme={null}
gable data-asset show "postgres://sample.host:5432:db.public.table"
```
