Create a data source in Denodo that connects to your ADLS Gen2 account and provide the necessary connection details such as the Account Name, Account Key, Container Name, and File System Name.
Then you need to provide the Account Key for authentication. You may also use other authentication methods like Service Principal or Managed Identity if preferred.
Once everything is ok , you can create base views in Denodo which will represent the data stored in ADLS Gen2.
Select the files or folders you want to create views for and define the schema for these files (Denodo c can automatically detect the schema based on the file format) and create Base View for each data file or folder you need.
To fetch data from multiple folders and subfolders, you can use the derived views or combine multiple base views using SQL.