Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Here is a screenshot of the columns in the Lakehouse:
Here is the columns available in the SQL Analytics endpoint
I am missing two fields __START_AT and snapshot_date. I don't know why that is. I've waited a few days and still nothing changes.
Solved! Go to Solution.
Looks like the snapshot_date and _start_at should be date/datetime data types? What are the current data types of those 2 columns? It's possible there is a sync issue due to the current data type of those 2 columns.
Looks like the snapshot_date and _start_at should be date/datetime data types? What are the current data types of those 2 columns? It's possible there is a sync issue due to the current data type of those 2 columns.
Changing the data type to Date fixed the issue.
Good to hear