-
Re: Using Bootstrap or external CSS with Dash WebApp
Hi, you can change the CSS after the app startup by accessing it directly in the config property, like explained in this post on Dash, with app.config.external_stylesheets = ['https://codepen.io/chri…1 · -
Re: Failed to start the kernel
it's likely that in the project containing this notebook, the external-libraries.json settings are incorrect (in the Libraries section, from the menubar). You should make sure the importLibrariesFrom…2 · -
Re: Problem when trying to create a new dataset in project with a Hive table (from Python API)
Hi, for the first issue, you should update to 9.0.4 to get the fix for this bug. The second issue comes from using exec_recipe_fragment, which can only be used in recipe (as the name implies). Also, …1 · -
Re: Create a check to compare record count between two datasets
Hi, you can use the `dataiku` import in a Python check for that, and access the other dataset's metrics for comparison. For example: import dataikudef process(last_values, dataset, partition_id): thi…2 · -
Re: Error in a sync recipe
Hi, whether running the recipe as a different user is highly dependent on the setup of the redshift connection and dataset, so you should go to the failed job's page, download the job diagnostic (in …1 ·