-
Support for Snowflake Timezone aware Datatypes in Domo data viewer
TIMESTAMP_NTZ gets TZ converted and presented in Domo in the correct Timezone. TIMESTAMP_TZ appears gets mishandled and the UTC date is presented. This will reduce the need to prepare the data in snowflake before connecting it to Domo for use, speading delivery and avoiding TZ confusion. case ref: 05913115
-
Custom Pandas dtypes for Domo datasets
Pandas/numpy does not have a built in dtypes for some of the supported Domo data types. Perhaps domojupyter could extend the core pandas dtypes with some specific to Domo. for example DATE: https://googleapis.dev/python/db-dtypes/latest/usage.html
-
Jupyter Workspace upsert data with composite keys
Hello! I've been investigating domojupyter.write_dataframe to upsert data. My dataset has a composite key, two Integer columns. My suggestion is to make UPSERT in Jupyter consitent with other DOMO ingestion methods, by updating the domojupyter package to allow for composite keys. ie ["ItineraryId", "ItineraryItemId"]…