Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 02:52 AM
Hi
yes, I discovered three working possibilities:
- Define the pandas functions as inline function as pointed out above
- Define the pandas function in the same script that is imported as "library" in the dlt config (
libraries: - notebook: path: ./pipelines/your_dlt_declaration_containing_high_level_udfs.py
- install your python library as whl on the cluster
Regards
DAvid