-
Notifications
You must be signed in to change notification settings - Fork 10
pacx table exportMetadata
github-actions[bot] edited this page Dec 7, 2023
·
2 revisions
Exports the metadata definition of a given table (for documentation purpose)
| Long Name | Short Name | Required? | Description | Default value | Valid values |
|---|---|---|---|---|---|
table |
t |
Y | The name of the table containing the column to export. | - | String |
what |
w |
N | The level of details to export. | All |
Entity, Default, Attributes, Privileges, Relationships, All |
output |
o |
N | The name of the folder that will contain the file with the exported metadata. (default: current folder) | - | String |
run |
r |
N | Automatically opens the file containing the exported metadata after export. | False |
true, false |
format |
f |
N | The format of the exported metadata file. | Json |
Json, Excel |