I have a pipeline running in Azure Synpase and I need to execute a pyspark code that create a current date folder. The structure must be "2021/12/10" (this is the lastest data that my pipeline was executed.. one folder for year, month and day).
path= 'dataupdated/yyyy/MM/dd' .. i just need to automate the creation of these folders
I think i have to use "get datetime"..