The pangolin-user tool is for data engineers and analysts to discover data, manage branches, and request access.
pangolin-user
pangolin-user --profile devpangolin-user list-catalogs
pangolin-user search "sales_data"list-catalogs: View available catalogs.search <query>: Search for tables and views.generate-code --language <pyiceberg|pyspark|dremio|sql> --table <table_name>: Generate connection snippets.get-token [--description <text>] [--expires-in <days>]: Generate personal API key.
list-branches --catalog <catalog>: View branch history.create-branch --catalog <catalog> <name> [--from <branch>] [--branch-type <type>]: Create new fork.merge-branch --catalog <catalog> --source <src> --target <tgt>: Promote/Integrate changes.
list-tags --catalog <catalog>: View immutable release/snapshot tags.create-tag --catalog <catalog> --name <name> --commit-id <id>: Tag a specific version.
request-access --resource <res> --role <role> --reason <text>: Request permission to an asset.list-requests: View status of your pending/historical requests.