You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on #7551 and trying to enable unity exporter on Azure we discovered that in addition to providing the external location as an abfss scheme, we also need to export the delta logs so that the paths are format using this scheme instead of https.
We need to add a flag for the exporter, when using with Azure to decide the format in which to write the paths in the delta log when exporting from lakeFS
The text was updated successfully, but these errors were encountered:
If we translate the path to abfss as a rule we will lose support for delta export for Azure Blob Storage accounts that are not ADLS gen2.I think we need to provide the user the option to choose how to save the paths. AFAIU abfss is a scheme supported only by ADLS Gen2 storage accounts
While working on #7551 and trying to enable unity exporter on Azure we discovered that in addition to providing the external location as an abfss scheme, we also need to export the delta logs so that the paths are format using this scheme instead of https.
We need to add a flag for the exporter, when using with Azure to decide the format in which to write the paths in the delta log when exporting from lakeFS
The text was updated successfully, but these errors were encountered: