Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2025 11:36 PM
@kathrynshai I encountered an issue with the Init Script, which was resolved by switching from CRLF to LF (Unix):
Incorrect Line Endings (CRLF vs. LF): If the script was generated on a Windows platform and subsequently uploaded to a Unity Catalog volume, it may contain Windows-style line endings (CRLF). However, Linux environments (where Databricks clusters operate) anticipate LF line endings.