RDA Client
Installation instructions for RDA client command line utility to interact with RDA platform
Last updated
Installation instructions for RDA client command line utility to interact with RDA platform
Last updated
RDA Client (rdac
) is a command-line utility that allows you to interact with RDA Fabric and RDA Platform. rdac is pre-packaged as a native utility in the following modules. In most cases, you don't need to install rdac separately, but if you need to, jump over to Installing rdac CLI in your own environment (section)
rdac
in RDA StudioOpen New Terminal from the File menu
Type 2 for selecting rdac option
rdac
in RDA WorkerIf you have installed your own RDA Worker Nodes for data processing and bot/pipeline execution in your own environment (ex: DC/Edge/On-prem) then you can also use rdac
that is pre-packaged in the worker node.
Find container ID of RDA worker instance using docker ps
Open interactive shell into the container
Use rdac
Note however that the usage of rdac in the worker is not recommended for frequent usage, as you would like to minimize interactions and load in the worker node. The preferred option is to use the rdac in Studio (see above)
Users will be able to use one of the following methods to install/deploy rdac CLI
Python 3.x Environment
Docker Environment is installed and docker daemon is running
Curl tool is available
Step-1: Download the RDA network configuration file
Download your RDA Credentials and save them under ~/.rda/rda_network_config.json (Linux or Mac environments)
Step-2: Run the curl command to download the RDAC CLI tool
Step-3: Run the radc command
Please refer to RDA Client CLI Documentation for more details.