Hi,
I have a question regarding our use of three workspaces - DEV, UAT, and PRD. Each workspace has multiple lakes in them. When developers created delta tables using notebooks, they used the table path from the lake, which included the group ID and Lake ID. This worked smoothly in DEV, but when I moved them to the UAT workspace using deployment pipelines, the notebooks still pointed to the DEV workspace lake path. Now, I am trying to figure out how to address this issue. I am considering parameterizing the Workspace ID and Lake IDs, or perhaps there is another method I should be using. Notebooks reach tables or files in data frames for processing, and that is where I see the issue.
Thank you, Suresh