-
Refresh/read schema on dataset via API
Hi, created just a brand new dataset using the Python API pointing to a S3 location. Is there any way how to automatically do a reload of schema from the data? The schema is empty and I would like to…1 · -
Re: Refresh/read schema on dataset via API
Hi @dimitri no, you did not understand what I tried to achieve, or I was not clean enough. The data is stored in S3. It is stored in CSV (lets say, but could be parquet as well). The project does not…1 · -
Re: Refresh/read schema on dataset via API
Great! I was waiting for this feature, thanks!1 · -
API node connection not found
Hi, trying to use an SQL query API endpoint to query some data via SQL connection. The endpoint works fine in development mode, because the SQL connection imp is configured in Administration -> Se…1 · -
Re: API node connection not found
Great, problem sovled! Just for others having this kind of issue: If you are using SQL query endpoint, the connection must be inserted into a remapped connections, like this: "remappedConnection…1 ·