Remove docs config
article thumbnail

dbt multi-project collaboration

Christophe Blefari

See the doc. The contract is super important because as soon as you expose a model, you have to potential downstream consumers that are building stuff on your models, you can't delete a column or change a type without notifying. Or even more, versioning models. That's all for the core project.

Project 264
article thumbnail

Announcing Nickel 1.0

Tweag

A REPL nickel repl , a markdown documentation generator nickel doc and a nickel query command to retrieve metadata, types and contracts from code. v o l u m e _ n a m e , cinder = { volumeID = "bd82f7e2-wece-4c01-a505-4acf60b07f4a" , fsType = "ext4" , } , } ] } } The most important change is the new config field. c o n t r a c t.

MySQL 131
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Great Nickel configurations from little merges grow

Tweag

For example: { i n p u t s | not_exported = { f o o | String | doc "Doc of foo" , b a r | Number | doc "Doc of bar" , u n u s e d | Bool | optional , } , l o c a l | not_exported = { computed = s t d. Combined with field metadata, records can come close to the notion of modules in other languages. s t r i n g.

Metadata 104
article thumbnail

Python Upgrade Playbook

Lyft Engineering

It also has links to the upgrade docs, an FAQ, and our support Slack channel for any questions. We add support for the new Python version in our internal tools in parallel with the existing Python version(s), as well as updating our docs. It’s fairly mechanical (copy/paste) — enough said.

Python 72
article thumbnail

Testing storage with Selenium (Node)

Grouparoo

get ( url + ` /docs/config ` ) ; expect ( await getSessionItem ( "prevPath" ) ). toBe ( "/docs/config" ) ; await browser. toBe ( "/docs/config" ) ; expect ( await getSessionItem ( "currentPath" ) ).

IT 52
article thumbnail

The Docker Compose of ETL: Meerschaum Compose

Towards Data Science

config: meerschaum: instance: "sql:app" connectors: sql: app: MRSM{meerschaum:connectors:sql:remote} foo: bar: MRSM{meerschaum:connectors:foo:bar} Plugins Meerschaum is easily extendable via plugins , which are Python modules. Let’s see how to make these host connectors available in a Meerschaum project.

article thumbnail

Powering Millions of Real-Time Decisions with LyftLearn Serving

Lyft Engineering

Config Generator Many libraries and infrastructure components discussed in the previous section work in synchrony to power LyftLearn Serving; however, stitching everything together takes a considerable amount of application configuration. Config Generator for Creating Service Repositories The config generator is based on the Yeoman generator.