domolibrary
  • Blog
  1. nbdev Blog
  • Client
    • get_data Module
    • DomoAuth
    • Logger
    • ResponseGetData
    • DomoError
  • Classes
    • DomoAccess
    • AccessToken
    • DomoAccount
    • Account_Credential
    • Account_Default
    • Account Config extensions
    • Account_OAuth
    • Activity Log
    • AppDb
    • Application
    • Job
    • Job
    • Job
    • Job
    • AppStudio
    • Bootstrap
    • Card
    • Certification
    • CodeEngine
    • DataCenter
    • Dataflow
    • Dataflow_Action
    • Dataflow_History
    • Dataset
    • Dataset_Connector
    • Dataset_Schema
    • Stream
    • Grant
    • Group
    • Instance Configuration_SSO
    • Instance Configuration
    • Instance Configuration_API_Client
    • Instance Routing Mapping for Instance Switcher
    • Instance Configuration_MFA
    • Instance Configuration User Attributes
    • DomoJupyter Integration
    • DomoJupyter Integration
    • DomoJupyter Integration
    • DomoJupyter Integration
    • Lineage
    • Group
    • Page
    • PageContent
    • PDP
    • Domo Publish
    • Role
    • Sandbox
    • Tag
    • User
  • Routes
    • Account Routes
    • Activity Log Routes
    • summarize text
    • AppDb
    • Application Routes
    • AppStudio Routes
    • Auth Routes
    • Access Token Auth Routes
    • BeastMode Routes
    • Bootstrap Routes
    • Card Routes
    • CodeEngine Routes
    • Datacenter Routes
    • Dataflow Routes
    • Dataset Routes
    • EnterpriseApps
    • VectorDB
    • Grant Routes
    • Group Routes
    • Instance Config Routes
    • API Client Routes
    • Instance Switcher (Instance Routing Mapping) Routes
    • Instance Config Multi Factor Authentication (MFA)Routes
    • SSO Routes
    • Jupyter Routes
    • Page Routes
    • PDP Routes
    • Publish Routes
    • Role Routes
    • Sandbox Routes
    • Stream Routes
    • User Routes
    • User Attribute Routes
    • Get domo workflow information
  • Integrations
    • Automation
    • DomoJupyter (GetInstanceCredentials)
    • RoleHierarchy
    • Shortcut Functions
  • Utils
    • Async Code Execution
    • Conversion utility functions
    • DictDot
    • Conversion utility functions
    • Image Utility Class
    • Read Creds from DotEnv
    • Upload Data to Domo
    • Generator Functions
Categories
All (17)
Backup (1)
Cards (1)
Dataflow (1)
Domo Everywhere (1)
Domo Features (1)
DomoCodeEngine (1)
DomoGroup (1)
DomoJupyter (3)
DomoStats (3)
DomoUser (1)
Governance (1)
Instance Configuration (2)
MagicETL (3)
Python (4)
Tagging (1)
Variables (1)
new user (1)

nbdev Blog

News, tips, and commentary about all things nbdev

 

How might I dynamically update a connector stored in GitHub?

# %pip install domolibrary

 

Creating and UPSERTing custom roles with DomoLibrary

a short post on using DomoLibrary to create and update custom roles with new grant lists and auto assign users to that role

 

Intro to Jupyter Workspaces

Presented by Jae Wilson and Riley Stahura @ Domopalooza 24

 

Extract CodeEngine Functions

Python
DomoCodeEngine
import datetime as dt
import os
import re

from enum import Enum
from functools import partial

import domolibrary.client.DomoAuth as dmda
import domolibrary.classes.DomoDat…
Apr 4, 2024
Jae Wilson

 

Tutorial Update Users

Python
DomoJupyter
DomoUser
User attributes, will be custom properties that we can manage and use to create dynamic pdp policies and groups
Jan 2, 2024
Jae Wilson

 

Tutorial Delete Duplicate Groups with Python

Python
DomoJupyter
DomoGroup
sometimes you have duplicate groups and want to remove all groups that match a regex expression.
Dec 18, 2023
Jae Wilson

 

Tutorial - Generate a DomoStats dataset using DomoLibrary

DomoStats
MagicETL
Don’t store your password on the internet!!!
Nov 28, 2023
Jae Wilson

 

Tutorial - Generate a DomoStats dataset using DomoLibrary

DomoStats
MagicETL
import os

domo_username = os.environ.get("DOMO_USERNAME")
domo_instance = os.environ['DOMO_INSTANCE']
domo_password = os.environ.get("DOMO_PASSWORD")
Nov 28, 2023
Jae Wilson

 

Tutorial - Generate a DomoStats dataset using DomoLibrary

DomoStats
MagicETL
470 rows × 11 columns
Nov 28, 2023
Jae Wilson

 

Query Domo Jupyter with Python

Python
DomoJupyter
![Tutorial Video pt 1 of 4]
Sep 13, 2023
Jae Wilson

 

Automated Card Backup

Backup
Cards
a short post on using DomoLibrary to automate dataset tagging
Apr 14, 2023
Jae Wilson

 

Automated Tagging

Tagging
Governance
a short post on using DomoLibrary to automate dataset tagging
Apr 4, 2023
Jae Wilson

 

Tutorial - Generate your Features list from the Bootstrap API

Instance Configuration
Domo Features
Configure a DomoAuth object that will be used to interact with DomoDatasets
Feb 2, 2023
Jae Wilson

 

Tutorial - Extract SQL from a Dataflow

Instance Configuration
Dataflow
Configure a DomoAuth object that will be used to interact with DomoDatasets
Feb 2, 2023
Jae Wilson

 

Domo Variables

Variables
Variable Types
Jan 24, 2023
Jae Wilson

 

Domo Distribution and Governance Strategy across Instances

Domo Everywhere
This is a framework for managing data distribution within an organization that has several departments using standalone instances of domo.
Jan 24, 2023
Jae Wilson

 

Domo Onboarding

new user
This document describes the best practices for beginner Domo users. There are different personas use cases covered in this document:
Jan 24, 2023
Jae Wilson
No matching items
  • Report an issue