-
Re: Change to editable dataset trigger Scenario?
Thanks @KeijiY . We are on the prior version, 8.02. So not a surprise then than editable datasets don't trigger scenarios on that version. Thanks for the clarification. Marlan1 · -
Re: CRON-like scenario triggers
Hi @simonkth , If you do pursue a python custom trigger as @adamnieto suggests, here are a few tips on python triggers. Marlan3 · -
Re: Scenario successful, but latest rows in dataset missing -> manual update necessary
Hi @cuezumo , What is the Build mode setting for the relevant Build step in your scenario? The default mode of "Build required datasets" doesn't rebuild SQL datasets if those datasets …2 · -
Re: Creating dataset from Pandas
Hi @RadAniba , Following is an example of how to create a new dataset in Python and then write a dataframe to it. import dataikudataset_name = 'TEST'# Get a handle to the current projectcli…2 · -
Re: DSS Feature Store
Hi Grant (@GCase ), Sure I can share some more specifics. We are using Netezza as our backend. Our data warehouse is hosted on Netezza and in general we do all of our data work there. Netezza works w…4 ·
