Join 📚 Kevin's Highlights

A batch of the best highlights from what Kevin's read, .

**Data Minds** are *data producers* (predominantly Data engineers) who *build infrastructure and data products* for consumption by business users or end users. **Business minds** are *data consumers* of this made-available data that *perform analysis* to aid in business decisions or strategies. Both of these minds view data differently based on their roles, and their view of data quality is very different, as are their measurement and observations made. Different personas ( Data Engineers, Scientists, Data Stewards, Data Analysts, etc.) look at the same data through different lenses; however, they still need to come together and collaborate to win. This support of various personas is foundational and critical for better business outcomes and to enable organizations to become more data-driven.

What Is Modern Data Quality?

Vanitha

Certain German prepositions require the **dative**: *aus* (from) *außer* (out of) *bei* (at, near) *entgegen* (against) *gegenüber* (opposite) *mit* (with) *nach* (after, to) *seit* (since) *von* (from) *zu* (at, in, to) Some other prepositions ( *an* [at] *auf* [on] *entlang* [along] *hinter* [behind] *in* [in, into] *neben* (beside, next to) *über* [over, across] *unter* [under, below] *vor* [in front of] *zwischen* [among, between] ) may be used with **dative** (indicating __current location__), or **accusative** (indicating __direction toward something__). *Das Buch liegt auf **dem** Tisch(e)* (dative: The book is lying on the table), but *Ich lege das Buch auf **den** Tisch* (accusative: I put the book onto the table).

Dative case

wikipedia.org

this is how you would use it with a Python script. We first define the match: ```yaml - trigger: ":pyscript" replace: "{{output}}" vars: - name: myvar type: echo params: echo: "my variable" - name: output type: script params: args: - python - /path/to/your/script.py ``` And then, inside the script: ```python /path/to/your/script.py import osmyvar = os.environ['ESPANSO_MYVAR']# Do whatever you want with the myvar variable ```

Espanso

espanso.org

...catch up on these, and many more highlights