I have a snowflake table and I've set up the connection and everything looks good, Dataiku requires me to create a dataset using that snowflake table that I can use as my input / output. The issue is …
I want to execute a DELETE statement at my BigQuery table based on the date. I am programming in Python and using the BigQuery library. from google.cloud import bigquery I have two tables in Bigquery …
I am using Dataiku as part of a collaboration with an Airline. However, on my own computer, I was doing parametric studies with Weights&Biases, which is quite comprehensive. I am wondering if I can us…
Hello there, I am trying to save contents of a json object from the API endpoint code. Currently my code looks like this. The code is written in a python function as part of a API endpoint which recei…
Hi, I am following this tutorial to work with pdf and managed folders : https://knowledge.dataiku.com/latest/code/managed-folders/tutorial-managed-folders.html But reading the pdf with tabula doesn't …
I added google-cloud to my environment so I can use Bigquery. But when I tried to import bigquery module into dataiku notebook, it came up with ModuleNotFoundError. import google.cloud ---------------…
We are using Dataiku exclusively in Google Cloud Platform (GCP from now on) and mostly with Google Cloud Storage buckets (GCS from now on) and Google BigQuery (BQ from now), Google's Datawarehousing s…
Hi, I created a python recipe that define a SQL query and run it on a BigQuery table through the Python Bigquery API. My recipe looks like this: DataikuException: java.lang.ClassCastException: Cannot …
Dear all, I am adding hourly partitions to a file-partitioned data set. In the past 2.5 months, the dataset has grown to about 2.8 million records. I will continue to use the dataset in the way I am c…