-
Targeted Data freshness check during Dataflow execution
When a Dataflow executes with a Snowflake dataset it will use the previously staged dataset, and only copy in a update if the results of the previous data freshness check indicate that it should. Consequently, the dataflow will miss any updates that have happened since the last Data Freshness check. Considering the…
-
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"]…