Closed SiddhantSadangi closed 2 months ago
i think that behavior is usually done in the beginning of the file after fetching the context.
when i first fetch the context, and then use context.convert_to_file_context()
to change it, i am not met with the error that you're facing
@adeola-ak This workflow used to run fine in gx<1.0
i can look more into the cause of why it's not working similarly but are you unblocked now?
Hey @adeola-ak , Sorry, I have been a bit occupied.
I'll be unblocked if the workarounds suggested in #10270 work. I'll check and update both the threads.
Sorry for the delay here, but I was finally able to test it. Works for me now ✅
Describe the bug Cannot convert an ephemeral data context to a file context
To Reproduce
great_expectations.yml
The code is a copy of the tutorial available in the GX Core docs here, with
context.convert_to_file_context()
appended to the end.Traceback
Expected behavior Successfully export ephemeral context to file
Environment (please complete the following information):
Additional context Add any other context about the problem here.