Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2023 04:40 AM
Hello @Gim,
Got the same problem.
Tried with the instruction "GENERATED ALWAYS AS (CAST(CURRENT_DATE() AS DATE))" but code is returning
"Error in SQL statement: DeltaAnalysisException: current_date() cannot be used in a generated column"
If you find a solution other than generating the current date in your ingestion pipeline and inserting it with the data, please tell me 😁.