- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2023 04:49 PM
Error in V3 - data-engineer-learning-path-v1-0-0-notebooks.dbc:
DE 4.1 - DLT UI Walkthrough
AttributeError: 'DBAcademyHelper' object has no attribute 'get_username_hash'
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<command-2690867264413541> in <cell line: 4>()
2 # pipeline_language = "Python"
3
----> 4 DA.print_pipeline_config(pipeline_language)
<command-2690867264410967> in print_pipeline_config(self, language)
4 Renders the configuration of the pipeline as HTML
5 """
----> 6 config = self.get_pipeline_config(language)
7
8 width = "600px"
<command-2690867264410966> in get_pipeline_config(self, language)
7 base_path = "/".join(base_path.split("/")[:-1])
8
----> 9 da_name, da_hash = DA.get_username_hash()
10 pipeline_name = f"da-{da_name}-{da_hash}-{self.course_code.lower()}"
11 if DA.clean_lesson is not None: pipeline_name += f"-{DA.clean_lesson}"
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2023 11:43 PM
Hey,
Try using the latest training notebooks released by DataBricks.
Github Link for all version of notebooks published by DataBricks : Click Here
Try using the version 1.1.1 notebooks, should solve your issue. - Link_to_the_v1.1.1 notebooks.
Thanks,
Abhinav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2023 12:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2023 11:43 PM
Hey,
Try using the latest training notebooks released by DataBricks.
Github Link for all version of notebooks published by DataBricks : Click Here
Try using the version 1.1.1 notebooks, should solve your issue. - Link_to_the_v1.1.1 notebooks.
Thanks,
Abhinav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2023 04:58 PM
Hi Abhinav,
v1.1.1 works!
Thanks for your answer.
Best Regards,
h_aloha

