-
Re: how to write multiple sql recipes data to common output table in Redshift
Hi, If you want to do incremental loading, you will need to partition your input datasets by day. In a nutshell, you would run the stack recipe every day for the partition of 'TODAY'. It will stack i…1 · -
Re: how to write multiple sql recipes data to common output table in Redshift
Hi, The Stack recipe solution I proposed earlier should work and respect the Directed Acyclic Graph nature of the flow: An alternative would be to use the SQL recipe in "script" variant: ht…1 · -
Re: how to write multiple sql recipes data to common output table in Redshift
Hi, From the description you provide, I recommend using a "Stack" recipe from your multiple "SQL recipes data" into one common output table. If that doesn't work in your specific …1 · -
Re: Multiple GPU Support
Hi, Specific versions of tensorflow and keras expect different GPU library versions. In the case of Visual ML in DSS, we recommend: - tensorflow 1.15 - keras 2.3 - CUDA 10.0 - cuDNN 7.6 We will inves…1 · -
Re: Duplicating Plugin
Hi, Could you detail the steps you took to reupload the plugin with a new name and what error message you received? The manual reupload procedure you describe should work provided: - you change the p…1 ·