Evan Elias

Results 68 comments of Evan Elias

Related to the first part of my previous reply -- if you're running `skeema init` (or most other Skeema commands really) from a directory that also happens to contain a...

Awesome, glad that was it, thanks for filing the issue and for all your patience with debugging! I'll retitle this issue to reflect the root cause, and will keep open,...

Skeema v1.9.0 has been [released](https://www.skeema.io/blog/2022/11/30/v190-released/), and the Premium edition now includes this feature via the [temp-schema-environment](https://www.skeema.io/docs/options/#temp-schema-environment) option. This allows you to fully configure the workspace host, by defining it in...

Skeema v1.9.0 has been [released](https://www.skeema.io/blog/2022/11/30/v190-released/), and it includes support for [using environment variables in .skeema files](https://www.skeema.io/docs/config/#env-variables) for the [user](https://www.skeema.io/docs/options/#user) and [password](https://www.skeema.io/docs/options/#password) options, among others. It doesn't support shelling out to...

> if there is multiple schemas on the same host, user need to define these variables on multiple .skeema files. That's only the case if each schema on the same...

If you have a moment, I'd love to hear more about what motivates your folder layout, to better understand the use-case. Typically I recommend against having separate directory structures for...

This feature will be present in Skeema v1.11.0: to suppress generation of ALTERs that only reorder columns, you can enable new option `lax-column-order`. Target release date is in September.

Skeema v1.11.0 is [now available](https://www.skeema.io/blog/2023/09/26/v1110-released/), containing the new [lax-column-order](https://www.skeema.io/docs/options/#lax-column-order) option. Thanks again for the excellent feature request!

Initial support for seed data is finally landing as a premium feature in Skeema v1.10.0, due out within the next few weeks! This includes support for conditionally executing INSERT statements...

Skeema v1.10 has been [released](https://www.skeema.io/blog/2023/04/25/v1100-released/), and the Premium Edition of the CLI now includes seed data management functionality: The new **[inserts](https://www.skeema.io/docs/options/#inserts)** option controls how `skeema push` should interact with INSERT...