Hostname redaction in delta table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2024 03:57 PM
I am ingesting job-cluster failure notifications that we send to OpsGenie into a delta table to automate the creation and tracking of Jira tickets. The alert notification includes the job run url, which we use to quickly respond to job failures. However, when ingesting this data into a delta table, the hostname of the job run url is redacted. This is not secret information to our data platform team. How can I prevent this? Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2024 07:30 AM
Thanks for your response. I read through best practices and did not see anything specific that might apply in my case. What I have noticed is that it is related to the secret redaction changes on runtime > 11.3 as I only encounter the issue when running the notebook on later runtimes. Consequently, we are currently migrating to Unity so it is something I will have to find a workaround for, either in the standard 13.3 cluster configuration that we are running, or in my automation process (will require more code). I am getting the sense that the latter will be the more feasible approach.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 08:15 AM
I tracked this issue down to running the notebook on a shared Unity-enabled cluster. When scheduling the notebook to run on a job cluster with single user mode, this issue does not occur.

