I've been trying to import csv's from ADLS gen2 i...
# beginners-need-help
d
I've been trying to import csv's from ADLS gen2 into a kedro catalog but have thus far been thwarted. I've found some pretty solid documentation on ADLFS, as well as https://stackoverflow.com/a/69941391/2010808
Copy code
sample:
  type: pandas.CSVDataSet
  filepath: "abfs[s]://raw@secretaccountname.blob.core.windows.net/qa/current/BeehivingTrainingData.csv"
  credentials: dev_abs
  layer: sql_imports