Hi,
I’ve successfully installed the transpile module from Lakebridge and tried the tool to convert Informatica mappings into PySpark code. However, I’m encountering a PermissionError during execution. I’ve provided the relevant environment details and command output below for reference:
Environment:
Databricks CLI version: v0.242.0
Python version: 3.11.7
TMP and TEMP directories: C:\Temp (full access granted to current user)
Command Executed:
databricks labs lakebridge transpile ^
--input-source "C:\Users\abhijit.sarkar\Desktop\Informatica_To_Databricks\XMLs\mapping-xmls\infmapping.xml" ^
--output-folder "C:\Users\abhijit.sarkar\Desktop\Informatica_To_Databricks\XMLs\converter-output"
Error Encountered:
JsonRpcInternalError: PermissionError: [Errno 13] Permission denied: 'C:\\Temp\\bladerunner_XXXX\\transpiled\\transpiled'
Error: exit status 0xc0000005
Note:[ Despite ensuring the C:\Temp directory has full read/write permissions, the issue persists. ]
Can anybody please help me on this?