dataform-co / dataform-web-tracking

Dataform is a collaborative data modelling platform that enables analysts and engineers to manage complex data models in SQL
https://dataform.co
MIT License
2 stars 0 forks source link

add vars.environmentName = "development" to the default `dataform.json` when creating a project #267

Open dwl285 opened 4 years ago

dwl285 commented 4 years ago

i.e.

{
  "warehouse": "bigquery",
  "defaultSchema": "dataform",
  "assertionSchema": "dataform_assertions",
  "defaultDatabase": "dataform-corp",
  "vars": {
    "environmentName": "development"
  }
}
Ekrekr commented 4 years ago

I don't like this, because it makes the user have to repeat themselves. They have to keep the environment variable and the name of the production environment in sync; we'll definitely end up with cases where this isn't done.