Jimmy Stammers

Results 6 comments of Jimmy Stammers

HI @goodwanghan, thanks for the suggestions - I've been able to modify my code as you've suggested to get it to work using the `partition_by.zip` syntax. For my particular use-case,...

Hi @MerelTheisenQB, I've been able to save my dataset as a delta table using the DeltaTableDataSet. If you think this functionality should be available using the HiveDataSet class, I'd be...

Hi @MerelTheisenQB , the main difference would be the fact that we have upstream processes that insert data using `spark.sql`, e.g. ```python spark.sql("Insert into facts.volume") ``` which means that accessing...

Hi @goodwanghan, thanks for looking into this. I'm currently using `0.7.1` which I believe is the latest version. It wouldn't surprise me if it's related to trying to a previous...

Hi, I appreciate this is a fairly old issue, but I'm encountering a related problem when trying to define both `kedro-datasets` and `databricks-connect` as dependencies for my project. I'm using...

@yudataguy I've encountered the same issue and from looking at the [distributions](https://pypi.org/project/fast-xbrl-parser/#files), my problem was due to the fact that there isn't a wheel for python 3.11. I've been able...