An Azure service for ingesting, preparing, and transforming data at scale.
It sounds like you're facing a challenge in retrieving a pipeline from a developer's personal space in Azure Data Factory (ADF) since it wasn't published to Git. Unfortunately, the direct retrieval of un-published pipelines from another developer's personal workspace is generally not supported due to permissions and isolation of personal workspaces.
Here’s what you can consider doing:
Check for permissions: Ensure that you have the necessary permissions to access pipelines and resources in that developer's personal space. You may need to collaborate with the developer or an admin to gain access.
Use Azure Data Factory Monitoring: Since you've already looked at triggered and debug pipeline history, also check if there are any successful pipeline runs logged in the monitoring section as it sometimes provides references to activities executed.
Ask the Developer: If possible, reach out to the developer directly and ask them if they could publish the pipeline to the shared repository so that it can be accessed.
Consult Documentation: For future reference, integrating Git is highly recommended for version control and easier collaboration. If you need to prevent such scenarios, you might want to enforce Git integration for all developers using ADF.
If you're still having difficulty due to permissions or other technical barriers, could you provide a bit more information?
- What specific permissions do you have in the ADF?
- Are there any restrictions in place (e.g., policies) that prevent you from accessing personal workspaces?
- Would you be able to connect with the developer for assistance?
Let me know how it goes or if you need further assistance! Here are some helpful links for documentation you might want to check out: