aleksandraangelova
aleksandraangelova
[ UNSOLVED - NOT THE SAME ISSUE - see https://github.com/delta-io/delta/issues/1218 ]
Sure, I just filed it - https://github.com/delta-io/delta/issues/1218 Should I delete my comment here?
Facing the same issue. @bkvarda , where do you provide the option? Is is something like the following: ```python self.spark.read.format("snowflake") .options(**self.options) .option("query", query) .option("internal_execute_query_in_sync_mode", "true") .load() ```