-
PYDOMO SCRIPTS DEPLOYMENT
Is there a way I can deploy my automation using PYDOMO in DOMO Magic ETL or a workflow within DOMO? I wrote this using jupyter IDE.
-
Workbench | Multiple Accounts in One DOMO Instance
Hi, Is it possible to create multiple accounts to use in Workbench in one instance? This is because we have different permission/rights based on our roles. For example, scenario: We are using one server to upload on premise data - for security and refresh schedule. User 1 has workbench rights and can upload sales data.…
-
SHAREPOINT REST Connector | Issue
Hi, We are trying to connect to our sharepoint domain using specific service account provided for us. We tried following steps from this link: https://domohelp.domo.com/hc/en-us/articles/360043436773-Microsoft-Sharepoint-Online-REST-Connector#2.1. We already passed thru account verification with no issue using client id…
-
pyDOMO Create users based on existing dataset
Hi, Im trying to automate our creation of users and assign role dynamically based on our existing dataset in DOMO. Im new to pyDOMO and currently following samples below: user_list = pd.read_csv('UserList.csv') def add_user_list(ul,domo_object,invite=False): ur = CreateUserRequest() users_created = [] for index, row in…