Hannes

Results 11 comments of Hannes

Hi @aaa-user , [/v1/meta](https://cube.dev/docs/reference/rest-api#v1meta) does return `meta` of the cube. However this feature is only available since version https://github.com/cube-js/cube/releases/tag/v0.34.35. Which version did you use? The documentation(https://cube.dev/docs/reference/rest-api#v1meta) is missing `meta` by...

@paveltiunov done, see https://github.com/cube-js/cube/pull/7748

Should we also create the `copy` method in the new util class?

Closed as this should be fixed by https://github.com/spring-projects/spring-batch/commit/36068b5db84ff242032e9b00515454a84e0745d2

@mayleaf Are you sure that all databases support the `DELETE CASCADE` option? For example, I am not sure if Sybase does.

@mayleaf One option would be to create a new separate method in `JobRepository` that only deletes the job instance and lets the DB do the rest. Developers that use DBs...

Yeah that was the idea but if we cannot come up with a solution for these DBs, we have to live with some kind of workaround such as the one...

> @hannosgit don't you think it's the same as merged #10091 ? No #10091 only added the cacheMode to the [/cubesql](https://cube.dev/docs/product/apis-integrations/rest-api/reference#base_pathv1cubesql) endpoint. The [documentation](https://cube.dev/docs/product/apis-integrations/rest-api#cache-control) states that it should also work...