Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • U User docs
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PEP Public
  • User docs
  • Wiki
  • Using pepcli

Using pepcli · Changes

Page history
Update Using pepcli authored Feb 08, 2021 by Kai van Lopik's avatar Kai van Lopik
Hide whitespace changes
Inline Side-by-side
Using-pepcli.md
View page @ 4022bfcc
......@@ -119,6 +119,8 @@ pepcli ama column create <column name>
pepcli ama column remove <column name>
```
Because of technical limitations, PEP column names may contain only [printable ASCII characters](https://en.wikipedia.org/wiki/ASCII#Printable_characters). Additional restrictions apply to the names of columns into which Castor data are imported @@@ link and/or describe @@@.
Note that column removal will not discard data present in those columns; it will merely make the column's contents inaccessible. Therefore:
- when users retrieve data from an earlier moment in time, those data may include columns that have since been removed.
......@@ -144,6 +146,8 @@ pepcli ama columnGroup create <column group name>
pepcli ama columnGroup remove <column group name>
```
Because of technical limitations, column group names may contain only [printable ASCII characters](https://en.wikipedia.org/wiki/ASCII#Printable_characters). Note that [some column groups](https://gitlab.pep.cs.ru.nl/pep-public/user-docs/-/wikis/Data-structure#grouping) are predefined and/or managed by PEP itself.
Once a column group has been created, use the [`pepcli ama column`](#ama-column) subcommand to determine which columns are included in the group. `Access Administrator` can [grant access to column groups](Access-control#access-rules) using the `pepcli ama cgar` subcommand.
### `ama query`
......
Clone repository
  • Access control
  • April 2022 migration
  • Castor integration
  • Data structure
  • Glossary
  • Pseudonymization
  • Uploading and downloading data
  • Using pepcli with docker
  • Using pepcli
  • Home