Aravind K P

Results 10 comments of Aravind K P

The reason why this might be a bad idea is, that seeds are currently stateless, as opposed to migrations. ie migrations are in a way idempotent, so a cli-migrations container...

I will attempt to solve this :smiley:

On trying to install linkerd the status of service was stuck at `deploying`([see here](https://imgur.com/a/gKrj1mz)) and the terminal was showing the following errors. ``` dcos-vagrant master ✔ ✔ 15:08:28 ▶ dcos...

@shahidhk a couple of thoughts, Instead of adding a new flag to init, I am thinking of an alternate approach. We can have a top-level flag called `--config-file`, Which a...

@ShraddhaAg @rikinsk @shahidhk Just to make sure I'm getting this across, this is what I'm thinking. ### `hasura init` - During `init` we can make the CLI generate config file...

It makes sense to have a`--project` flag for now @shahidhk. For config V2 the only file required to consider a directory as a project directory is `config.yaml` all other things...

@arschles Is this still relevant, can I make an attempt to add these tests?

Thanks for the PR @preetjdp ❤️ I doubt we can accept this change. More information about the reason is written down here: https://github.com/hasura/graphql-engine/issues/7914#issuecomment-1202320800 Couple of clarifications: - Seeds are typically...

FYI a fix for this was merged via https://github.com/hasura/graphql-engine/commit/72f578c77718add327e6532a432248a277ce50a1

@joshuarobs Thanks for the feedback, adding a couple things. 1. We can specify the seed file to apply with the `-f` flag, eg. `hasura seeds apply -f my-seed.sql` 2. Marking...