Mark Kromer I'm getting the following error when trying to use a model.json in the data preview.
at Source 'DataLake': java.lang.IllegalArgumentException: java.net.URISyntaxException: Relative path in absolute URI: Airlines.csv@snapshot=2020-11-25T19:22:27.5604776Z
I'm using the Power Platform Dataflow to send to our data lake. It seems to be able to parse something from the model.json file as I'm only providing the "Airlines" entity and it's finding the rest as mentioned in the error.
Edit:
I kinda found an answer for the problem but not a solution. The OOBE for exporting to azure data lake from the power platform using the New Dataflow wizard appends the csv files with @snapshot=date:time:stamp. The model.json file has the correct path, but it's not a valid url so the function ADF uses isn't able to browse to the path. If I manually rename the partitions\location path and remove everything after @ and rename the file in the data lake to match that path. I don't get an error and it loads the schema.
It's not loading the actual data at this point, but some progress at least.