An Azure service for ingesting, preparing, and transforming data at scale.
Does each parquet file in that folder have the same schema?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
In databricks when I use this path to get to the delta parquet files,
delta_folder_path = "/foldername/subfoldername/LoadedData"
I see all the fields including year, month and the day fields
note: inside LoadedData folder there are folders for each of the companyNames.
Each companyName folder has delta parquet files.
However, when I use the same path in the dataflow source as delta inline dataset in ADF, I do not see the fields for year, month, day :
Any thoughts?
Thank you
An Azure service for ingesting, preparing, and transforming data at scale.
Does each parquet file in that folder have the same schema?