// projects / domolibrary
crew-dcs
formerly domolibrary
The Python SDK for Domo. Async wrappers for the platform REST APIs, distributed as wheels through a private package index — no GitHub credentials at install time.
2.4.3
current version
pip install crew-dcs --extra-index-url https://datacrew.space/packages/
8
core modules
Auth, Dataset, Group, User, Page, DataFlow, and more
async
API design
All network calls are async-first, typed, and paginated
// related articles
TUTORIAL -- Domo + MySQL 5.6 - Removing non alphanumeric characters from strings
Sometimes when you upload data to Domo the space, new line, or carriage return comes in 'weird' making them difficult to excise from your data
A few tips for new consultants
- divide the workday into 2-hour chunks. Fill your calendar the preceeding week into those chunks to avoid context switching. (context switching is forcing your brain to remember the state of a prev…
DOMO BC - Card Building - Checklist Pt 1
- Box Plots and Histograms have a limit of 100,000 rows of data. Other chart types have a limit of 25,000 rows (although the charting engine may limit the data further depending on how many series are…