I'm trying save an great_expectations 'expectation_suite to Azue ADLS Gen 2 or Blob store with the following line of code.
ge_df.save_expectation_suite('abfss://polybase@mipolybasestagingsbox.dfs.core.windows.net/test/newdata/loggingtableupdate.json')
However, I'm getting the following error:
FileNotFoundError: [Errno 2] No such file or directory: 'abfss://polybase@mipolybasestagingsbox.dfs.core.windows.net/test/newdata/loggingtableupdate.json'
The following is successful, but I don't know where the expectation suite is saved to:
ge_df.save_expectation_suite('gregs_expectations.json')
If someone can let me know how to save to adls gen2 or let me know where the expectation is saved to that would be great