-
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 · -
Re: DSS Feature Store
Hi @tgb417 , Thanks for asking. Yes, I'd be happy to share more about our feature store. Features in our feature store are all pre-calculated (vs. calculated on the fly). All processing runs in …4 · -
Re: How to diagnose a failing SQL Probe metric (Dataiku 7.01)
Hi @Keufran , Have you tried the Click to run this now / Run on the Metrics Edit page below the SQL Probe? What is the result of that? And can you say more about what you mean by fail? Do you see an …1 · -
Re: How to run a SQL query in database, from a Python recipe, and append to dataset ?
Hi @VFL , I have needed to do the same thing you describe. I have used two approaches, both of which have already come up on this topic. So while not new maybe it'll be helpful to hear that othe…1 ·
