-
Re: Identify API endpoint generation from within python function
Hi @Helm , You can get the current generation of an API service by checking the DKU_CURRENT_APISERVICE_GENERATION environment variable. Here's an example Python endpoint that returns the current gene…1 · -
Re: Importing developer-certificate from github
Hi @ewanharris , You don't need to import the entire repository. It's possible to import just a subpath. Please refer to the Concept: Importing Code from a Remote Git Repository section of the Shared…1 · -
Re: Changing Dataset connection in Python recipe has to be run twice
Hi @LucasT , Changing the connection of a dataset within a recipe isn't recommended. Instead, I recommend creating a separate recipe and dataset for each connection that you want to use. If you need …2 · -
Re: Run Stability diffusion model on dataiku
Hi @tgb417 , The plugin will accept a pretrained model as input, and it can generate images via txt2img or img2img. The parameters and prompt are part of the recipe config settings. They currently ar…1 · -
Re: Reading a BigQuery View
Hi @rafael_rosado97 , Support for reading BigQuery views using the built-in driver was added in DSS 11.1.0. If you're running an older version, you'll need to upgrade. For more information, see the r…1 ·