Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.17 KB

File metadata and controls

42 lines (27 loc) · 1.17 KB

AWS data.all SDK (dataall-sdk)

An AWS Professional Service open source initiative | aws-proserve-opensource@amazon.com

Code style: black License

Checked with mypy Static Checking [Documentation Status

Table of contents

Quick Start

Installation command: pip install dataall_sdk

import dataall_sdk

# Profile w/ UserA (assuming UserA profile configured in ~/.dataall/config.yaml)
da_client = dataall.client(profile="UserA") 

list_org_response = da_client.list_organizations()
print(list_org_response)