-
Re: Assistance Needed with Custom Python Triggers in Dataiku
Hi @Shirin , Check this post about custom triggers for information that may be helpful. In particular, you can check the backend.log file for trigger logging. This may help you troubleshoot your trig…1 · -
Remove warnings when import dataiku using Python 3.9
Hi all, I am just starting to use Python 3.9 and I am getting the following warnings when I import the dataiku package: distutils Version classes are deprecated. Use packaging.version instead.invalid…1 · -
Re: Running multiple SQL statements within a Python recipe to return a dataframe
Hi @info-rchitect , Hmm... that hasn't been our experience. But you may have different set up than we do (we also use Snowflake). We have no problem accessing tables created via pre_queries in t…1 · -
Re: Possible to use LLM Mesh connection profiles in (python) APIs?
Hi @Antal , I believe calling a LLM connection through the Dataiku API is possible. The Project class now has a get_llm method. The returned object should let you use the connection programmatically.…2 · -
Re: How to get projects settings
Hi @azamora , I built something similar to what you are describing recently. I pasted code below. I didn't try to capture everything but rather focused on key information. Maybe this would be an…1 ·
