I have a architectural requirement to have the data stored in ADLS under a medallion model, and are trying to achieve writing to ADLS using Delta Live Tables as a precursor to creating the Delta Table.
I've had had success using CREATE TABLE {dlt_tbl_name} USING DELTA LOCATION {location_in_ADLS}
to create the Delta Table without Delta Live... however the goal is to use Delta live and I don't see how this method is supported in Delta Live
Anyone have a suggestion? I'm guessing at this point that writing to ADLS isn't supported.