Matthew Powers
Matthew Powers
Let's keep this issue open and brainstorm the other "key helper methods" we should be exposing. I'd like to map out next steps for providing the community guidance on how...
@souvik-databricks - looks like a cool function 😎
@Triamus - thanks for adding this. Anyone in the community can feel free to grab this.
@souvik-databricks - yea, sure, go for it! I think there are some Delta Lake docker images around. Let me take a look.
Actually, looks like @Triamus has already provided the link, here it is: [GitHub/delta-io/delta-docs: quickstart_docker](https://github.com/delta-io/delta-docs/tree/main/static/quickstart_docker)
@CommanderWahid - thanks for submitting this PR. I don't know much about Type 3 SCD, but I am [trying to learn here](https://www.1keydata.com/datawarehousing/slowly-changing-dimensions-type-3.html). I added some comments. Thanks for your patience...
@danielbeach - yea, that sounds great. Any chance you could send a PR? I'll be happy to test, document in the README, and market. Thank you!
@danielbeach - sent you an invite to collab on the repo ;)
@robertkossendey - this looks like a good start, but it might be nice to have something that's a bit more generic. * we need to let users specify the columns...
@robertkossendey - here's [a `renameColumns` function that takes a function as an argument](https://github.com/MrPowers/spark-daria/blob/main/src/main/scala/com/github/mrpowers/spark/daria/sql/DataFrameExt.scala#L365-L371) - this is just to give you an idea of a function that takes another function as...