Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2022 06:57 AM
It said "it could not find the whl file"
Upon investigation we found our library sits in nexus and the cluster environment variable should be setup.
And when added the below in DLT pipeline settings json,
"spark_env_vars": {
"PIP_INDEX_URL": "<URL for our repository>"
},
it worked.