databricks / cli

Databricks CLI
Other
132 stars 50 forks source link

Remove user credentials specified in the Git origin URL #1494

Closed shreyas-goenka closed 3 months ago

shreyas-goenka commented 3 months ago

Changes

We set the origin URL as metadata in any jobs created by DABs. This PR makes sure user credentials do not leak into the set metadata in the job.

Tests

Unit test

shreyas-goenka commented 3 months ago

net.url cannot parse Git URLs. I'm looking into the fixing this issue.