## On This Day...
```dataview
LIST
FROM "DevLog/log"
WHERE dateformat(file.day, "MM-dd") = dateformat(this.file.day, "MM-dd")
```
---
## Notes Created Today
```dataview
TABLE created, updated as modified, tags, type, status
FROM "DevLog" AND !"DevLog/log"
WHERE contains(dateformat(file.ctime, "YYYY-MM-dd"), dateformat(this.file.day, "YYYY-MM-dd"))
```
---
[[DevLog/log/2021-08-18|2021-08-18]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2021-08-24|2021-08-24]]
- [[Microsoft Orchestrator]] Get Affected User Email through relationships [How to get the Affected User from an Incident RRS feed][1]
- [Get Affected User from an Incident in Service Manager with Orchestrator][2]
- [[Python]] [[prefect]] [The Prefect Way to Automate & Orchestrate Data Pipelines][3]
- [[Python]] [[holoviz]] [[panel]] [[hvplot]] [Visualization and Interactive Dashboard in Python][4]
[1]: https://social.technet.microsoft.com/Forums/en-US/614749e4-704d-4098-86a6-8d47b0de4730/how-to-get-the-affected-user-from-an-incident?forum=scogeneral
[2]: http://systemcenterme.com/get-affected-user-from-an-incident-in-service-manager-with-orchestrator/
[3]: https://towardsdatascience.com/the-prefect-way-to-automate-orchestrate-data-pipelines-d4465638bac2
[4]: https://towardsdatascience.com/visualization-and-interactive-dashboard-in-python-c2f2a88b2ba3