➜ ~ mprove get-sample -hFetch sample data rows from a database table or column for a project connection━━━ Usage ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━$ mprove get-sample━━━ Options ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ --project-id #0 (required) Project Id --env #0 (required) Environment --connection-id #0 (required) Connection Id --schema #0 (required) Schema Name --table #0 (required) Table Name --column #0 (optional) Column Name --offset #0 (optional) Offset for pagination --json (default false) --env-file-path #0 (optional) Path to ".env" file━━━ Examples ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━Get sample data from a table $ mprove get-sample --project-id DXYE72ODCP5LWPWH2EXQ --env prod --connection-id c1_postgres --schema public --table usersGet sample data from a specific column with offset $ mprove get-sample --project-id DXYE72ODCP5LWPWH2EXQ --env prod --connection-id c1_postgres --schema public --table users --column user_id --offset 10