-
Re: get_dataframe with columns= parameter fails
Hi @NN , I refreshed my memory on the issue. All works fine unless you set the columns argument. Then what is returned in the parse_dates argument will most likely be incorrect. This argument returns…2 · -
Re: get_dataframe with columns= parameter fails
Hi @NN and @MikeG , FYI, I while back I ran into something similar. It sounds similar enough that it could be the same issue. The get_dataframe_schema_st method has a bug that results in returning th…1 · -
Re: Changing connections for SQL Query datasets
Hi @importthepandas , We are also in the midst of migrating our data warehouse (Netezza to Snowflake). Sounds like you have already tried changing connections using the API. Nonetheless I thought I w…2 · -
Re: Passing global variables to application-as-recipe parameters
Hello, As it may be helpful to others, I'm posting code below that takes @fchataigner2 's suggestion a bit further. This code replaces calling project variable references in the app-as-reci…2 · -
Re: Create a Dataset with Python Code
Hi @isha , The approach I used was lower level as that was needed for the version of DSS I was using when I did this. Your higher level approach follows the current documentation so it certainly seem…1 ·
