Steve Quan
SELECT
TOP 100 *
FROM
OPENROWSET(
BULK '<https://my_dir>',
FORMAT = 'DELTA'
) version as of 3
Omkar