Process is to pickup data from an external table in Azure Synapse and combine with other tables and write to another synapse tables. Data for external table is in Azure storage. It was fine for months ,all of sudden last week it errored out with error
Not able to validate external location because The remote server returned an error: (403) Forbidden. [ErrorCode = 105215] [SQLState = S0001]
Its at the end while writing the new records to synapse. Can someone please hep as all pipelines are falling over while writing to synapse.
Pipelines with dataflows are fine, its just the databricks one while writing to synapse .Its bit urgent. Not really sure what is causing this issue and where would be the fix