-
Re: How to parse filename for file based datasets/partitions
I think I understood from the question that the output was not going to be partitioned, but it indeed doesn't need to be1 · -
Re: Timestamps in nanoseconds
Hi @TrevorHall In a formula step you could divide by 1,000,000 the value of the timestamp before processing with the processor you mention. Good luck!1 · -
Re: Append a pandas dataframe to an already existing Dataset within a plugin
Hi @RicSpd In the Input/Output tab of your Python recipe, you should tick the option to Append instead of override. You can also use the write_dataframe method. Good luck!1 · -
Re: how we can leverage the use of push editable?
Hi @dave Please see previous response to this topic. Good luck!1 · -
Re: Plugin Recipe Unique Identifier from within Recipe.py
Hi @gblack686 The settings obtained under get_plugin_config() are settings at the plugin level, set by plugin administrators in the Plugins section. There is no API call to retrieve the recipe from w…1 ·