-
Re: Documentation for S3 and Snowflake Connections Setup
Thank you Jordan This helps.1 · -
Re: Partitioned Managed Folder S3 Enumerate takes a lot of time
ThankYou @AlexT .. This solution did work for now and the process has been running fine.1 · -
Re: Is there a way to check in a Python recipe if it was called by a scenario?
Hi @info-rchitect PLease check if something like below works if 'scenarioTriggerRunId' in dataiku.get_custom_variables(): print('Run by Scenario')1 · -
Re: Plugin Python Code environment error - Pandas Version conflict
That Worked perfectly Thanks a lot.1 · -
Re: Join partition and unpartitioned dataset on partition key
Hi @julesbertrand Is your unpartitioned dataset small enough that it can fit in memory? If yes then one approach you can use is to leverage the prepare recipe. 1. Define the input to the prepare reci…3 ·
