Share via

ADF dataset vs databricks dataframe

arkiboys 9,711 Reputation points
2022-04-21T12:58:59.757+00:00

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

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.


1 answer

Sort by: Most helpful
  1. MarkKromer-MSFT 5,231 Reputation points Microsoft Employee Moderator
    2022-04-22T19:26:31.77+00:00

    Does each parquet file in that folder have the same schema?

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.