Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
I am running a pipeline based on the ADLS blob creation event.
The first item in the pipeline is the Get Metadata activity. I am using the FolderPath and FileName parameters from the trigger.
The Get Metadata activity consistently returns False for the Exists argument. The input for the Get Metadata activity contains the correct path and file name.
The file existed in that location at the time the pipeline ran.
I have previously included a Wait activity prior to the Get Metadata activity. I used various wait times between 1 minute and five minutes, but the results have all been the same. I also experienced a similiar issue with the Copy activity not finding the file while reporting the exact file path and file name from the trigger parameters before I added the Get Metadata and If Condition activities.
Solved! Go to Solution.
Hello @Brent_Reber
You have a problem in the folder path. It is taking the container name "raw", which should be excluded. Your fully qualified folder is getting translated as
The syntax for the solution is a little different than what you posted, but the structure of your suggestion is still intact. I used this syntax to make it work.
Hello @Brent_Reber
You have a problem in the folder path. It is taking the container name "raw", which should be excluded. Your fully qualified folder is getting translated as
The syntax for the solution is a little different than what you posted, but the structure of your suggestion is still intact. I used this syntax to make it work.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 15 | |
| 7 | |
| 6 | |
| 5 | |
| 4 |