I have an azure environment where I want to use dbt pipelines for my ETL/ELT
Source will be parquet files in azure data lake and destination will be azure sql database.
Is this something that works out of the box with dbt? Do I need specific pluginsg/packages? Are there known issues/limitations?
I have some experience in dbt but only using database connections.