-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

odps


> Aliyun ODPS (Open Data Processing Service) command-line tool.

> Some subcommands such as `odps inst` have their own usage documentation.

More information.


Start the command-line with a custom configuration file:

odpscmd --config={odps_config.ini}

Switch current project:

use {project_name};

Show tables in the current project:

show tables;

Describe a table:

desc {table_name};

Show table partitions:

show partitions {table_name};

Describe a partition:

desc {table_name} partition ({partition_spec});


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Mon May 20 22:48:11 2024