-
Re: Importing data with slightly differing schema (S3 connection)
Hi @nshapir2 , To follow up the Python option mentioned, it would be fairly straightforward to combine the legacy data with the new data in a Python recipe, and sync that table to S3. Provided that t…1 · -
Re: Scatter Map time animated
Hi @TL , While some charts have the option to animate over time, this is not built into the Scatter Map chart. So if you wanted to create an animation over time over a scatter map with your data, the…1 · -
Re: Run a complexe SQL "script" to create tables in Bigquery (GCP)
Hi @aurelien_b , For the validation error you see, I would suggest walking through the BigQuery JDBC steps outlined here, in case something was skipped. Regarding the second message, note that SQL sc…1 · -
Re: Schema errors while using the Chunked writing built in fucntionality
Hi @papam , I think it should work to use the following two lines to write the schema + dataset given the example that you outline: dataiku.Dataset.write_schema_from_dataframe(out, df_temp) dataiku.D…1 · -
Re: How to combine two rows of Header into one
Hi @GSung , For most operations like this to perform a simple data transformation you could use a prepare recipe, which has many built in data transformations. This is normally where you would go to …3 ·