-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathreadme
125 lines (86 loc) · 6.96 KB
/
readme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
----------------------------------------------------------------------------------------------------------------------------
** 2024 Blog Posts **
----------------------------------------------------------------------------------------------------------------------------
Building a framework for orchestration in Azure Data Factory: Recap
https://martinschoombee.com/2024/05/28/building-a-framework-for-orchestration-in-azure-data-factory-recap/
Building a framework for orchestration in Azure Data Factory: Controllers
https://martinschoombee.com/2024/05/21/building-a-framework-for-orchestration-in-azure-data-factory-controllers/
Building a framework for orchestration in Azure Data Factory: Orchestrators
https://martinschoombee.com/2024/05/14/building-a-framework-for-orchestration-in-azure-data-factory-orchestrators/
Building a framework for orchestration in Azure Data Factory: Workers
https://martinschoombee.com/2024/05/07/building-a-framework-for-orchestration-in-azure-data-factory-workers/
Building a framework for orchestration in Azure Data Factory: Framework components
https://martinschoombee.com/2024/04/23/building-a-framework-for-orchestration-in-azure-data-factory-framework-components/
Building a framework for orchestration in Azure Data Factory: Metadata
https://martinschoombee.com/2024/04/16/building-a-framework-for-orchestration-in-azure-data-factory-metadata/
Building a framework for orchestration in Azure Data Factory: Orchestration
https://martinschoombee.com/2024/04/09/building-a-framework-for-orchestration-in-azure-data-factory-orchestration/
Building a framework for orchestration in Azure Data Factory: A series
https://martinschoombee.com/2024/04/02/building-a-framework-for-orchestration-in-azure-data-factory-a-series/
----------------------------------------------------------------------------------------------------------------------------
** 2022 Blog Posts **
----------------------------------------------------------------------------------------------------------------------------
Working with OAuth 2.0 APIs in Azure Data Factory: Refreshing tokens
https://martinschoombee.com/2022/03/08/working-with-oauth-2-0-apis-in-azure-data-factory-refreshing-tokens/
Working with OAuth 2.0 APIs in Azure Data Factory: The ADF linked service and dataset
https://martinschoombee.com/2022/03/01/working-with-oauth-2-0-apis-in-azure-data-factory-the-adf-linked-service-and-dataset/
Working with OAuth 2.0 APIs in Azure Data Factory: Using Postman to get tokens and test API requests
https://martinschoombee.com/2022/02/22/working-with-oauth-2-0-apis-in-azure-data-factory-using-postman-to-get-tokens-and-test-api-requests/
Working with OAuth 2.0 APIs in Azure Data Factory: The authorization flow
https://martinschoombee.com/2022/02/15/working-with-oauth-2-0-apis-in-azure-data-factory-the-authorization-flow/
Working with OAuth 2.0 APIs in Azure Data Factory: A series
https://martinschoombee.com/2022/02/15/working-with-oauth-2-0-apis-in-azure-data-factory-a-series/
Creating development environments in Azure, the easy way
https://martinschoombee.com/2022/02/08/creating-development-environments-in-azure-the-easy-way/
----------------------------------------------------------------------------------------------------------------------------
** 2021 Blog Posts **
----------------------------------------------------------------------------------------------------------------------------
ETL foundations: Staging your data
https://martinschoombee.com/2021/03/30/etl-foundations-staging-your-data/
Owning my own business: Lessons learned from year three
https://martinschoombee.com/2021/03/16/owning-my-own-business-lessons-learned-from-year-three/
Should I move to Power BI Premium Per User?
https://martinschoombee.com/2021/03/09/should-i-move-to-power-bi-premium-per-user/
Azure AD: Assign administrator roles with PowerShell
https://martinschoombee.com/2021/03/02/azure-ad-assign-administrator-roles-with-powershell/
Using calculation groups with role-playing dimensions
https://martinschoombee.com/2021/02/09/using-calculation-groups-with-role-playing-dimensions/
Fixing incorrect drill-through results in Analysis Services - Part 2
https://martinschoombee.com/2021/02/02/fixing-incorrect-drill-through-results-in-analysis-services-part-2/
Fixing incorrect drill-through results in Analysis Services - Part 1
https://martinschoombee.com/2021/01/26/fixing-incorrect-drill-through-results-in-analysis-services-part-1/
----------------------------------------------------------------------------------------------------------------------------
** 2020 Blog Posts **
----------------------------------------------------------------------------------------------------------------------------
The value of durable keys in type-2 dimensions
https://martinschoombee.com/2020/12/01/the-value-of-durable-keys-in-type-2-dimensions/
Take your life back, one hour at a time
https://martinschoombee.com/2020/11/17/take-your-life-back-one-hour-at-a-time/
Automating Power BI deployments: Assign workspace permissions
https://martinschoombee.com/2020/11/10/automating-power-bi-deployments-assign-workspace-permissions/
Automating Power BI deployments: Trigger a refresh
https://martinschoombee.com/2020/11/03/automating-power-bi-deployments-trigger-a-refresh/
Automating Power BI deployments: Update refresh schedule
https://martinschoombee.com/2020/10/27/automating-power-bi-deployments-update-refresh-schedule/
Automating Power BI deployments: Change data source credentials
https://martinschoombee.com/2020/10/20/automating-power-bi-deployments-change-data-source-credentials/
Automating Power BI deployments: Update report parameters
https://martinschoombee.com/2020/10/13/automating-power-bi-deployments-update-report-parameters/
Automating Power BI deployments: Deploying reports
https://martinschoombee.com/2020/10/06/automating-power-bi-deployments-deploying-reports/
Automating Power BI deployments: Creating a workspace
https://martinschoombee.com/2020/09/29/automating-power-bi-deployments-creating-a-workspace/
Automating Power BI deployments: Connecting to the service
https://martinschoombee.com/2020/09/22/automating-power-bi-deployments-connecting-to-the-service/
Automating Power BI deployments: PowerShell basics
https://martinschoombee.com/2020/09/15/automating-power-bi-deployments-powershell-basics/
Automating Power BI deployments: A series
https://martinschoombee.com/2020/09/15/automating-power-bi-deployments-a-series/
Restore a Power BI workspace
https://martinschoombee.com/2020/08/12/restore-a-power-bi-workspace/
Power BI development best practices: Naming conventions
https://martinschoombee.com/2020/07/29/power-bi-development-best-practices-naming-conventions/
Change password expiration policies for service accounts in O365
https://martinschoombee.com/2020/07/22/change-password-expiration-policies-for-service-accounts-in-o365/
A user-friendly way to deal with role-playing dimensions in Power BI
https://martinschoombee.com/2020/06/24/a-user-friendly-way-to-deal-with-role-playing-dimensions-in-power-bi/