Commit b1e3462
committed
fix(docs): fix bugs and improve quality of LF notebook
- Use assumed role session for lf_client, glue_client, and
athena_client instead of default boto3 session
- Move client initialization to setup/configuration cell
- Add session=boto_session to get_record in Example 2
- Fix print statements: "execution role" -> "offline store role"
- Remove unused get_execution_role import
- Remove misleading LakeFormationDataLakeAdmin comment
- Fix typo: "Exectution" -> "Execution"
- Fix PascalCase variables to snake_case
- Fix "lakeformation" -> "Lake Formation" in markdown
- Fix bold markdown formatting
- Add missing space in ARN print
- Remove duplicate boto3 and time imports
- Scope cleanup IAM policy to lf-demo-* resources
- Fix cleanup variable to use correct reference
- Remove empty trailing markdown cell1 parent 6159b6a commit b1e3462
File tree
2 files changed
+213
-94
lines changed- v3-examples/ml-ops-examples/v3-feature-store-examples
2 files changed
+213
-94
lines changedLines changed: 7 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
115 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | | - | |
120 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
121 | 121 | | |
122 | | - | |
123 | 122 | | |
124 | 123 | | |
125 | 124 | | |
| |||
221 | 220 | | |
222 | 221 | | |
223 | 222 | | |
224 | | - | |
| 223 | + | |
225 | 224 | | |
226 | 225 | | |
227 | 226 | | |
| |||
0 commit comments