├── .github └── workflows │ └── deploy.yaml ├── .gitignore ├── CODE_OF_CONDUCT.md ├── LICENSE ├── README.md ├── SECURITY.md ├── SUPPORT.md ├── assets ├── LICENSE └── olist-brazilian-ecommerse-dataset.zip ├── images ├── access-databricks-workspace │ ├── adb-access-1.jpg │ ├── adb-access-2.jpg │ ├── adb-access-3.jpg │ ├── adb-lang-1.jpg │ ├── adb-lang-2.jpg │ └── adb-lang-3.jpg ├── access-dbsql-adls-part1 │ ├── dbsql-access-1.jpg │ ├── dbsql-access-2.jpg │ ├── dbsql-access-3.jpg │ ├── dbsql-access-4.jpg │ ├── dbsql-access-5.jpg │ ├── dbsql-access-6.jpg │ ├── dbsql-access-7.jpg │ ├── dbsql-access-8.jpg │ ├── dbsql-start-error.jpg │ ├── storage-key-1.jpg │ ├── storage-key-2.jpg │ └── storage-key-3.jpg ├── access-dbsql-adls-part2 │ ├── dbsql-1.jpg │ ├── dbsql-2.jpg │ ├── dbsql-3.jpg │ ├── kv-secret-1.jpg │ ├── kv-secret-2.jpg │ ├── secret-scope-1.jpg │ └── secret-scope-2.jpg ├── azure-services-overview │ ├── adls-gen2-hierarchical-namespace.jpg │ ├── architecture-overview.jpg │ ├── azure-databricks.jpg │ ├── azure-storage.jpg │ ├── azure-synapse-analytics.jpg │ ├── databricks-sql.jpg │ ├── mapping-data-flow.jpg │ ├── microsoft-power-bi.jpg │ └── synapse-pipeline.jpg ├── create-azure-resources │ ├── adb-create-1.jpg │ ├── adb-create-2.jpg │ ├── adb-create-3.jpg │ ├── adb-create-4.jpg │ ├── kv-create-1.jpg │ ├── kv-create-2.jpg │ ├── kv-create-3.jpg │ ├── kv-create-4.jpg │ ├── summary.jpg │ ├── syn-create-1.jpg │ ├── syn-create-2.jpg │ ├── syn-create-3.jpg │ ├── syn-create-4.jpg │ ├── syn-create-5.jpg │ └── syn-create-6.jpg ├── create-resource-group │ ├── azure-portal-lang.jpg │ ├── rg-create-1.jpg │ ├── rg-create-2.jpg │ ├── rg-create-3.jpg │ ├── rg-create-4.jpg │ ├── rg-iam-1.jpg │ ├── rg-iam-2.jpg │ ├── rg-iam-3.jpg │ ├── rg-iam-4.jpg │ ├── rg-iam-5.jpg │ ├── rg-iam-6.jpg │ ├── rg-iam-7.jpg │ └── rg-iam-8.jpg ├── curate-daily-order-amounts │ ├── check-data-lake-1.jpg │ ├── create-data-flow-1.jpg │ ├── create-data-flow-10.jpg │ ├── create-data-flow-11.jpg │ ├── create-data-flow-12.jpg │ ├── create-data-flow-13.jpg │ ├── create-data-flow-14.jpg │ ├── create-data-flow-2.jpg │ ├── create-data-flow-3.jpg │ ├── create-data-flow-4.jpg │ ├── create-data-flow-5.jpg │ ├── create-data-flow-6.jpg │ ├── create-data-flow-7.jpg │ ├── create-data-flow-8.jpg │ ├── create-data-flow-9.jpg │ ├── create-pipeline-1.jpg │ ├── create-pipeline-2.jpg │ ├── create-pipeline-3.jpg │ ├── data-flow-complete-picture.jpg │ └── diagram-curate-daily-order-amounts.jpg ├── dbsql-query-history │ ├── query-history-1.jpg │ ├── query-history-2.jpg │ ├── query-history-3.jpg │ ├── query-history-4.jpg │ └── query-history-5.jpg ├── deploy-data │ ├── access-synapse-studio-1.jpg │ ├── access-synapse-studio-2.jpg │ ├── access-synapse-studio-3.jpg │ ├── create-container-1.jpg │ ├── create-container-2.jpg │ ├── create-dataset-source-1.jpg │ ├── create-dataset-source-2.jpg │ ├── create-dataset-source-3.jpg │ ├── create-dataset-source-4.jpg │ ├── create-dataset-source-5.jpg │ ├── create-dataset-target-1.jpg │ ├── create-dataset-target-2.jpg │ ├── create-dataset-target-3.jpg │ ├── create-linked-service-1.jpg │ ├── create-linked-service-2.jpg │ ├── create-linked-service-3.jpg │ ├── create-linked-service-4.jpg │ ├── create-linked-service-5.jpg │ ├── create-pipeline-1.jpg │ ├── create-pipeline-2.jpg │ ├── create-pipeline-3.jpg │ ├── create-pipeline-4.jpg │ ├── create-pipeline-5.jpg │ ├── create-pipeline-6.jpg │ ├── create-pipeline-7.jpg │ ├── create-pipeline-8.jpg │ ├── create-pipeline-9.jpg │ ├── deploy-data-1.jpg │ ├── deploy-data-2.jpg │ ├── deploy-data-3.jpg │ ├── deploy-data-4.jpg │ ├── deploy-data-5.jpg │ ├── deploy-data-6.jpg │ ├── diagram-copy-activity.jpg │ └── relationship-between-data-factory-entities.png ├── diagrams.pptx ├── dummy.jpg ├── enrich-order-items │ ├── check-delta-lake-1.jpg │ ├── create-data-flow-1.jpg │ ├── create-data-flow-2.jpg │ ├── create-data-flow-3.jpg │ ├── create-data-flow-4.jpg │ ├── create-data-flow-5.jpg │ ├── create-data-flow-6.jpg │ ├── create-pipeline-1.jpg │ ├── create-pipeline-2.jpg │ ├── create-pipeline-3.jpg │ ├── data-flow-complete-picture.jpg │ ├── diagram-enrich-order-items.jpg │ ├── overview-data-1.jpg │ └── overview-data-2.jpg ├── enrich-orders │ ├── check-delta-lake-1.jpg │ ├── create-data-flow-1.jpg │ ├── create-data-flow-10.jpg │ ├── create-data-flow-11.jpg │ ├── create-data-flow-12.jpg │ ├── create-data-flow-13.jpg │ ├── create-data-flow-14.jpg │ ├── create-data-flow-2.jpg │ ├── create-data-flow-3.jpg │ ├── create-data-flow-4.jpg │ ├── create-data-flow-5.jpg │ ├── create-data-flow-6.jpg │ ├── create-data-flow-7.jpg │ ├── create-data-flow-8.jpg │ ├── create-data-flow-9.jpg │ ├── create-pipeline-1.jpg │ ├── create-pipeline-2.jpg │ ├── create-pipeline-3.jpg │ ├── create-pipeline-4.jpg │ ├── create-pipeline-5.jpg │ ├── create-pipeline-6.jpg │ ├── create-pipeline-7.jpg │ ├── data-flow-complete-picture.jpg │ ├── data-flow-debug-1.jpg │ ├── data-flow-debug-2.jpg │ ├── diagram-enrich-orders.jpg │ ├── overview-data-1.jpg │ ├── overview-data-2.jpg │ ├── upsert-1.jpg │ └── upsert-2.jpg ├── enrich-with-adb-notebook │ ├── add-repo-1.jpg │ ├── add-repo-2.jpg │ ├── create-cluster-1.jpg │ ├── create-cluster-2.jpg │ ├── run-notebook-1.jpg │ ├── run-notebook-2.jpg │ ├── run-notebook-3.jpg │ ├── run-notebook-4.jpg │ ├── run-notebook-5.jpg │ └── run-notebook-6.jpg ├── olist-data-schema.jpg ├── visualize-with-dbsql │ ├── create-dashboard-1.jpg │ ├── create-dashboard-2.jpg │ ├── create-dashboard-3.jpg │ ├── create-query-1-1.jpg │ ├── create-query-1-2.jpg │ ├── create-query-1-3.jpg │ ├── create-query-1-4.jpg │ ├── create-query-1-5.jpg │ ├── create-query-1-6.jpg │ ├── create-query-1-7.jpg │ ├── create-query-1-8.jpg │ ├── create-query-1-9.jpg │ ├── create-query-2-1.jpg │ ├── create-query-2-10.jpg │ ├── create-query-2-2.jpg │ ├── create-query-2-3.jpg │ ├── create-query-2-4.jpg │ ├── create-query-2-5.jpg │ ├── create-query-2-6.jpg │ ├── create-query-2-7.jpg │ ├── create-query-2-8.jpg │ ├── create-query-2-9.jpg │ └── dashboard-complete-picture.jpg └── visualize-with-pbi │ ├── access-pbi-1.jpg │ ├── access-pbi-2.jpg │ ├── access-pbi-3.jpg │ ├── access-pbi-4.jpg │ ├── create-report-1.jpg │ ├── create-report-10.jpg │ ├── create-report-2.jpg │ ├── create-report-3.jpg │ ├── create-report-4.jpg │ ├── create-report-5.jpg │ ├── create-report-6.jpg │ ├── create-report-7.jpg │ ├── create-report-8.jpg │ ├── create-report-9.jpg │ └── report-complete-picture.jpg ├── notebooks └── Enrich Olist Datasets with ADB Notebook.py └── workshop.md /.github/workflows/deploy.yaml: -------------------------------------------------------------------------------- 1 | name: github pages 2 | 3 | on: 4 | push: 5 | branches: 6 | - main 7 | 8 | jobs: 9 | deploy: 10 | runs-on: ubuntu-latest 11 | steps: 12 | - uses: actions/checkout@v2 13 | - name: Setup Go environment 14 | uses: actions/setup-go@v3 15 | - name: Install claat 16 | run: go install github.com/googlecodelabs/tools/claat@latest 17 | - name: Generate lab contents 18 | run: $HOME/go/bin/claat export workshop.md 19 | - name: Deploy 20 | uses: peaceiris/actions-gh-pages@v3 21 | with: 22 | deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} 23 | publish_dir: ./docs/ 24 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | _work/ 2 | diagrams/ 3 | ~$*.pptx 4 | .vscode/ 5 | docs/ -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | # Microsoft Open Source Code of Conduct 2 | 3 | This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). 4 | 5 | Resources: 6 | 7 | - [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/) 8 | - [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) 9 | - Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns 10 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Attribution 4.0 International 2 | 3 | ======================================================================= 4 | 5 | Creative Commons Corporation ("Creative Commons") is not a law firm and 6 | does not provide legal services or legal advice. Distribution of 7 | Creative Commons public licenses does not create a lawyer-client or 8 | other relationship. Creative Commons makes its licenses and related 9 | information available on an "as-is" basis. Creative Commons gives no 10 | warranties regarding its licenses, any material licensed under their 11 | terms and conditions, or any related information. Creative Commons 12 | disclaims all liability for damages resulting from their use to the 13 | fullest extent possible. 14 | 15 | Using Creative Commons Public Licenses 16 | 17 | Creative Commons public licenses provide a standard set of terms and 18 | conditions that creators and other rights holders may use to share 19 | original works of authorship and other material subject to copyright 20 | and certain other rights specified in the public license below. The 21 | following considerations are for informational purposes only, are not 22 | exhaustive, and do not form part of our licenses. 23 | 24 | Considerations for licensors: Our public licenses are 25 | intended for use by those authorized to give the public 26 | permission to use material in ways otherwise restricted by 27 | copyright and certain other rights. Our licenses are 28 | irrevocable. Licensors should read and understand the terms 29 | and conditions of the license they choose before applying it. 30 | Licensors should also secure all rights necessary before 31 | applying our licenses so that the public can reuse the 32 | material as expected. Licensors should clearly mark any 33 | material not subject to the license. This includes other CC- 34 | licensed material, or material used under an exception or 35 | limitation to copyright. More considerations for licensors: 36 | wiki.creativecommons.org/Considerations_for_licensors 37 | 38 | Considerations for the public: By using one of our public 39 | licenses, a licensor grants the public permission to use the 40 | licensed material under specified terms and conditions. If 41 | the licensor's permission is not necessary for any reason--for 42 | example, because of any applicable exception or limitation to 43 | copyright--then that use is not regulated by the license. Our 44 | licenses grant only permissions under copyright and certain 45 | other rights that a licensor has authority to grant. Use of 46 | the licensed material may still be restricted for other 47 | reasons, including because others have copyright or other 48 | rights in the material. A licensor may make special requests, 49 | such as asking that all changes be marked or described. 50 | Although not required by our licenses, you are encouraged to 51 | respect those requests where reasonable. More_considerations 52 | for the public: 53 | wiki.creativecommons.org/Considerations_for_licensees 54 | 55 | ======================================================================= 56 | 57 | Creative Commons Attribution 4.0 International Public License 58 | 59 | By exercising the Licensed Rights (defined below), You accept and agree 60 | to be bound by the terms and conditions of this Creative Commons 61 | Attribution 4.0 International Public License ("Public License"). To the 62 | extent this Public License may be interpreted as a contract, You are 63 | granted the Licensed Rights in consideration of Your acceptance of 64 | these terms and conditions, and the Licensor grants You such rights in 65 | consideration of benefits the Licensor receives from making the 66 | Licensed Material available under these terms and conditions. 67 | 68 | 69 | Section 1 -- Definitions. 70 | 71 | a. Adapted Material means material subject to Copyright and Similar 72 | Rights that is derived from or based upon the Licensed Material 73 | and in which the Licensed Material is translated, altered, 74 | arranged, transformed, or otherwise modified in a manner requiring 75 | permission under the Copyright and Similar Rights held by the 76 | Licensor. For purposes of this Public License, where the Licensed 77 | Material is a musical work, performance, or sound recording, 78 | Adapted Material is always produced where the Licensed Material is 79 | synched in timed relation with a moving image. 80 | 81 | b. Adapter's License means the license You apply to Your Copyright 82 | and Similar Rights in Your contributions to Adapted Material in 83 | accordance with the terms and conditions of this Public License. 84 | 85 | c. Copyright and Similar Rights means copyright and/or similar rights 86 | closely related to copyright including, without limitation, 87 | performance, broadcast, sound recording, and Sui Generis Database 88 | Rights, without regard to how the rights are labeled or 89 | categorized. For purposes of this Public License, the rights 90 | specified in Section 2(b)(1)-(2) are not Copyright and Similar 91 | Rights. 92 | 93 | d. Effective Technological Measures means those measures that, in the 94 | absence of proper authority, may not be circumvented under laws 95 | fulfilling obligations under Article 11 of the WIPO Copyright 96 | Treaty adopted on December 20, 1996, and/or similar international 97 | agreements. 98 | 99 | e. Exceptions and Limitations means fair use, fair dealing, and/or 100 | any other exception or limitation to Copyright and Similar Rights 101 | that applies to Your use of the Licensed Material. 102 | 103 | f. Licensed Material means the artistic or literary work, database, 104 | or other material to which the Licensor applied this Public 105 | License. 106 | 107 | g. Licensed Rights means the rights granted to You subject to the 108 | terms and conditions of this Public License, which are limited to 109 | all Copyright and Similar Rights that apply to Your use of the 110 | Licensed Material and that the Licensor has authority to license. 111 | 112 | h. Licensor means the individual(s) or entity(ies) granting rights 113 | under this Public License. 114 | 115 | i. Share means to provide material to the public by any means or 116 | process that requires permission under the Licensed Rights, such 117 | as reproduction, public display, public performance, distribution, 118 | dissemination, communication, or importation, and to make material 119 | available to the public including in ways that members of the 120 | public may access the material from a place and at a time 121 | individually chosen by them. 122 | 123 | j. Sui Generis Database Rights means rights other than copyright 124 | resulting from Directive 96/9/EC of the European Parliament and of 125 | the Council of 11 March 1996 on the legal protection of databases, 126 | as amended and/or succeeded, as well as other essentially 127 | equivalent rights anywhere in the world. 128 | 129 | k. You means the individual or entity exercising the Licensed Rights 130 | under this Public License. Your has a corresponding meaning. 131 | 132 | 133 | Section 2 -- Scope. 134 | 135 | a. License grant. 136 | 137 | 1. Subject to the terms and conditions of this Public License, 138 | the Licensor hereby grants You a worldwide, royalty-free, 139 | non-sublicensable, non-exclusive, irrevocable license to 140 | exercise the Licensed Rights in the Licensed Material to: 141 | 142 | a. reproduce and Share the Licensed Material, in whole or 143 | in part; and 144 | 145 | b. produce, reproduce, and Share Adapted Material. 146 | 147 | 2. Exceptions and Limitations. For the avoidance of doubt, where 148 | Exceptions and Limitations apply to Your use, this Public 149 | License does not apply, and You do not need to comply with 150 | its terms and conditions. 151 | 152 | 3. Term. The term of this Public License is specified in Section 153 | 6(a). 154 | 155 | 4. Media and formats; technical modifications allowed. The 156 | Licensor authorizes You to exercise the Licensed Rights in 157 | all media and formats whether now known or hereafter created, 158 | and to make technical modifications necessary to do so. The 159 | Licensor waives and/or agrees not to assert any right or 160 | authority to forbid You from making technical modifications 161 | necessary to exercise the Licensed Rights, including 162 | technical modifications necessary to circumvent Effective 163 | Technological Measures. For purposes of this Public License, 164 | simply making modifications authorized by this Section 2(a) 165 | (4) never produces Adapted Material. 166 | 167 | 5. Downstream recipients. 168 | 169 | a. Offer from the Licensor -- Licensed Material. Every 170 | recipient of the Licensed Material automatically 171 | receives an offer from the Licensor to exercise the 172 | Licensed Rights under the terms and conditions of this 173 | Public License. 174 | 175 | b. No downstream restrictions. You may not offer or impose 176 | any additional or different terms or conditions on, or 177 | apply any Effective Technological Measures to, the 178 | Licensed Material if doing so restricts exercise of the 179 | Licensed Rights by any recipient of the Licensed 180 | Material. 181 | 182 | 6. No endorsement. Nothing in this Public License constitutes or 183 | may be construed as permission to assert or imply that You 184 | are, or that Your use of the Licensed Material is, connected 185 | with, or sponsored, endorsed, or granted official status by, 186 | the Licensor or others designated to receive attribution as 187 | provided in Section 3(a)(1)(A)(i). 188 | 189 | b. Other rights. 190 | 191 | 1. Moral rights, such as the right of integrity, are not 192 | licensed under this Public License, nor are publicity, 193 | privacy, and/or other similar personality rights; however, to 194 | the extent possible, the Licensor waives and/or agrees not to 195 | assert any such rights held by the Licensor to the limited 196 | extent necessary to allow You to exercise the Licensed 197 | Rights, but not otherwise. 198 | 199 | 2. Patent and trademark rights are not licensed under this 200 | Public License. 201 | 202 | 3. To the extent possible, the Licensor waives any right to 203 | collect royalties from You for the exercise of the Licensed 204 | Rights, whether directly or through a collecting society 205 | under any voluntary or waivable statutory or compulsory 206 | licensing scheme. In all other cases the Licensor expressly 207 | reserves any right to collect such royalties. 208 | 209 | 210 | Section 3 -- License Conditions. 211 | 212 | Your exercise of the Licensed Rights is expressly made subject to the 213 | following conditions. 214 | 215 | a. Attribution. 216 | 217 | 1. If You Share the Licensed Material (including in modified 218 | form), You must: 219 | 220 | a. retain the following if it is supplied by the Licensor 221 | with the Licensed Material: 222 | 223 | i. identification of the creator(s) of the Licensed 224 | Material and any others designated to receive 225 | attribution, in any reasonable manner requested by 226 | the Licensor (including by pseudonym if 227 | designated); 228 | 229 | ii. a copyright notice; 230 | 231 | iii. a notice that refers to this Public License; 232 | 233 | iv. a notice that refers to the disclaimer of 234 | warranties; 235 | 236 | v. a URI or hyperlink to the Licensed Material to the 237 | extent reasonably practicable; 238 | 239 | b. indicate if You modified the Licensed Material and 240 | retain an indication of any previous modifications; and 241 | 242 | c. indicate the Licensed Material is licensed under this 243 | Public License, and include the text of, or the URI or 244 | hyperlink to, this Public License. 245 | 246 | 2. You may satisfy the conditions in Section 3(a)(1) in any 247 | reasonable manner based on the medium, means, and context in 248 | which You Share the Licensed Material. For example, it may be 249 | reasonable to satisfy the conditions by providing a URI or 250 | hyperlink to a resource that includes the required 251 | information. 252 | 253 | 3. If requested by the Licensor, You must remove any of the 254 | information required by Section 3(a)(1)(A) to the extent 255 | reasonably practicable. 256 | 257 | 4. If You Share Adapted Material You produce, the Adapter's 258 | License You apply must not prevent recipients of the Adapted 259 | Material from complying with this Public License. 260 | 261 | 262 | Section 4 -- Sui Generis Database Rights. 263 | 264 | Where the Licensed Rights include Sui Generis Database Rights that 265 | apply to Your use of the Licensed Material: 266 | 267 | a. for the avoidance of doubt, Section 2(a)(1) grants You the right 268 | to extract, reuse, reproduce, and Share all or a substantial 269 | portion of the contents of the database; 270 | 271 | b. if You include all or a substantial portion of the database 272 | contents in a database in which You have Sui Generis Database 273 | Rights, then the database in which You have Sui Generis Database 274 | Rights (but not its individual contents) is Adapted Material; and 275 | 276 | c. You must comply with the conditions in Section 3(a) if You Share 277 | all or a substantial portion of the contents of the database. 278 | 279 | For the avoidance of doubt, this Section 4 supplements and does not 280 | replace Your obligations under this Public License where the Licensed 281 | Rights include other Copyright and Similar Rights. 282 | 283 | 284 | Section 5 -- Disclaimer of Warranties and Limitation of Liability. 285 | 286 | a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE 287 | EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS 288 | AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF 289 | ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, 290 | IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, 291 | WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR 292 | PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, 293 | ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT 294 | KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT 295 | ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. 296 | 297 | b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE 298 | TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, 299 | NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, 300 | INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, 301 | COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR 302 | USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN 303 | ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR 304 | DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR 305 | IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. 306 | 307 | c. The disclaimer of warranties and limitation of liability provided 308 | above shall be interpreted in a manner that, to the extent 309 | possible, most closely approximates an absolute disclaimer and 310 | waiver of all liability. 311 | 312 | 313 | Section 6 -- Term and Termination. 314 | 315 | a. This Public License applies for the term of the Copyright and 316 | Similar Rights licensed here. However, if You fail to comply with 317 | this Public License, then Your rights under this Public License 318 | terminate automatically. 319 | 320 | b. Where Your right to use the Licensed Material has terminated under 321 | Section 6(a), it reinstates: 322 | 323 | 1. automatically as of the date the violation is cured, provided 324 | it is cured within 30 days of Your discovery of the 325 | violation; or 326 | 327 | 2. upon express reinstatement by the Licensor. 328 | 329 | For the avoidance of doubt, this Section 6(b) does not affect any 330 | right the Licensor may have to seek remedies for Your violations 331 | of this Public License. 332 | 333 | c. For the avoidance of doubt, the Licensor may also offer the 334 | Licensed Material under separate terms or conditions or stop 335 | distributing the Licensed Material at any time; however, doing so 336 | will not terminate this Public License. 337 | 338 | d. Sections 1, 5, 6, 7, and 8 survive termination of this Public 339 | License. 340 | 341 | 342 | Section 7 -- Other Terms and Conditions. 343 | 344 | a. The Licensor shall not be bound by any additional or different 345 | terms or conditions communicated by You unless expressly agreed. 346 | 347 | b. Any arrangements, understandings, or agreements regarding the 348 | Licensed Material not stated herein are separate from and 349 | independent of the terms and conditions of this Public License. 350 | 351 | 352 | Section 8 -- Interpretation. 353 | 354 | a. For the avoidance of doubt, this Public License does not, and 355 | shall not be interpreted to, reduce, limit, restrict, or impose 356 | conditions on any use of the Licensed Material that could lawfully 357 | be made without permission under this Public License. 358 | 359 | b. To the extent possible, if any provision of this Public License is 360 | deemed unenforceable, it shall be automatically reformed to the 361 | minimum extent necessary to make it enforceable. If the provision 362 | cannot be reformed, it shall be severed from this Public License 363 | without affecting the enforceability of the remaining terms and 364 | conditions. 365 | 366 | c. No term or condition of this Public License will be waived and no 367 | failure to comply consented to unless expressly agreed to by the 368 | Licensor. 369 | 370 | d. Nothing in this Public License constitutes or may be interpreted 371 | as a limitation upon, or waiver of, any privileges and immunities 372 | that apply to the Licensor or You, including from the legal 373 | processes of any jurisdiction or authority. 374 | 375 | 376 | ======================================================================= 377 | 378 | Creative Commons is not a party to its public 379 | licenses. Notwithstanding, Creative Commons may elect to apply one of 380 | its public licenses to material it publishes and in those instances 381 | will be considered the “Licensor.” The text of the Creative Commons 382 | public licenses is dedicated to the public domain under the CC0 Public 383 | Domain Dedication. Except for the limited purpose of indicating that 384 | material is shared under a Creative Commons public license or as 385 | otherwise permitted by the Creative Commons policies published at 386 | creativecommons.org/policies, Creative Commons does not authorize the 387 | use of the trademark "Creative Commons" or any other trademark or logo 388 | of Creative Commons without its prior written consent including, 389 | without limitation, in connection with any unauthorized modifications 390 | to any of its public licenses or any other arrangements, 391 | understandings, or agreements concerning use of licensed material. For 392 | the avoidance of doubt, this paragraph does not form part of the 393 | public licenses. 394 | 395 | Creative Commons may be contacted at creativecommons.org. 396 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Databricks SQL on Azure Workshop [Japanese] 2 | Databricks SQL と Synapse パイプライン & データ フローを中心とする Microsoft Azure のデータ分析プラットフォームの構築のノウハウを学習するためのワークショップの資材管理用の GitHub リポジトリです。以下 URL よりワークショップを開始できます。 3 | 4 | https://microsoft.github.io/azure-databricks-sql-workshop-ja/ 5 | 6 | ## ワークショップのドキュメントの更新方法 (Contributor 向けの情報) 7 | 本ワークショップのドキュメントは Markdown 形式のファイル (`workshop.md`) を [claat (Google Codelabs command line tool)](https://github.com/googlecodelabs/tools/tree/main/claat) でレンダリングして作成しています。 8 | 9 | 以下の手順でドキュメントを更新します。 10 | 11 | 1. 以下ドキュメントを参考にして claat をセットアップする 12 | - https://zenn.dev/nakazax/articles/18506708b5eea9 13 | 2. `workshop.md` を更新する 14 | 3. ターミナルで `claat export workshop.md` を実行し `docs/` ディレクトリ配下のファイル群が更新されることを確認する 15 | 4. ターミナルで `claat serve docs/` を実行しレンダリング結果を確認する 16 | 17 | ## Contributing 18 | This project welcomes contributions and suggestions. Most contributions require you to agree to a 19 | Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us 20 | the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com. 21 | 22 | When you submit a pull request, a CLA bot will automatically determine whether you need to provide 23 | a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions 24 | provided by the bot. You will only need to do this once across all repos using our CLA. 25 | 26 | This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). 27 | For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or 28 | contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. 29 | 30 | ## Trademarks 31 | This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft 32 | trademarks or logos is subject to and must follow 33 | [Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). 34 | Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. 35 | Any use of third-party trademarks or logos are subject to those third-party's policies. 36 | 37 | ## Security 38 | Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/). 39 | If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://docs.microsoft.com/en-us/previous-versions/tn-archive/cc751383(v=technet.10)), please report it to us as described [SECURITY.md](SECURITY.md). 40 | -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | ## Security 4 | 5 | Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/). 6 | 7 | If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/opensource/security/definition), please report it to us as described below. 8 | 9 | ## Reporting Security Issues 10 | 11 | **Please do not report security vulnerabilities through public GitHub issues.** 12 | 13 | Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/opensource/security/create-report). 14 | 15 | If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/opensource/security/pgpkey). 16 | 17 | You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://aka.ms/opensource/security/msrc). 18 | 19 | Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue: 20 | 21 | * Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.) 22 | * Full paths of source file(s) related to the manifestation of the issue 23 | * The location of the affected source code (tag/branch/commit or direct URL) 24 | * Any special configuration required to reproduce the issue 25 | * Step-by-step instructions to reproduce the issue 26 | * Proof-of-concept or exploit code (if possible) 27 | * Impact of the issue, including how an attacker might exploit the issue 28 | 29 | This information will help us triage your report more quickly. 30 | 31 | If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/opensource/security/bounty) page for more details about our active programs. 32 | 33 | ## Preferred Languages 34 | 35 | We prefer all communications to be in English. 36 | 37 | ## Policy 38 | 39 | Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/opensource/security/cvd). 40 | 41 | 42 | -------------------------------------------------------------------------------- /SUPPORT.md: -------------------------------------------------------------------------------- 1 | # TODO: The maintainer of this repo has not yet edited this file 2 | 3 | **REPO OWNER**: Do you want Customer Service & Support (CSS) support for this product/project? 4 | 5 | - **No CSS support:** Fill out this template with information about how to file issues and get help. 6 | - **Yes CSS support:** Fill out an intake form at [aka.ms/onboardsupport](https://aka.ms/onboardsupport). CSS will work with/help you to determine next steps. 7 | - **Not sure?** Fill out an intake as though the answer were "Yes". CSS will help you decide. 8 | 9 | *Then remove this first heading from this SUPPORT.MD file before publishing your repo.* 10 | 11 | # Support 12 | 13 | ## How to file issues and get help 14 | 15 | This project uses GitHub Issues to track bugs and feature requests. Please search the existing 16 | issues before filing new issues to avoid duplicates. For new issues, file your bug or 17 | feature request as a new Issue. 18 | 19 | For help and questions about using this project, please **REPO MAINTAINER: INSERT INSTRUCTIONS HERE 20 | FOR HOW TO ENGAGE REPO OWNERS OR COMMUNITY FOR HELP. COULD BE A STACK OVERFLOW TAG OR OTHER 21 | CHANNEL. WHERE WILL YOU HELP PEOPLE?**. 22 | 23 | ## Microsoft Support Policy 24 | 25 | Support for this **PROJECT or PRODUCT** is limited to the resources listed above. 26 | -------------------------------------------------------------------------------- /assets/LICENSE: -------------------------------------------------------------------------------- 1 | Brazilian E-Commerce Public Dataset by Olist is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. -------------------------------------------------------------------------------- /assets/olist-brazilian-ecommerse-dataset.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/assets/olist-brazilian-ecommerse-dataset.zip -------------------------------------------------------------------------------- /images/access-databricks-workspace/adb-access-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/access-databricks-workspace/adb-access-1.jpg -------------------------------------------------------------------------------- /images/access-databricks-workspace/adb-access-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/access-databricks-workspace/adb-access-2.jpg -------------------------------------------------------------------------------- /images/access-databricks-workspace/adb-access-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/access-databricks-workspace/adb-access-3.jpg -------------------------------------------------------------------------------- /images/access-databricks-workspace/adb-lang-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/access-databricks-workspace/adb-lang-1.jpg -------------------------------------------------------------------------------- /images/access-databricks-workspace/adb-lang-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/access-databricks-workspace/adb-lang-2.jpg -------------------------------------------------------------------------------- /images/access-databricks-workspace/adb-lang-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/access-databricks-workspace/adb-lang-3.jpg -------------------------------------------------------------------------------- /images/access-dbsql-adls-part1/dbsql-access-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/access-dbsql-adls-part1/dbsql-access-1.jpg -------------------------------------------------------------------------------- /images/access-dbsql-adls-part1/dbsql-access-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/access-dbsql-adls-part1/dbsql-access-2.jpg -------------------------------------------------------------------------------- /images/access-dbsql-adls-part1/dbsql-access-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/access-dbsql-adls-part1/dbsql-access-3.jpg -------------------------------------------------------------------------------- /images/access-dbsql-adls-part1/dbsql-access-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/access-dbsql-adls-part1/dbsql-access-4.jpg -------------------------------------------------------------------------------- /images/access-dbsql-adls-part1/dbsql-access-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/access-dbsql-adls-part1/dbsql-access-5.jpg -------------------------------------------------------------------------------- /images/access-dbsql-adls-part1/dbsql-access-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/access-dbsql-adls-part1/dbsql-access-6.jpg -------------------------------------------------------------------------------- /images/access-dbsql-adls-part1/dbsql-access-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/access-dbsql-adls-part1/dbsql-access-7.jpg -------------------------------------------------------------------------------- /images/access-dbsql-adls-part1/dbsql-access-8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/access-dbsql-adls-part1/dbsql-access-8.jpg -------------------------------------------------------------------------------- /images/access-dbsql-adls-part1/dbsql-start-error.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/access-dbsql-adls-part1/dbsql-start-error.jpg -------------------------------------------------------------------------------- /images/access-dbsql-adls-part1/storage-key-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/access-dbsql-adls-part1/storage-key-1.jpg -------------------------------------------------------------------------------- /images/access-dbsql-adls-part1/storage-key-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/access-dbsql-adls-part1/storage-key-2.jpg -------------------------------------------------------------------------------- /images/access-dbsql-adls-part1/storage-key-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/access-dbsql-adls-part1/storage-key-3.jpg -------------------------------------------------------------------------------- /images/access-dbsql-adls-part2/dbsql-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/access-dbsql-adls-part2/dbsql-1.jpg -------------------------------------------------------------------------------- /images/access-dbsql-adls-part2/dbsql-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/access-dbsql-adls-part2/dbsql-2.jpg -------------------------------------------------------------------------------- /images/access-dbsql-adls-part2/dbsql-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/access-dbsql-adls-part2/dbsql-3.jpg -------------------------------------------------------------------------------- /images/access-dbsql-adls-part2/kv-secret-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/access-dbsql-adls-part2/kv-secret-1.jpg -------------------------------------------------------------------------------- /images/access-dbsql-adls-part2/kv-secret-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/access-dbsql-adls-part2/kv-secret-2.jpg -------------------------------------------------------------------------------- /images/access-dbsql-adls-part2/secret-scope-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/access-dbsql-adls-part2/secret-scope-1.jpg -------------------------------------------------------------------------------- /images/access-dbsql-adls-part2/secret-scope-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/access-dbsql-adls-part2/secret-scope-2.jpg -------------------------------------------------------------------------------- /images/azure-services-overview/adls-gen2-hierarchical-namespace.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/azure-services-overview/adls-gen2-hierarchical-namespace.jpg -------------------------------------------------------------------------------- /images/azure-services-overview/architecture-overview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/azure-services-overview/architecture-overview.jpg -------------------------------------------------------------------------------- /images/azure-services-overview/azure-databricks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/azure-services-overview/azure-databricks.jpg -------------------------------------------------------------------------------- /images/azure-services-overview/azure-storage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/azure-services-overview/azure-storage.jpg -------------------------------------------------------------------------------- /images/azure-services-overview/azure-synapse-analytics.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/azure-services-overview/azure-synapse-analytics.jpg -------------------------------------------------------------------------------- /images/azure-services-overview/databricks-sql.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/azure-services-overview/databricks-sql.jpg -------------------------------------------------------------------------------- /images/azure-services-overview/mapping-data-flow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/azure-services-overview/mapping-data-flow.jpg -------------------------------------------------------------------------------- /images/azure-services-overview/microsoft-power-bi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/azure-services-overview/microsoft-power-bi.jpg -------------------------------------------------------------------------------- /images/azure-services-overview/synapse-pipeline.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/azure-services-overview/synapse-pipeline.jpg -------------------------------------------------------------------------------- /images/create-azure-resources/adb-create-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/create-azure-resources/adb-create-1.jpg -------------------------------------------------------------------------------- /images/create-azure-resources/adb-create-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/create-azure-resources/adb-create-2.jpg -------------------------------------------------------------------------------- /images/create-azure-resources/adb-create-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/create-azure-resources/adb-create-3.jpg -------------------------------------------------------------------------------- /images/create-azure-resources/adb-create-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/create-azure-resources/adb-create-4.jpg -------------------------------------------------------------------------------- /images/create-azure-resources/kv-create-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/create-azure-resources/kv-create-1.jpg -------------------------------------------------------------------------------- /images/create-azure-resources/kv-create-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/create-azure-resources/kv-create-2.jpg -------------------------------------------------------------------------------- /images/create-azure-resources/kv-create-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/create-azure-resources/kv-create-3.jpg -------------------------------------------------------------------------------- /images/create-azure-resources/kv-create-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/create-azure-resources/kv-create-4.jpg -------------------------------------------------------------------------------- /images/create-azure-resources/summary.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/create-azure-resources/summary.jpg -------------------------------------------------------------------------------- /images/create-azure-resources/syn-create-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/create-azure-resources/syn-create-1.jpg -------------------------------------------------------------------------------- /images/create-azure-resources/syn-create-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/create-azure-resources/syn-create-2.jpg -------------------------------------------------------------------------------- /images/create-azure-resources/syn-create-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/create-azure-resources/syn-create-3.jpg -------------------------------------------------------------------------------- /images/create-azure-resources/syn-create-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/create-azure-resources/syn-create-4.jpg -------------------------------------------------------------------------------- /images/create-azure-resources/syn-create-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/create-azure-resources/syn-create-5.jpg -------------------------------------------------------------------------------- /images/create-azure-resources/syn-create-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/create-azure-resources/syn-create-6.jpg -------------------------------------------------------------------------------- /images/create-resource-group/azure-portal-lang.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/create-resource-group/azure-portal-lang.jpg -------------------------------------------------------------------------------- /images/create-resource-group/rg-create-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/create-resource-group/rg-create-1.jpg -------------------------------------------------------------------------------- /images/create-resource-group/rg-create-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/create-resource-group/rg-create-2.jpg -------------------------------------------------------------------------------- /images/create-resource-group/rg-create-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/create-resource-group/rg-create-3.jpg -------------------------------------------------------------------------------- /images/create-resource-group/rg-create-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/create-resource-group/rg-create-4.jpg -------------------------------------------------------------------------------- /images/create-resource-group/rg-iam-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/create-resource-group/rg-iam-1.jpg -------------------------------------------------------------------------------- /images/create-resource-group/rg-iam-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/create-resource-group/rg-iam-2.jpg -------------------------------------------------------------------------------- /images/create-resource-group/rg-iam-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/create-resource-group/rg-iam-3.jpg -------------------------------------------------------------------------------- /images/create-resource-group/rg-iam-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/create-resource-group/rg-iam-4.jpg -------------------------------------------------------------------------------- /images/create-resource-group/rg-iam-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/create-resource-group/rg-iam-5.jpg -------------------------------------------------------------------------------- /images/create-resource-group/rg-iam-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/create-resource-group/rg-iam-6.jpg -------------------------------------------------------------------------------- /images/create-resource-group/rg-iam-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/create-resource-group/rg-iam-7.jpg -------------------------------------------------------------------------------- /images/create-resource-group/rg-iam-8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/create-resource-group/rg-iam-8.jpg -------------------------------------------------------------------------------- /images/curate-daily-order-amounts/check-data-lake-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/curate-daily-order-amounts/check-data-lake-1.jpg -------------------------------------------------------------------------------- /images/curate-daily-order-amounts/create-data-flow-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/curate-daily-order-amounts/create-data-flow-1.jpg -------------------------------------------------------------------------------- /images/curate-daily-order-amounts/create-data-flow-10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/curate-daily-order-amounts/create-data-flow-10.jpg -------------------------------------------------------------------------------- /images/curate-daily-order-amounts/create-data-flow-11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/curate-daily-order-amounts/create-data-flow-11.jpg -------------------------------------------------------------------------------- /images/curate-daily-order-amounts/create-data-flow-12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/curate-daily-order-amounts/create-data-flow-12.jpg -------------------------------------------------------------------------------- /images/curate-daily-order-amounts/create-data-flow-13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/curate-daily-order-amounts/create-data-flow-13.jpg -------------------------------------------------------------------------------- /images/curate-daily-order-amounts/create-data-flow-14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/curate-daily-order-amounts/create-data-flow-14.jpg -------------------------------------------------------------------------------- /images/curate-daily-order-amounts/create-data-flow-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/curate-daily-order-amounts/create-data-flow-2.jpg -------------------------------------------------------------------------------- /images/curate-daily-order-amounts/create-data-flow-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/curate-daily-order-amounts/create-data-flow-3.jpg -------------------------------------------------------------------------------- /images/curate-daily-order-amounts/create-data-flow-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/curate-daily-order-amounts/create-data-flow-4.jpg -------------------------------------------------------------------------------- /images/curate-daily-order-amounts/create-data-flow-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/curate-daily-order-amounts/create-data-flow-5.jpg -------------------------------------------------------------------------------- /images/curate-daily-order-amounts/create-data-flow-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/curate-daily-order-amounts/create-data-flow-6.jpg -------------------------------------------------------------------------------- /images/curate-daily-order-amounts/create-data-flow-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/curate-daily-order-amounts/create-data-flow-7.jpg -------------------------------------------------------------------------------- /images/curate-daily-order-amounts/create-data-flow-8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/curate-daily-order-amounts/create-data-flow-8.jpg -------------------------------------------------------------------------------- /images/curate-daily-order-amounts/create-data-flow-9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/curate-daily-order-amounts/create-data-flow-9.jpg -------------------------------------------------------------------------------- /images/curate-daily-order-amounts/create-pipeline-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/curate-daily-order-amounts/create-pipeline-1.jpg -------------------------------------------------------------------------------- /images/curate-daily-order-amounts/create-pipeline-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/curate-daily-order-amounts/create-pipeline-2.jpg -------------------------------------------------------------------------------- /images/curate-daily-order-amounts/create-pipeline-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/curate-daily-order-amounts/create-pipeline-3.jpg -------------------------------------------------------------------------------- /images/curate-daily-order-amounts/data-flow-complete-picture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/curate-daily-order-amounts/data-flow-complete-picture.jpg -------------------------------------------------------------------------------- /images/curate-daily-order-amounts/diagram-curate-daily-order-amounts.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/curate-daily-order-amounts/diagram-curate-daily-order-amounts.jpg -------------------------------------------------------------------------------- /images/dbsql-query-history/query-history-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/dbsql-query-history/query-history-1.jpg -------------------------------------------------------------------------------- /images/dbsql-query-history/query-history-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/dbsql-query-history/query-history-2.jpg -------------------------------------------------------------------------------- /images/dbsql-query-history/query-history-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/dbsql-query-history/query-history-3.jpg -------------------------------------------------------------------------------- /images/dbsql-query-history/query-history-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/dbsql-query-history/query-history-4.jpg -------------------------------------------------------------------------------- /images/dbsql-query-history/query-history-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/dbsql-query-history/query-history-5.jpg -------------------------------------------------------------------------------- /images/deploy-data/access-synapse-studio-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/access-synapse-studio-1.jpg -------------------------------------------------------------------------------- /images/deploy-data/access-synapse-studio-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/access-synapse-studio-2.jpg -------------------------------------------------------------------------------- /images/deploy-data/access-synapse-studio-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/access-synapse-studio-3.jpg -------------------------------------------------------------------------------- /images/deploy-data/create-container-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/create-container-1.jpg -------------------------------------------------------------------------------- /images/deploy-data/create-container-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/create-container-2.jpg -------------------------------------------------------------------------------- /images/deploy-data/create-dataset-source-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/create-dataset-source-1.jpg -------------------------------------------------------------------------------- /images/deploy-data/create-dataset-source-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/create-dataset-source-2.jpg -------------------------------------------------------------------------------- /images/deploy-data/create-dataset-source-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/create-dataset-source-3.jpg -------------------------------------------------------------------------------- /images/deploy-data/create-dataset-source-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/create-dataset-source-4.jpg -------------------------------------------------------------------------------- /images/deploy-data/create-dataset-source-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/create-dataset-source-5.jpg -------------------------------------------------------------------------------- /images/deploy-data/create-dataset-target-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/create-dataset-target-1.jpg -------------------------------------------------------------------------------- /images/deploy-data/create-dataset-target-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/create-dataset-target-2.jpg -------------------------------------------------------------------------------- /images/deploy-data/create-dataset-target-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/create-dataset-target-3.jpg -------------------------------------------------------------------------------- /images/deploy-data/create-linked-service-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/create-linked-service-1.jpg -------------------------------------------------------------------------------- /images/deploy-data/create-linked-service-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/create-linked-service-2.jpg -------------------------------------------------------------------------------- /images/deploy-data/create-linked-service-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/create-linked-service-3.jpg -------------------------------------------------------------------------------- /images/deploy-data/create-linked-service-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/create-linked-service-4.jpg -------------------------------------------------------------------------------- /images/deploy-data/create-linked-service-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/create-linked-service-5.jpg -------------------------------------------------------------------------------- /images/deploy-data/create-pipeline-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/create-pipeline-1.jpg -------------------------------------------------------------------------------- /images/deploy-data/create-pipeline-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/create-pipeline-2.jpg -------------------------------------------------------------------------------- /images/deploy-data/create-pipeline-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/create-pipeline-3.jpg -------------------------------------------------------------------------------- /images/deploy-data/create-pipeline-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/create-pipeline-4.jpg -------------------------------------------------------------------------------- /images/deploy-data/create-pipeline-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/create-pipeline-5.jpg -------------------------------------------------------------------------------- /images/deploy-data/create-pipeline-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/create-pipeline-6.jpg -------------------------------------------------------------------------------- /images/deploy-data/create-pipeline-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/create-pipeline-7.jpg -------------------------------------------------------------------------------- /images/deploy-data/create-pipeline-8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/create-pipeline-8.jpg -------------------------------------------------------------------------------- /images/deploy-data/create-pipeline-9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/create-pipeline-9.jpg -------------------------------------------------------------------------------- /images/deploy-data/deploy-data-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/deploy-data-1.jpg -------------------------------------------------------------------------------- /images/deploy-data/deploy-data-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/deploy-data-2.jpg -------------------------------------------------------------------------------- /images/deploy-data/deploy-data-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/deploy-data-3.jpg -------------------------------------------------------------------------------- /images/deploy-data/deploy-data-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/deploy-data-4.jpg -------------------------------------------------------------------------------- /images/deploy-data/deploy-data-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/deploy-data-5.jpg -------------------------------------------------------------------------------- /images/deploy-data/deploy-data-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/deploy-data-6.jpg -------------------------------------------------------------------------------- /images/deploy-data/diagram-copy-activity.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/diagram-copy-activity.jpg -------------------------------------------------------------------------------- /images/deploy-data/relationship-between-data-factory-entities.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/deploy-data/relationship-between-data-factory-entities.png -------------------------------------------------------------------------------- /images/diagrams.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/diagrams.pptx -------------------------------------------------------------------------------- /images/dummy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/dummy.jpg -------------------------------------------------------------------------------- /images/enrich-order-items/check-delta-lake-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-order-items/check-delta-lake-1.jpg -------------------------------------------------------------------------------- /images/enrich-order-items/create-data-flow-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-order-items/create-data-flow-1.jpg -------------------------------------------------------------------------------- /images/enrich-order-items/create-data-flow-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-order-items/create-data-flow-2.jpg -------------------------------------------------------------------------------- /images/enrich-order-items/create-data-flow-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-order-items/create-data-flow-3.jpg -------------------------------------------------------------------------------- /images/enrich-order-items/create-data-flow-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-order-items/create-data-flow-4.jpg -------------------------------------------------------------------------------- /images/enrich-order-items/create-data-flow-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-order-items/create-data-flow-5.jpg -------------------------------------------------------------------------------- /images/enrich-order-items/create-data-flow-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-order-items/create-data-flow-6.jpg -------------------------------------------------------------------------------- /images/enrich-order-items/create-pipeline-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-order-items/create-pipeline-1.jpg -------------------------------------------------------------------------------- /images/enrich-order-items/create-pipeline-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-order-items/create-pipeline-2.jpg -------------------------------------------------------------------------------- /images/enrich-order-items/create-pipeline-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-order-items/create-pipeline-3.jpg -------------------------------------------------------------------------------- /images/enrich-order-items/data-flow-complete-picture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-order-items/data-flow-complete-picture.jpg -------------------------------------------------------------------------------- /images/enrich-order-items/diagram-enrich-order-items.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-order-items/diagram-enrich-order-items.jpg -------------------------------------------------------------------------------- /images/enrich-order-items/overview-data-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-order-items/overview-data-1.jpg -------------------------------------------------------------------------------- /images/enrich-order-items/overview-data-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-order-items/overview-data-2.jpg -------------------------------------------------------------------------------- /images/enrich-orders/check-delta-lake-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-orders/check-delta-lake-1.jpg -------------------------------------------------------------------------------- /images/enrich-orders/create-data-flow-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-orders/create-data-flow-1.jpg -------------------------------------------------------------------------------- /images/enrich-orders/create-data-flow-10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-orders/create-data-flow-10.jpg -------------------------------------------------------------------------------- /images/enrich-orders/create-data-flow-11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-orders/create-data-flow-11.jpg -------------------------------------------------------------------------------- /images/enrich-orders/create-data-flow-12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-orders/create-data-flow-12.jpg -------------------------------------------------------------------------------- /images/enrich-orders/create-data-flow-13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-orders/create-data-flow-13.jpg -------------------------------------------------------------------------------- /images/enrich-orders/create-data-flow-14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-orders/create-data-flow-14.jpg -------------------------------------------------------------------------------- /images/enrich-orders/create-data-flow-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-orders/create-data-flow-2.jpg -------------------------------------------------------------------------------- /images/enrich-orders/create-data-flow-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-orders/create-data-flow-3.jpg -------------------------------------------------------------------------------- /images/enrich-orders/create-data-flow-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-orders/create-data-flow-4.jpg -------------------------------------------------------------------------------- /images/enrich-orders/create-data-flow-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-orders/create-data-flow-5.jpg -------------------------------------------------------------------------------- /images/enrich-orders/create-data-flow-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-orders/create-data-flow-6.jpg -------------------------------------------------------------------------------- /images/enrich-orders/create-data-flow-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-orders/create-data-flow-7.jpg -------------------------------------------------------------------------------- /images/enrich-orders/create-data-flow-8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-orders/create-data-flow-8.jpg -------------------------------------------------------------------------------- /images/enrich-orders/create-data-flow-9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-orders/create-data-flow-9.jpg -------------------------------------------------------------------------------- /images/enrich-orders/create-pipeline-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-orders/create-pipeline-1.jpg -------------------------------------------------------------------------------- /images/enrich-orders/create-pipeline-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-orders/create-pipeline-2.jpg -------------------------------------------------------------------------------- /images/enrich-orders/create-pipeline-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-orders/create-pipeline-3.jpg -------------------------------------------------------------------------------- /images/enrich-orders/create-pipeline-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-orders/create-pipeline-4.jpg -------------------------------------------------------------------------------- /images/enrich-orders/create-pipeline-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-orders/create-pipeline-5.jpg -------------------------------------------------------------------------------- /images/enrich-orders/create-pipeline-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-orders/create-pipeline-6.jpg -------------------------------------------------------------------------------- /images/enrich-orders/create-pipeline-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-orders/create-pipeline-7.jpg -------------------------------------------------------------------------------- /images/enrich-orders/data-flow-complete-picture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-orders/data-flow-complete-picture.jpg -------------------------------------------------------------------------------- /images/enrich-orders/data-flow-debug-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-orders/data-flow-debug-1.jpg -------------------------------------------------------------------------------- /images/enrich-orders/data-flow-debug-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-orders/data-flow-debug-2.jpg -------------------------------------------------------------------------------- /images/enrich-orders/diagram-enrich-orders.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-orders/diagram-enrich-orders.jpg -------------------------------------------------------------------------------- /images/enrich-orders/overview-data-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-orders/overview-data-1.jpg -------------------------------------------------------------------------------- /images/enrich-orders/overview-data-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-orders/overview-data-2.jpg -------------------------------------------------------------------------------- /images/enrich-orders/upsert-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-orders/upsert-1.jpg -------------------------------------------------------------------------------- /images/enrich-orders/upsert-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-orders/upsert-2.jpg -------------------------------------------------------------------------------- /images/enrich-with-adb-notebook/add-repo-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-with-adb-notebook/add-repo-1.jpg -------------------------------------------------------------------------------- /images/enrich-with-adb-notebook/add-repo-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-with-adb-notebook/add-repo-2.jpg -------------------------------------------------------------------------------- /images/enrich-with-adb-notebook/create-cluster-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-with-adb-notebook/create-cluster-1.jpg -------------------------------------------------------------------------------- /images/enrich-with-adb-notebook/create-cluster-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-with-adb-notebook/create-cluster-2.jpg -------------------------------------------------------------------------------- /images/enrich-with-adb-notebook/run-notebook-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-with-adb-notebook/run-notebook-1.jpg -------------------------------------------------------------------------------- /images/enrich-with-adb-notebook/run-notebook-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-with-adb-notebook/run-notebook-2.jpg -------------------------------------------------------------------------------- /images/enrich-with-adb-notebook/run-notebook-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-with-adb-notebook/run-notebook-3.jpg -------------------------------------------------------------------------------- /images/enrich-with-adb-notebook/run-notebook-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-with-adb-notebook/run-notebook-4.jpg -------------------------------------------------------------------------------- /images/enrich-with-adb-notebook/run-notebook-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-with-adb-notebook/run-notebook-5.jpg -------------------------------------------------------------------------------- /images/enrich-with-adb-notebook/run-notebook-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/enrich-with-adb-notebook/run-notebook-6.jpg -------------------------------------------------------------------------------- /images/olist-data-schema.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/olist-data-schema.jpg -------------------------------------------------------------------------------- /images/visualize-with-dbsql/create-dashboard-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-dbsql/create-dashboard-1.jpg -------------------------------------------------------------------------------- /images/visualize-with-dbsql/create-dashboard-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-dbsql/create-dashboard-2.jpg -------------------------------------------------------------------------------- /images/visualize-with-dbsql/create-dashboard-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-dbsql/create-dashboard-3.jpg -------------------------------------------------------------------------------- /images/visualize-with-dbsql/create-query-1-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-dbsql/create-query-1-1.jpg -------------------------------------------------------------------------------- /images/visualize-with-dbsql/create-query-1-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-dbsql/create-query-1-2.jpg -------------------------------------------------------------------------------- /images/visualize-with-dbsql/create-query-1-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-dbsql/create-query-1-3.jpg -------------------------------------------------------------------------------- /images/visualize-with-dbsql/create-query-1-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-dbsql/create-query-1-4.jpg -------------------------------------------------------------------------------- /images/visualize-with-dbsql/create-query-1-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-dbsql/create-query-1-5.jpg -------------------------------------------------------------------------------- /images/visualize-with-dbsql/create-query-1-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-dbsql/create-query-1-6.jpg -------------------------------------------------------------------------------- /images/visualize-with-dbsql/create-query-1-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-dbsql/create-query-1-7.jpg -------------------------------------------------------------------------------- /images/visualize-with-dbsql/create-query-1-8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-dbsql/create-query-1-8.jpg -------------------------------------------------------------------------------- /images/visualize-with-dbsql/create-query-1-9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-dbsql/create-query-1-9.jpg -------------------------------------------------------------------------------- /images/visualize-with-dbsql/create-query-2-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-dbsql/create-query-2-1.jpg -------------------------------------------------------------------------------- /images/visualize-with-dbsql/create-query-2-10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-dbsql/create-query-2-10.jpg -------------------------------------------------------------------------------- /images/visualize-with-dbsql/create-query-2-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-dbsql/create-query-2-2.jpg -------------------------------------------------------------------------------- /images/visualize-with-dbsql/create-query-2-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-dbsql/create-query-2-3.jpg -------------------------------------------------------------------------------- /images/visualize-with-dbsql/create-query-2-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-dbsql/create-query-2-4.jpg -------------------------------------------------------------------------------- /images/visualize-with-dbsql/create-query-2-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-dbsql/create-query-2-5.jpg -------------------------------------------------------------------------------- /images/visualize-with-dbsql/create-query-2-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-dbsql/create-query-2-6.jpg -------------------------------------------------------------------------------- /images/visualize-with-dbsql/create-query-2-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-dbsql/create-query-2-7.jpg -------------------------------------------------------------------------------- /images/visualize-with-dbsql/create-query-2-8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-dbsql/create-query-2-8.jpg -------------------------------------------------------------------------------- /images/visualize-with-dbsql/create-query-2-9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-dbsql/create-query-2-9.jpg -------------------------------------------------------------------------------- /images/visualize-with-dbsql/dashboard-complete-picture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-dbsql/dashboard-complete-picture.jpg -------------------------------------------------------------------------------- /images/visualize-with-pbi/access-pbi-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-pbi/access-pbi-1.jpg -------------------------------------------------------------------------------- /images/visualize-with-pbi/access-pbi-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-pbi/access-pbi-2.jpg -------------------------------------------------------------------------------- /images/visualize-with-pbi/access-pbi-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-pbi/access-pbi-3.jpg -------------------------------------------------------------------------------- /images/visualize-with-pbi/access-pbi-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-pbi/access-pbi-4.jpg -------------------------------------------------------------------------------- /images/visualize-with-pbi/create-report-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-pbi/create-report-1.jpg -------------------------------------------------------------------------------- /images/visualize-with-pbi/create-report-10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-pbi/create-report-10.jpg -------------------------------------------------------------------------------- /images/visualize-with-pbi/create-report-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-pbi/create-report-2.jpg -------------------------------------------------------------------------------- /images/visualize-with-pbi/create-report-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-pbi/create-report-3.jpg -------------------------------------------------------------------------------- /images/visualize-with-pbi/create-report-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-pbi/create-report-4.jpg -------------------------------------------------------------------------------- /images/visualize-with-pbi/create-report-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-pbi/create-report-5.jpg -------------------------------------------------------------------------------- /images/visualize-with-pbi/create-report-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-pbi/create-report-6.jpg -------------------------------------------------------------------------------- /images/visualize-with-pbi/create-report-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-pbi/create-report-7.jpg -------------------------------------------------------------------------------- /images/visualize-with-pbi/create-report-8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-pbi/create-report-8.jpg -------------------------------------------------------------------------------- /images/visualize-with-pbi/create-report-9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-pbi/create-report-9.jpg -------------------------------------------------------------------------------- /images/visualize-with-pbi/report-complete-picture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/azure-databricks-sql-workshop-ja/ab02905e85c0f67e375b48651307a879d1231058/images/visualize-with-pbi/report-complete-picture.jpg -------------------------------------------------------------------------------- /notebooks/Enrich Olist Datasets with ADB Notebook.py: -------------------------------------------------------------------------------- 1 | # Databricks notebook source 2 | # MAGIC %md 3 | # MAGIC # 1. 環境セットアップ 4 | 5 | # COMMAND ---------- 6 | 7 | # MAGIC %md 8 | # MAGIC ## 1-1. 定数設定 9 | # MAGIC 🔍**以下の定数のセルのみ自身の環境に合わせて書き換えてください (1-2 以降のセルは編集不要です)** 10 | 11 | # COMMAND ---------- 12 | 13 | # ストレージ アカウントの名前 14 | STORAGE_ACCOUNT = "stadbwssmith20221205" 15 | # コンテナの名前 16 | CONTAINER = "olist-brazilian-ecommerce" 17 | # シークレット スコープ 18 | SECRET_SCOPE = "my-secret-scope" 19 | # ストレージ アカウントのシークレット名 20 | SECRET_NAME = "secret-storage-account-key" 21 | 22 | # COMMAND ---------- 23 | 24 | # MAGIC %md 25 | # MAGIC ## 1-2. アカウント キーによる認証 26 | 27 | # COMMAND ---------- 28 | 29 | spark.conf.set(f"fs.azure.account.key.{STORAGE_ACCOUNT}.dfs.core.windows.net", dbutils.secrets.get(scope=SECRET_SCOPE, key=SECRET_NAME)) 30 | 31 | # COMMAND ---------- 32 | 33 | # MAGIC %md 34 | # MAGIC # 2. データ加工 35 | 36 | # COMMAND ---------- 37 | 38 | # スキーマ作成 (ここまでの手順で作成済みのはずだが念のため) 39 | spark.sql("CREATE SCHEMA IF NOT EXISTS olist_enriched;") 40 | 41 | # COMMAND ---------- 42 | 43 | # Delta テーブルへの書き込み用関数を定義 44 | def csv_to_delta(path_csv: str, path_delta: str, table_delta: str) -> None: 45 | # CSV から DataFrame に読み込み 46 | df = spark.read.format("csv").option("header", True).option("inferSchema", True).load(path_csv) 47 | # Delta テーブルに書き込み 48 | (df.write 49 | .format("delta") 50 | .mode("overwrite") 51 | .option("delta.autoOptimize.autoCompact", True) 52 | .option("delta.autoOptimize.optimizeWrite", True) 53 | .saveAsTable(table_delta, path=path_delta)) 54 | 55 | # COMMAND ---------- 56 | 57 | # MAGIC %md 58 | # MAGIC ## 2-1. olist_customers_dataset 59 | 60 | # COMMAND ---------- 61 | 62 | # パスなどの変数を設定 63 | path_csv = f"abfss://{CONTAINER}@{STORAGE_ACCOUNT}.dfs.core.windows.net/raw/olist_customers_dataset.csv" 64 | path_delta = f"abfss://{CONTAINER}@{STORAGE_ACCOUNT}.dfs.core.windows.net/enriched/customers" 65 | table_delta = "olist_enriched.customers" 66 | 67 | # Delta テーブルに書き込み 68 | csv_to_delta(path_csv, path_delta, table_delta) 69 | # Delta テーブルのデータ確認 70 | display(spark.table(table_delta)) 71 | # Delta テーブルのプロパティ確認 72 | display(spark.sql(f"DESC DETAIL {table_delta}")) 73 | # Delta テーブルのバージョン確認 74 | display(spark.sql(f"DESC HISTORY {table_delta}")) 75 | 76 | # COMMAND ---------- 77 | 78 | # MAGIC %md 79 | # MAGIC ## 2-2. olist_geolocation_dataset 80 | 81 | # COMMAND ---------- 82 | 83 | path_csv = f"abfss://{CONTAINER}@{STORAGE_ACCOUNT}.dfs.core.windows.net/raw/olist_geolocation_dataset.csv" 84 | path_delta = f"abfss://{CONTAINER}@{STORAGE_ACCOUNT}.dfs.core.windows.net/enriched/geolocation" 85 | table_delta = "olist_enriched.geolocation" 86 | 87 | csv_to_delta(path_csv, path_delta, table_delta) 88 | display(spark.table(table_delta)) 89 | display(spark.sql(f"DESC DETAIL {table_delta}")) 90 | display(spark.sql(f"DESC HISTORY {table_delta}")) 91 | 92 | # COMMAND ---------- 93 | 94 | # MAGIC %md 95 | # MAGIC ## 2-3. olist_order_payments_dataset 96 | 97 | # COMMAND ---------- 98 | 99 | path_csv = f"abfss://{CONTAINER}@{STORAGE_ACCOUNT}.dfs.core.windows.net/raw/olist_order_payments_dataset.csv" 100 | path_delta = f"abfss://{CONTAINER}@{STORAGE_ACCOUNT}.dfs.core.windows.net/enriched/order_payments" 101 | table_delta = "olist_enriched.order_payments" 102 | 103 | csv_to_delta(path_csv, path_delta, table_delta) 104 | display(spark.table(table_delta)) 105 | display(spark.sql(f"DESC DETAIL {table_delta}")) 106 | display(spark.sql(f"DESC HISTORY {table_delta}")) 107 | 108 | # COMMAND ---------- 109 | 110 | # MAGIC %md 111 | # MAGIC ## 2-4. olist_order_reviews_dataset 112 | 113 | # COMMAND ---------- 114 | 115 | path_csv = f"abfss://{CONTAINER}@{STORAGE_ACCOUNT}.dfs.core.windows.net/raw/olist_order_reviews_dataset.csv" 116 | path_delta = f"abfss://{CONTAINER}@{STORAGE_ACCOUNT}.dfs.core.windows.net/enriched/order_reviews" 117 | table_delta = "olist_enriched.olist_order_reviews" 118 | 119 | csv_to_delta(path_csv, path_delta, table_delta) 120 | display(spark.table(table_delta)) 121 | display(spark.sql(f"DESC DETAIL {table_delta}")) 122 | display(spark.sql(f"DESC HISTORY {table_delta}")) 123 | 124 | # COMMAND ---------- 125 | 126 | # MAGIC %md 127 | # MAGIC ## 2-5. olist_products_dataset 128 | 129 | # COMMAND ---------- 130 | 131 | path_csv = f"abfss://{CONTAINER}@{STORAGE_ACCOUNT}.dfs.core.windows.net/raw/olist_products_dataset.csv" 132 | path_delta = f"abfss://{CONTAINER}@{STORAGE_ACCOUNT}.dfs.core.windows.net/enriched/products" 133 | table_delta = "olist_enriched.products" 134 | 135 | csv_to_delta(path_csv, path_delta, table_delta) 136 | display(spark.table(table_delta)) 137 | display(spark.sql(f"DESC DETAIL {table_delta}")) 138 | display(spark.sql(f"DESC HISTORY {table_delta}")) 139 | 140 | # COMMAND ---------- 141 | 142 | # MAGIC %md 143 | # MAGIC ## 2-6. olist_sellers_dataset 144 | 145 | # COMMAND ---------- 146 | 147 | path_csv = f"abfss://{CONTAINER}@{STORAGE_ACCOUNT}.dfs.core.windows.net/raw/olist_sellers_dataset.csv" 148 | path_delta = f"abfss://{CONTAINER}@{STORAGE_ACCOUNT}.dfs.core.windows.net/enriched/sellers" 149 | table_delta = "olist_enriched.sellers" 150 | 151 | csv_to_delta(path_csv, path_delta, table_delta) 152 | display(spark.table(table_delta)) 153 | display(spark.sql(f"DESC DETAIL {table_delta}")) 154 | display(spark.sql(f"DESC HISTORY {table_delta}")) 155 | 156 | # COMMAND ---------- 157 | 158 | # MAGIC %md 159 | # MAGIC ## 2-7. product_category_name_translation 160 | 161 | # COMMAND ---------- 162 | 163 | path_csv = f"abfss://{CONTAINER}@{STORAGE_ACCOUNT}.dfs.core.windows.net/raw/product_category_name_translation.csv" 164 | path_delta = f"abfss://{CONTAINER}@{STORAGE_ACCOUNT}.dfs.core.windows.net/enriched/product_category_name_translation" 165 | table_delta = "olist_enriched.product_category_name_translation" 166 | 167 | csv_to_delta(path_csv, path_delta, table_delta) 168 | display(spark.table(table_delta)) 169 | display(spark.sql(f"DESC DETAIL {table_delta}")) 170 | display(spark.sql(f"DESC HISTORY {table_delta}")) 171 | 172 | # COMMAND ---------- 173 | 174 | # MAGIC %sql 175 | # MAGIC -- 環境クリーンアップ用 (普段はコメントアウト) 176 | # MAGIC -- DROP TABLE IF EXISTS olist_enriched.customers; 177 | # MAGIC -- DROP TABLE IF EXISTS olist_enriched.geolocation; 178 | # MAGIC -- DROP TABLE IF EXISTS olist_enriched.order_payments; 179 | # MAGIC -- DROP TABLE IF EXISTS olist_enriched.order_reviews; 180 | # MAGIC -- DROP TABLE IF EXISTS olist_enriched.products; 181 | # MAGIC -- DROP TABLE IF EXISTS olist_enriched.sellers; 182 | # MAGIC -- DROP TABLE IF EXISTS olist_enriched.product_category_name_translation; 183 | -------------------------------------------------------------------------------- /workshop.md: -------------------------------------------------------------------------------- 1 | Author: Hiroyuki Nakazato 2 | Summary: Databricks SQL on Azure ワークショップ 3 | Id: docs 4 | Environments: Web 5 | Status: Published 6 | Feedback Link: https://github.com/microsoft/azure-databricks-sql-workshop-ja 7 | 8 | # Databricks SQL on Azure ワークショップ 9 | ## 始める前に 10 | Duration: 00:10:00 11 | 12 | このワークショップでは、Microsoft Azure のサービスと Microsoft Power BI を組み合わせて、以下のデータ分析プラットフォームをステップ バイ ステップで構築します。 13 | 14 |  15 | 16 | ### **🎯 学習内容** 17 | ワークショップを通じて以下の内容を学びます。 18 | 19 | - Azure Synapse Analytics のコピー アクティビティを用いた外部データのコピー 20 | - Azure Synapse Analytics のマッピング データ フローを用いた CSV から Delta Lake への変換 21 | - Databricks SQL から Azure Data Lake Storage Gen2 (ADLS Gen2) への接続 22 | - Databricks SQL を用いた ADLS Gen2 上のデータのクエリ 23 | - Databricks SQL のダッシュボードを用いたデータの可視化 24 | - Power BI Desktop と Databricks SQL を用いたデータの可視化 25 | 26 | ### **🔰 難易度** 27 | - ワークショップのドキュメントには画面キャプチャ付きの詳細な手順を記載していますので、Azure にはじめて触れる方でも安心して進めて頂けます。 28 | - Python や Spark のプログラムは分からないという方もご安心ください。できるだけ多くのスキル レベルの方に取り組んで頂けるよう、極力プログラムを書かずに進められるように構成しています。データの加工 (ETL) には、Azure Synapse Analytics のノーコード・ローコード ETL 機能である Synapse パイプラインとデータフローを主に用います。 29 | 30 | ### **📢 前提条件** 31 | ワークショップ実施にあたっての前提条件は以下の通りです。 32 | 33 | **前提条件** | **備考** 34 | --- | --- 35 | 有効な **Azure サブスクリプション** を持っていること | 有効な Azure サブスクリプションを持っていない場合、[Azure の無料アカウント](https://azure.microsoft.com/ja-jp/free/) の利用を検討してください 36 | 受講者のうち少なくとも 1 人が Azure サブスクリプションまたはリソース グループの **所有者** ロールまたは **ユーザー アクセス管理者** ロールを持っていること | 他の受講者にロールを割り当てる必要があるためです 37 | ワークショップで利用するリージョン (特段の希望がなければ東日本リージョン) の以下のクォータの値が **`24 vCPU × 受講者数`** 以上になっていること