Change Update Method Using Pydomo
Created a dataset using Pydomo.
ds_update method does only a REPLACE.
Not sure how to change it to append.
Any help is appreciated. Thanks!
Answers
-
Hi @user059353, you could use ds_import:
ds_import(ds_id, df_up, update_method = "REPLACE")
where
ds_id
: Data set id (from url in Domo).df_up
: Dataframe to upload.update_method
:Optional choose the appropriate updateMethod when importing data via the API. Available choices are either to APPEND or REPLACE.6 -
Hi @amehdad.
The ds_import function is not available in the PyDomo module.
I get an error when I try to inspect the arguements.
>>> inspect.getfullargspec(Domo.ds_query)
FullArgSpec(args=['self', 'dataset_id', 'query', 'return_data'], varargs=None, varkw=None, defaults=(True,), kwonlyargs=[], kwonlydefaults=None, annotations={})
>>> inspect.getfullargspec(Domo.ds_import)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: type object 'Domo' has no attribute 'ds_import'
0 -
Definitely reach out to Support [support.domo.com] then to have them look at it as well (and escalate to Dev if need be).
3
Categories
- 10.8K All Categories
- 3 Private Company Board
- 1 APAC User Group
- 12 Welcome
- 38 Domo News
- 9.7K Using Domo
- 1.9K Dataflows
- 2.5K Card Building
- 2.2K Ideas Exchange
- 1.2K Connectors
- 343 Workbench
- 258 Domo Best Practices
- 11 Domo Certification
- 464 Domo Developer
- 50 Domo Everywhere
- 104 Apps
- 714 New to Domo
- 85 Dojo
- Domopalooza
- 1.1K 日本支部
- 4 道場-日本支部へようこそ
- 26 お知らせ
- 64 Kowaza
- 299 仲間に相談
- 653 ひらめき共有